From 9483cf27dd363926b59ee3a9c117538c834beb4e Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 29 Jan 2019 15:04:49 +0100 Subject: hppa-softmmu.mak: express dependencies with Kconfig %-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Note that the Dino board uses a memory mapped 16550 UART and therefore only CONFIG_SERIAL is needed, not CONFIG_SERIAL_ISA. Signed-off-by: Paolo Bonzini --- hw/hppa/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hw/hppa') diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig index 5ce48ef940..2d9b072c21 100644 --- a/hw/hppa/Kconfig +++ b/hw/hppa/Kconfig @@ -1,2 +1,10 @@ config DINO bool + imply PCI_DEVICES + select PCI + select SERIAL + select ISA_BUS + select I8259 + select IDE_CMD646 + select MC146818RTC + select LSI_SCSI_PCI -- cgit v1.2.3