]> Git Repo - qemu.git/blob - hw/i2c/Kconfig
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2019-03-08' into...
[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
This page took 0.021481 seconds and 4 git commands to generate.