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