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)
commitc9c6b2e1c485670763bb8aea4c769081b9a5fe56
tree48c6bc014538b5eaa5c4ce64ec310a2b20e5ff5d
parent7bebc358df4781b6133c0d21da80a50a63a1d31a
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>
hw/rtc/Kconfig