diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-07-01 13:26:12 +0200 |
---|---|---|
committer | Aleksandar Markovic <amarkovic@wavecomp.com> | 2019-07-02 14:18:13 +0200 |
commit | 7ce6defdbf5898a2780ac77c45930480c18095e4 (patch) | |
tree | bee434b0bd40ab19d3471fb8f1ddc2ac3d884d62 /default-configs | |
parent | a6b1625d6107675f1bd7e3c660814e74ae6d21b6 (diff) |
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é <philmd@redhat.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Message-Id: <20190701112612.14758-5-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 d545987d42..da29c6c0b2 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -27,7 +27,6 @@ CONFIG_I8257=y CONFIG_PIIX4=y CONFIG_IDE_ISA=y CONFIG_IDE_PIIX=y -CONFIG_NE2000_ISA=y CONFIG_PFLASH_CFI01=y CONFIG_I8259=y CONFIG_MC146818RTC=y |