]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/Kconfig
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / drivers / i2c / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e059df992a19f05c849d0a5c5fb5550074fedfc8 100644 (file)
@@ -0,0 +1,14 @@
+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