]> git.proxmox.com Git - mirror_qemu.git/blob - hw/i2c/Kconfig
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
[mirror_qemu.git] / hw / i2c / Kconfig
1 config I2C
2 bool
3
4 config SMBUS_EEPROM
5 bool
6 depends on I2C
7
8 config DDC
9 bool
10 depends on I2C
11 select EDID
12
13 config VERSATILE_I2C
14 bool
15 select I2C
16
17 config ACPI_SMBUS
18 bool
19 select I2C
20
21 config BITBANG_I2C
22 bool
23 select I2C
24
25 config IMX_I2C
26 bool
27 select I2C