aboutsummaryrefslogtreecommitdiff
path: root/hw/hppa
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-01-29 15:04:49 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 21:46:19 +0100
commit9483cf27dd363926b59ee3a9c117538c834beb4e (patch)
treecd54e79df13660f6d44ea2e5f9202adc342efd28 /hw/hppa
parent23c95f06feef52b0cec75af20828c36b4c98cb4d (diff)
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 <pbonzini@redhat.com>
Diffstat (limited to 'hw/hppa')
-rw-r--r--hw/hppa/Kconfig8
1 files changed, 8 insertions, 0 deletions
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