mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
i2c: express dependencies with Kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Acked-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190123065618.3520-38-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
02017ee385
commit
1550b0e6bf
17 changed files with 23 additions and 8 deletions
|
@ -3,18 +3,24 @@ config I2C
|
|||
|
||||
config SMBUS_EEPROM
|
||||
bool
|
||||
depends on I2C
|
||||
|
||||
config DDC
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue