]> git.proxmox.com Git - mirror_qemu.git/blame - hw/i2c/Kconfig
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into staging
[mirror_qemu.git] / hw / i2c / Kconfig
CommitLineData
82f51817
PB
1config I2C
2 bool
3
4config SMBUS_EEPROM
5 bool
1550b0e6 6 depends on I2C
82f51817 7
82f51817
PB
8config VERSATILE_I2C
9 bool
79e93e24 10 select BITBANG_I2C
82f51817
PB
11
12config ACPI_SMBUS
13 bool
1550b0e6 14 select I2C
82f51817
PB
15
16config BITBANG_I2C
17 bool
1550b0e6 18 select I2C
82f51817
PB
19
20config IMX_I2C
21 bool
1550b0e6 22 select I2C
7abb479c
AR
23
24config MPC_I2C
25 bool
26 select I2C