aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-07-01 13:26:12 +0200
committerAleksandar Markovic <amarkovic@wavecomp.com>2019-07-02 14:18:13 +0200
commit7ce6defdbf5898a2780ac77c45930480c18095e4 (patch)
treebee434b0bd40ab19d3471fb8f1ddc2ac3d884d62 /hw/mips
parenta6b1625d6107675f1bd7e3c660814e74ae6d21b6 (diff)
hw/mips: Express dependencies of the r4k platform with Kconfig
This platform use standard PC devices connected to an ISA bus. Networking is provided by a ne2000 chipset. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <20190701112612.14758-5-philmd@redhat.com>
Diffstat (limited to 'hw/mips')
-rw-r--r--hw/mips/Kconfig10
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