diff options
Diffstat (limited to 'hw/mips/Kconfig')
| -rw-r--r-- | hw/mips/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index ab61af209a..e57db4f641 100644 --- a/hw/mips/Kconfig +++ b/hw/mips/Kconfig @@ -1,13 +1,12 @@ config MALTA bool + select FDC37M81X select GT64120 - select ISA_SUPERIO select PIIX config MIPSSIM bool - select ISA_BUS - select SERIAL_ISA + select SERIAL select MIPSNET config JAZZ |