qemu-e2k/hw/i2c/Kconfig
Yang Zhong 32690c8bed display: express dependencies with kconfig
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190123065618.3520-40-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-07 21:45:53 +01:00

28 lines
298 B
Plaintext

config I2C
bool
config SMBUS_EEPROM
bool
depends on I2C
config DDC
bool
depends on I2C
select EDID
config VERSATILE_I2C
bool
select I2C
config ACPI_SMBUS
bool
select I2C
config BITBANG_I2C
bool
select I2C
config IMX_I2C
bool
select I2C