diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-07-01 13:26:10 +0200 |
---|---|---|
committer | Aleksandar Markovic <amarkovic@wavecomp.com> | 2019-07-02 14:17:55 +0200 |
commit | 44fa013926b46aae58d934cd4765534257c098c4 (patch) | |
tree | bc1acc8a16e76ad78bb58f90205cf55a3e8fafb4 /default-configs | |
parent | 9608ba0a1079fe200e348cbe469e245f8267f858 (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 'default-configs')
-rw-r--r-- | default-configs/mips-softmmu-common.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/mips-softmmu-common.mak b/default-configs/mips-softmmu-common.mak index 1ea47a9c2a..63ed293f2e 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -29,7 +29,6 @@ CONFIG_PIIX4=y CONFIG_IDE_ISA=y CONFIG_IDE_PIIX=y CONFIG_NE2000_ISA=y -CONFIG_MIPSNET=y CONFIG_PFLASH_CFI01=y CONFIG_I8259=y CONFIG_MC146818RTC=y |