summaryrefslogtreecommitdiffstats
path: root/hw/i2c/Kconfig
diff options
context:
space:
mode:
authorPaolo Bonzini2019-01-23 07:56:11 +0100
committerPaolo Bonzini2019-03-07 21:45:53 +0100
commit1550b0e6bfe3ab6985e5ad75df1c528a0ca39468 (patch)
treec2b3368c7060ea31ddef69d4ee639012713f59ed /hw/i2c/Kconfig
parenti386: express dependencies with Kconfig (diff)
downloadqemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.tar.gz
qemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.tar.xz
qemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.zip
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>
Diffstat (limited to 'hw/i2c/Kconfig')
-rw-r--r--hw/i2c/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig
index d6d4402608..74c9328729 100644
--- a/hw/i2c/Kconfig
+++ b/hw/i2c/Kconfig
@@ -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