diff options
Diffstat (limited to 'hw/alpha/Kconfig')
-rw-r--r-- | hw/alpha/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig index c5d0438a11..22cefd9577 100644 --- a/hw/alpha/Kconfig +++ b/hw/alpha/Kconfig @@ -1,2 +1,12 @@ config DP264 bool + imply PCI_DEVICES + imply TEST_DEVICES + select I82374 + select I8254 + select I8259 + select IDE_CMD646 + select MC146818RTC + select PCI + select PCKBD + select SMC37C669 |