summaryrefslogtreecommitdiffstats
path: root/hw/i2c/Kconfig
diff options
context:
space:
mode:
authorThomas Huth2019-02-07 20:05:05 +0100
committerThomas Huth2019-05-13 09:36:31 +0200
commit79e93e24de83882fc743a56560e95d3df6e42cdc (patch)
tree334f160b3ebb21a5cd0c761682499877066ff4d5 /hw/i2c/Kconfig
parenthw/arm: Express dependencies of stellaris with Kconfig (diff)
downloadqemu-79e93e24de83882fc743a56560e95d3df6e42cdc.tar.gz
qemu-79e93e24de83882fc743a56560e95d3df6e42cdc.tar.xz
qemu-79e93e24de83882fc743a56560e95d3df6e42cdc.zip
hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig
This patch is slightly based on earlier work by Ákos Kovács (i.e. his "hw/arm/Kconfig: Add ARM Kconfig" patch). Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/i2c/Kconfig')
-rw-r--r--hw/i2c/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig
index 78a2008e3a..2bbd395813 100644
--- a/hw/i2c/Kconfig
+++ b/hw/i2c/Kconfig
@@ -7,7 +7,7 @@ config SMBUS_EEPROM
config VERSATILE_I2C
bool
- select I2C
+ select BITBANG_I2C
config ACPI_SMBUS
bool