diff options
Diffstat (limited to 'hw/hppa')
-rw-r--r-- | hw/hppa/Kconfig | 8 |
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 |