summaryrefslogtreecommitdiff
path: root/drivers/i2c/Kconfig
diff options
context:
space:
mode:
authorJim Liu <jim.t90615@gmail.com>2022-06-23 08:31:42 +0300
committerHeiko Schocher <hs@denx.de>2022-07-19 14:46:28 +0300
commit2b77eea7f309d969310f5d4c2d9639ffca2b5abf (patch)
treeed78f8dbbc7739c3c3a6012e3aa7e46099094eb1 /drivers/i2c/Kconfig
parent6ac25538d870685707e7cdebba771c79ada77e80 (diff)
downloadu-boot-2b77eea7f309d969310f5d4c2d9639ffca2b5abf.tar.xz
i2c: nuvoton: Add NPCM7xx i2c driver
Add Nuvoton BMC NPCM750 i2c driver Signed-off-by: Jim Liu <JJLIU0@nuvoton.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/i2c/Kconfig')
-rw-r--r--drivers/i2c/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 72d06e4972..be4724bf8e 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -447,6 +447,11 @@ config SYS_I2C_NEXELL
have several I2C ports and all are provided, controlled by the
device tree.
+config SYS_I2C_NPCM
+ bool "Nuvoton NPCM I2C driver"
+ help
+ Support for Nuvoton I2C controller driver.
+
config SYS_I2C_OCORES
bool "ocores I2C driver"
depends on DM_I2C