PPC: E500: Add FSL I2C controller and integrate RTC with it
[qemu.git] / hw / i2c / Kconfig
blob820b24de5b271a6b7ccfff583ea555926c0d13ae
1 config I2C
2     bool
4 config SMBUS_EEPROM
5     bool
6     depends on I2C
8 config DDC
9     bool
10     depends on I2C
11     select EDID
13 config VERSATILE_I2C
14     bool
15     select I2C
17 config ACPI_SMBUS
18     bool
19     select I2C
21 config BITBANG_I2C
22     bool
23     select I2C
25 config IMX_I2C
26     bool
27     select I2C
29 config MPC_I2C
30     bool
31     select I2C