From 44fa013926b46aae58d934cd4765534257c098c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Mon, 1 Jul 2019 13:26:10 +0200 Subject: hw/mips: Express dependencies of the MIPSsim machine with Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MIPSsim machine only emulates an 8250 UART and a simple network controller, connected via an ISA bus. Reviewed-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Aleksandar Markovic Message-Id: <20190701112612.14758-3-philmd@redhat.com> --- hw/mips/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw') diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index cdc07e5..3433e97 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -6,6 +6,9 @@ config MALTA config MIPSSIM bool + select ISA_BUS + select SERIAL_ISA + select MIPSNET config JAZZ bool -- cgit v1.1