From 7ce6defdbf5898a2780ac77c45930480c18095e4 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Mon, 1 Jul 2019 13:26:12 +0200 Subject: 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é Signed-off-by: Aleksandar Markovic Reviewed-by: Aleksandar Markovic Message-Id: <20190701112612.14758-5-philmd@redhat.com> --- hw/mips/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hw/mips/Kconfig') 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 -- cgit v1.2.3-55-g7522