diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b0f74b89d6fa..c0cbde6c1770 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -89,6 +89,7 @@ config ATH79 | |||
89 | select CEVT_R4K | 89 | select CEVT_R4K |
90 | select CSRC_R4K | 90 | select CSRC_R4K |
91 | select DMA_NONCOHERENT | 91 | select DMA_NONCOHERENT |
92 | select HAVE_CLK | ||
92 | select IRQ_CPU | 93 | select IRQ_CPU |
93 | select MIPS_MACHINE | 94 | select MIPS_MACHINE |
94 | select SYS_HAS_CPU_MIPS32_R2 | 95 | select SYS_HAS_CPU_MIPS32_R2 |
@@ -321,25 +322,6 @@ config MIPS_MALTA | |||
321 | This enables support for the MIPS Technologies Malta evaluation | 322 | This enables support for the MIPS Technologies Malta evaluation |
322 | board. | 323 | board. |
323 | 324 | ||
324 | config MIPS_SIM | ||
325 | bool 'MIPS simulator (MIPSsim)' | ||
326 | select CEVT_R4K | ||
327 | select CSRC_R4K | ||
328 | select DMA_NONCOHERENT | ||
329 | select SYS_HAS_EARLY_PRINTK | ||
330 | select IRQ_CPU | ||
331 | select BOOT_RAW | ||
332 | select SYS_HAS_CPU_MIPS32_R1 | ||
333 | select SYS_HAS_CPU_MIPS32_R2 | ||
334 | select SYS_HAS_EARLY_PRINTK | ||
335 | select SYS_SUPPORTS_32BIT_KERNEL | ||
336 | select SYS_SUPPORTS_BIG_ENDIAN | ||
337 | select SYS_SUPPORTS_MULTITHREADING | ||
338 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
339 | help | ||
340 | This option enables support for MIPS Technologies MIPSsim software | ||
341 | emulator. | ||
342 | |||
343 | config NEC_MARKEINS | 325 | config NEC_MARKEINS |
344 | bool "NEC EMMA2RH Mark-eins board" | 326 | bool "NEC EMMA2RH Mark-eins board" |
345 | select SOC_EMMA2RH | 327 | select SOC_EMMA2RH |