summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/Kconfig
blob: e02824e24edd254bd0ad4315c34cba585f2eb078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig I2C
	bool "I2C drivers                   "

if I2C

config DRIVER_I2C_IMX
	bool "i.MX I2C Master driver"
	depends on ARCH_IMX

config DRIVER_I2C_MC13892
	bool "MC13892 a.k.a. PMIC driver"

endif