gitlab: build all container images during CI
[qemu/ar7.git] / hw / i2c / Kconfig
blob2bbd395813c8810efaf6c59d1dcb0199693fe61e
1 config I2C
2     bool
4 config SMBUS_EEPROM
5     bool
6     depends on I2C
8 config VERSATILE_I2C
9     bool
10     select BITBANG_I2C
12 config ACPI_SMBUS
13     bool
14     select I2C
16 config BITBANG_I2C
17     bool
18     select I2C
20 config IMX_I2C
21     bool
22     select I2C
24 config MPC_I2C
25     bool
26     select I2C