diff options
author | Thomas Huth <thuth@redhat.com> | 2019-02-07 20:05:05 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-05-13 09:36:31 +0200 |
commit | 79e93e24de83882fc743a56560e95d3df6e42cdc (patch) | |
tree | 334f160b3ebb21a5cd0c761682499877066ff4d5 /hw/i2c | |
parent | 782ef8cd7e121819481b6ca43770ca4bde9b19ac (diff) | |
download | 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')
-rw-r--r-- | hw/i2c/Kconfig | 2 |
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 |