xref: /openbmc/qemu/hw/i2c/Kconfig (revision 9533dcdd416530a0d72140c122bf90517b6c81eb)
1config I2C
2    bool
3
4config SMBUS_EEPROM
5    bool
6    depends on I2C
7
8config DDC
9    bool
10    depends on I2C
11
12config VERSATILE_I2C
13    bool
14    select I2C
15
16config ACPI_SMBUS
17    bool
18    select I2C
19
20config BITBANG_I2C
21    bool
22    select I2C
23
24config IMX_I2C
25    bool
26    select I2C
27