hw/rtc/mc146818: Add missing dependency on ISA Bus
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 24 Dec 2019 11:16:28 +0000 (12:16 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Jan 2020 11:23:10 +0000 (12:23 +0100)
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>
hw/rtc/Kconfig

index 45daa8d655c9fff8407205590a4cd2c6109d3127..3dc2dd6888e77f298ca9c839aa7722da01397b2c 100644 (file)
@@ -17,6 +17,7 @@ config TWL92230
     depends on I2C
 
 config MC146818RTC
+    depends on ISA_BUS
     bool
 
 config SUN4V_RTC