Skip to content
Snippets Groups Projects
Commit c9c6b2e1 authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Paolo Bonzini
Browse files

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: 82f51817 ("kconfig: introduce kconfig files", 2019-03-07)
Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191224111628.3551-1-philmd@redhat.com>
Reviewed-by: default avatarStefano Garzarella <sgarzare@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 7bebc358
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ config TWL92230
depends on I2C
config MC146818RTC
depends on ISA_BUS
bool
config SUN4V_RTC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment