]> Git Repo - qemu.git/commit
hw/timer/Kconfig: Intel 8254 PIT depends of ISA bus
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 6 Jan 2020 17:19:12 +0000 (18:19 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 7 Jan 2020 11:08:39 +0000 (12:08 +0100)
commitdccdaa1f756fedee2f1dac3650e19f29572f76c4
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é <[email protected]>
Message-Id: <20200106171912[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/timer/Kconfig
This page took 0.028029 seconds and 4 git commands to generate.