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:
parent
a88c40f02a
commit
dccdaa1f75
@ -15,6 +15,7 @@ config HPET
|
||||
|
||||
config I8254
|
||||
bool
|
||||
depends on ISA_BUS
|
||||
|
||||
config ALTERA_TIMER
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user