aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/Kconfig
diff options
context:
space:
mode:
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