This platform use standard PC devices connected to an ISA bus. Networking is provided by a ne2000 chipset.
Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- hw/mips/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index ab006477c7..ee6290d497 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 + select VGA_ISA + select NE2000_ISA + select IDE_ISA + # I8042 + select PCKBD config MALTA bool -- 2.20.1