]> git.proxmox.com Git - mirror_qemu.git/blob - hw/i2c/Kconfig
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190507-pull-request' into...
[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 VERSATILE_I2C
9 bool
10 select I2C
11
12 config ACPI_SMBUS
13 bool
14 select I2C
15
16 config BITBANG_I2C
17 bool
18 select I2C
19
20 config IMX_I2C
21 bool
22 select I2C
23
24 config MPC_I2C
25 bool
26 select I2C