summaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2021-06-11 05:37:08 +0300
committerTom Rini <trini@konsulko.com>2021-07-06 21:12:15 +0300
commit0705556bc4d82d0fe72b68bab3a83b4e52b128df (patch)
tree4a634057c90f39a7515144b7dc9e89c905ce7bc5 /drivers/i2c
parent103f233ebf1662c1302f28bd39b6bdac3035f79b (diff)
downloadu-boot-0705556bc4d82d0fe72b68bab3a83b4e52b128df.tar.xz
Kconfig: convert CONFIG_SYS_I2C_LPC32XX
Convert the CONFIG_SYS_I2C_LPC32XX configuration symbol from an include directive to a Kconfig value. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index ce0d796d09..41065dd502 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -169,6 +169,12 @@ config SYS_I2C_IMX_LPI2C
help
Add support for the NXP i.MX LPI2C driver.
+config SYS_I2C_LPC32XX
+ bool "LPC32XX I2C driver"
+ depends on ARCH_LPC32XX
+ help
+ Enable support for the LPC32xx I2C driver.
+
config SYS_I2C_MESON
bool "Amlogic Meson I2C driver"
depends on DM_I2C && ARCH_MESON