diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index bca73426b6f1..b11ed7ff0afd 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -448,6 +448,17 @@ config MOMENCO_OCELOT_3 | |||
448 | The Ocelot-3 is based off Discovery III System Controller and | 448 | The Ocelot-3 is based off Discovery III System Controller and |
449 | PMC-Sierra Rm79000 core. | 449 | PMC-Sierra Rm79000 core. |
450 | 450 | ||
451 | config MIPS_SIM | ||
452 | bool 'Support for MIPS simulator (MIPSsim)' | ||
453 | select DMA_NONCOHERENT | ||
454 | select IRQ_CPU | ||
455 | select SYS_SUPPORTS_32BIT_KERNEL | ||
456 | select SYS_SUPPORTS_BIG_ENDIAN | ||
457 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
458 | help | ||
459 | This option enables support for MIPS Technologies MIPSsim software | ||
460 | emulator. | ||
461 | |||
451 | config MOMENCO_JAGUAR_ATX | 462 | config MOMENCO_JAGUAR_ATX |
452 | bool "Support for Momentum Jaguar board" | 463 | bool "Support for Momentum Jaguar board" |
453 | select BOOT_ELF32 | 464 | select BOOT_ELF32 |