1config I2C
2 bool
3
4config SMBUS_EEPROM
5 bool
6 depends on I2C
7
8config VERSATILE_I2C
9 bool
10 select BITBANG_I2C
11
12config ACPI_SMBUS
13 bool
14 select I2C
15
16config BITBANG_I2C
17 bool
18 select I2C
19
20config IMX_I2C
21 bool
22 select I2C
23
24config MPC_I2C
25 bool
26 select I2C
27