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>
This commit is contained in:
Philippe Mathieu-Daudé 2020-01-06 18:19:12 +01:00 committed by Paolo Bonzini
parent a88c40f02a
commit dccdaa1f75

View file

@ -15,6 +15,7 @@ config HPET
config I8254
bool
depends on ISA_BUS
config ALTERA_TIMER
bool