aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-07-01 13:26:10 +0200
committerAleksandar Markovic <amarkovic@wavecomp.com>2019-07-02 14:17:55 +0200
commit44fa013926b46aae58d934cd4765534257c098c4 (patch)
treebc1acc8a16e76ad78bb58f90205cf55a3e8fafb4 /hw/mips
parent9608ba0a1079fe200e348cbe469e245f8267f858 (diff)
hw/mips: Express dependencies of the MIPSsim machine with Kconfig
The MIPSsim machine only emulates an 8250 UART and a simple network controller, connected via an ISA bus. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <20190701112612.14758-3-philmd@redhat.com>
Diffstat (limited to 'hw/mips')
-rw-r--r--hw/mips/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
index cdc07e59b6..3433e97e1a 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