On 2019-02-03 23:07, Philippe Mathieu-Daudé wrote: > This platform use standard PC devices connected to an ISA bus. > Networking is provided by a ne2000 chipset. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > default-configs/mips-softmmu-common.mak | 1 - > hw/mips/Kconfig | 10 ++++++++++ > 2 files changed, 10 insertions(+), 1 deletion(-) > > diff --git a/default-configs/mips-softmmu-common.mak > b/default-configs/mips-softmmu-common.mak > index a1681edec4..aa3ca196b4 100644 > --- a/default-configs/mips-softmmu-common.mak > +++ b/default-configs/mips-softmmu-common.mak > @@ -31,7 +31,6 @@ CONFIG_MC146818RTC=y > CONFIG_EMPTY_SLOT=y > CONFIG_MIPS_CPS=y > CONFIG_MIPS_ITU=y > -CONFIG_R4K=y
Keep it? Otherwise the machine is disabled by default, isn't it? Thomas