mirror of
https://github.com/qemu/qemu.git
synced 2025-08-02 04:35:42 +00:00

Move it together with the other EDID code. hw/i2c should only include the core and the adapters, not the slaves. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20190325155923.30987-1-pbonzini@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
27 lines
282 B
Plaintext
27 lines
282 B
Plaintext
config I2C
|
|
bool
|
|
|
|
config SMBUS_EEPROM
|
|
bool
|
|
depends on I2C
|
|
|
|
config VERSATILE_I2C
|
|
bool
|
|
select I2C
|
|
|
|
config ACPI_SMBUS
|
|
bool
|
|
select I2C
|
|
|
|
config BITBANG_I2C
|
|
bool
|
|
select I2C
|
|
|
|
config IMX_I2C
|
|
bool
|
|
select I2C
|
|
|
|
config MPC_I2C
|
|
bool
|
|
select I2C
|