diff options
Diffstat (limited to 'hw/hppa/Kconfig')
-rw-r--r-- | hw/hppa/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig new file mode 100644 index 0000000000..2d9b072c21 --- /dev/null +++ b/hw/hppa/Kconfig @@ -0,0 +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 |