]> git.proxmox.com Git - mirror_qemu.git/blame - hw/i2c/Kconfig
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' 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
PB
7
8config DDC
9 bool
1550b0e6 10 depends on I2C
32690c8b 11 select EDID
82f51817
PB
12
13config VERSATILE_I2C
14 bool
1550b0e6 15 select I2C
82f51817
PB
16
17config ACPI_SMBUS
18 bool
1550b0e6 19 select I2C
82f51817
PB
20
21config BITBANG_I2C
22 bool
1550b0e6 23 select I2C
82f51817
PB
24
25config IMX_I2C
26 bool
1550b0e6 27 select I2C