
This adds the MVTWSI I2C driver to Kconfig bindings, to allow flexible selection e.g. based on other Kconfig properties.
Signed-off-by: Paul Kocialkowski contact@paulk.fr --- drivers/i2c/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 692810d..71c9587 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -22,6 +22,13 @@ config DM_I2C_COMPAT to convert all code for a board in a single commit. It should not be enabled for any board in an official release.
+config SYS_I2C_MVTWSI + bool "MVTWSI I2C driver" + default n + help + Support for the MVTWSI I2C controller driver. This I2C controller is + used on Orion5x, Kirkwood, Armada XP and Sunxi SoCs. + config SYS_I2C_UNIPHIER bool "UniPhier I2C driver" depends on ARCH_UNIPHIER && DM_I2C