[U-Boot] [PATCH v4 2/3] i2c: MVTWSI driver Kconfig bindings

Paul Kocialkowski contact at paulk.fr
Tue Apr 7 22:20:00 CEST 2015


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 at 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
-- 
1.9.1



More information about the U-Boot mailing list