ppc/pnv: Introduce support for user created PHB3 devices
[qemu.git] / hw / i2c / Kconfig
blob8217cb50411f40ade721ef68001dc99ac107fa86
1 config I2C
2     bool
4 config SMBUS
5     bool
6     select I2C
8 config SMBUS_EEPROM
9     bool
10     select SMBUS
12 config VERSATILE_I2C
13     bool
14     select BITBANG_I2C
16 config ACPI_SMBUS
17     bool
18     select SMBUS
20 config BITBANG_I2C
21     bool
22     select I2C
24 config IMX_I2C
25     bool
26     select I2C
28 config MPC_I2C
29     bool
30     select I2C
32 config PCA954X
33     bool
34     select I2C
36 config PMBUS
37     bool
38     select SMBUS