diff options
| author | Jim Liu <[email protected]> | 2022-06-23 13:31:42 +0800 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2022-07-19 13:46:28 +0200 |
| commit | 2b77eea7f309d969310f5d4c2d9639ffca2b5abf (patch) | |
| tree | ed78f8dbbc7739c3c3a6012e3aa7e46099094eb1 /drivers/i2c/Kconfig | |
| parent | 6ac25538d870685707e7cdebba771c79ada77e80 (diff) | |
i2c: nuvoton: Add NPCM7xx i2c driver
Add Nuvoton BMC NPCM750 i2c driver
Signed-off-by: Jim Liu <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'drivers/i2c/Kconfig')
| -rw-r--r-- | drivers/i2c/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 72d06e4972b..be4724bf8ef 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 |
