diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-30 13:59:37 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:32:30 +0100 |
commit | c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed (patch) | |
tree | 44bee3daac887df59c0d69658b19c21da4e1839f /arch/mips/Kconfig | |
parent | b288f135872b651ebf6cd1565d0709a5e31997f7 (diff) | |
download | blackbird-op-linux-c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed.tar.gz blackbird-op-linux-c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed.zip |
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 The Ocelot-3 is based off Discovery III System Controller and PMC-Sierra Rm79000 core. +config MIPS_SIM + bool 'Support for MIPS simulator (MIPSsim)' + select DMA_NONCOHERENT + select IRQ_CPU + select SYS_SUPPORTS_32BIT_KERNEL + select SYS_SUPPORTS_BIG_ENDIAN + select SYS_SUPPORTS_LITTLE_ENDIAN + help + This option enables support for MIPS Technologies MIPSsim software + emulator. + config MOMENCO_JAGUAR_ATX bool "Support for Momentum Jaguar board" select BOOT_ELF32 |