]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/timer/Kconfig: Intel 8254 PIT depends of ISA bus
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 6 Jan 2020 17:19:12 +0000 (18:19 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Jan 2020 11:08:39 +0000 (12:08 +0100)
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

index a990f9fe35fc8dcc0d71c1e030137d1d3eaa7477..59b3f44d693eb0b5ade68a8010c1f62b1e27ecd3 100644 (file)
@@ -15,6 +15,7 @@ config HPET
 
 config I8254
     bool
+    depends on ISA_BUS
 
 config ALTERA_TIMER
     bool