diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/mips/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index ab006477c7..62aa01b29e 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -1,5 +1,15 @@ config R4K bool + select ISA_BUS + select SERIAL_ISA + select I8259 + select I8254 + select MC146818RTC + imply VGA_ISA + imply NE2000_ISA + select IDE_ISA + select PCKBD + select PFLASH_CFI01 config MALTA bool |