dccdaa1f75
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>
38 lines
446 B
Plaintext
38 lines
446 B
Plaintext
config ARM_TIMER
|
|
bool
|
|
select PTIMER
|
|
|
|
config ARM_MPTIMER
|
|
bool
|
|
select PTIMER
|
|
|
|
config A9_GTIMER
|
|
bool
|
|
|
|
config HPET
|
|
bool
|
|
default y if PC
|
|
|
|
config I8254
|
|
bool
|
|
depends on ISA_BUS
|
|
|
|
config ALTERA_TIMER
|
|
bool
|
|
select PTIMER
|
|
|
|
config ALLWINNER_A10_PIT
|
|
bool
|
|
select PTIMER
|
|
|
|
config STM32F2XX_TIMER
|
|
bool
|
|
|
|
config CMSDK_APB_TIMER
|
|
bool
|
|
select PTIMER
|
|
|
|
config CMSDK_APB_DUALTIMER
|
|
bool
|
|
select PTIMER
|