]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/i2c/Kconfig
karo: tx6: improve pad ctrl for SD card interfaces
[karo-tx-uboot.git] / drivers / i2c / Kconfig
1 menuconfig SYS_I2C
2         bool "I2C device support"
3
4 if SYS_I2C
5
6 config HARD_I2C
7         bool
8
9 config SYS_I2C_MXC
10         bool "Freescale i.MX I2C controller"
11         select HARD_I2C
12         select I2C_QUIRK_REG if FSL_LSCH3 || LS102XA
13
14 endif