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>
This commit is contained in:
parent
7bebc358df
commit
c9c6b2e1c4
@ -17,6 +17,7 @@ config TWL92230
|
|||||||
depends on I2C
|
depends on I2C
|
||||||
|
|
||||||
config MC146818RTC
|
config MC146818RTC
|
||||||
|
depends on ISA_BUS
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config SUN4V_RTC
|
config SUN4V_RTC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user