summaryrefslogtreecommitdiffstats
path: root/hw/rtc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-12-24 12:16:28 +0100
committerPaolo Bonzini2020-01-07 12:23:10 +0100
commitc9c6b2e1c485670763bb8aea4c769081b9a5fe56 (patch)
tree48c6bc014538b5eaa5c4ce64ec310a2b20e5ff5d /hw/rtc
parenthw/nvram/Kconfig: Restrict CHRP NVRAM to machines using OpenBIOS or SLOF (diff)
downloadqemu-c9c6b2e1c485670763bb8aea4c769081b9a5fe56.tar.gz
qemu-c9c6b2e1c485670763bb8aea4c769081b9a5fe56.tar.xz
qemu-c9c6b2e1c485670763bb8aea4c769081b9a5fe56.zip
hw/rtc/mc146818: Add missing dependency on ISA Bus
The MC146818 sits on an ISA bus. Since it can not be used without it, select ISA in the Kconfig. Fixes: 82f5181777 ("kconfig: introduce kconfig files", 2019-03-07) Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20191224111628.3551-1-philmd@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/rtc')
-rw-r--r--hw/rtc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig
index 45daa8d655..3dc2dd6888 100644
--- a/hw/rtc/Kconfig
+++ b/hw/rtc/Kconfig
@@ -17,6 +17,7 @@ config TWL92230
depends on I2C
config MC146818RTC
+ depends on ISA_BUS
bool
config SUN4V_RTC