diff options
Diffstat (limited to 'hw/mips/Kconfig')
| -rw-r--r-- | hw/mips/Kconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig index 505381a0bb..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 @@ -50,7 +49,6 @@ config LOONGSON3V config MIPS_CPS bool - select PTIMER select MIPS_ITU config MIPS_BOSTON |