diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-30 08:59:37 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:30 -0400 |
commit | c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed (patch) | |
tree | 44bee3daac887df59c0d69658b19c21da4e1839f /arch/mips/Kconfig | |
parent | b288f135872b651ebf6cd1565d0709a5e31997f7 (diff) |
Support for MIPSsim, the cycle accurate MIPS simulator.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 |