Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / hw / i2c / Kconfig
blob596a7a3165add60b8848acbb0a1a7ba79866f00c
1 config I2C
2     bool
4 config I2C_DEVICES
5     # Device group for i2c devices which can reasonably be user-plugged
6     # to any board's i2c bus
7     bool
9 config SMBUS
10     bool
11     select I2C
13 config SMBUS_EEPROM
14     bool
15     select SMBUS
17 config ARM_SBCON_I2C
18     bool
19     select BITBANG_I2C
21 config ACPI_SMBUS
22     bool
23     select SMBUS
25 config BITBANG_I2C
26     bool
27     select I2C
29 config IMX_I2C
30     bool
31     select I2C
33 config MPC_I2C
34     bool
35     select I2C
37 config ALLWINNER_I2C
38     bool
39     select I2C
41 config PCA954X
42     bool
43     select I2C
45 config PMBUS
46     bool
47     select SMBUS
49 config BCM2835_I2C
50     bool
51     select I2C