]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/Kconfig
update to 2015.04-rc1
[karo-tx-uboot.git] / drivers / i2c / Kconfig
index 202ea5d67940ece1c555568794a7cfd343f0fc30..8babe12159fee027a7c24559141aba7e4fe52756 100644 (file)
@@ -20,3 +20,17 @@ config SYS_I2C_UNIPHIER_F
        help
          Support for Panasonic UniPhier FIFO-builtin I2C controller driver.
          This I2C controller is used on PH1-Pro4 or newer UniPhier SoCs.
+menuconfig SYS_I2C
+       bool "I2C device support"
+
+if SYS_I2C
+
+config HARD_I2C
+       bool
+
+config SYS_I2C_MXC
+       bool "Freescale i.MX I2C controller"
+       select HARD_I2C
+       select I2C_QUIRK_REG if FSL_LSCH3 || LS102XA
+
+endif