summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/Kconfig
blob: 46723ed84aa53a6c8c6b26820d5a2f201691608a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"

config DRIVER_I2C_MC9SDZ60
	bool "MC9SDZ60 driver"

endif