hw/timer/Kconfig: Intel 8254 PIT depends of ISA bus
commitdccdaa1f756fedee2f1dac3650e19f29572f76c4
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 6 Jan 2020 17:19:12 +0000 (6 18:19 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Jan 2020 11:08:39 +0000 (7 12:08 +0100)
treef9eb2bdcf57462e67f97cb0869318e2b89ed936a
parenta88c40f02ace88f09b2a85a64831b277b2ebc88c
hw/timer/Kconfig: Intel 8254 PIT depends of ISA bus

Since i8254_common.c calls isa_register_ioport() from "hw/isa/isa.h"
we can not select it when ISA_BUS is disabled. Add a 'depends on'
clause.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200106171912.16523-1-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/timer/Kconfig