diff options
author | Steven J. Hill <sjhill@mips.com> | 2012-09-24 09:48:53 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-09-25 16:04:54 +0200 |
commit | b30fdd6f7395b0cae748396ac5f857f16bb0385d (patch) | |
tree | 3556c0a2089a348ceaaff09a8fa780125344bb20 /arch/mips/Kconfig | |
parent | b1c561845dc969ab05cb080a6abb0d394d52d8c1 (diff) | |
download | talos-obmc-linux-b30fdd6f7395b0cae748396ac5f857f16bb0385d.tar.gz talos-obmc-linux-b30fdd6f7395b0cae748396ac5f857f16bb0385d.zip |
MIPS: MIPSsim: Remove the MIPSsim platform.
The MIPSsim platform is no longer supported or used.
[ralf@linux-mips.org: Also remove mipssim from arch/mips/Kbuild.platforms
and delete arch/mips/include/asm/mach-mipssim/*.]
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4350/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 331d574df99c..186a5cfac9b6 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -319,25 +319,6 @@ config MIPS_MALTA This enables support for the MIPS Technologies Malta evaluation board. -config MIPS_SIM - bool 'MIPS simulator (MIPSsim)' - select CEVT_R4K - select CSRC_R4K - select DMA_NONCOHERENT - select SYS_HAS_EARLY_PRINTK - select IRQ_CPU - select BOOT_RAW - select SYS_HAS_CPU_MIPS32_R1 - select SYS_HAS_CPU_MIPS32_R2 - select SYS_HAS_EARLY_PRINTK - select SYS_SUPPORTS_32BIT_KERNEL - select SYS_SUPPORTS_BIG_ENDIAN - select SYS_SUPPORTS_MULTITHREADING - select SYS_SUPPORTS_LITTLE_ENDIAN - help - This option enables support for MIPS Technologies MIPSsim software - emulator. - config NEC_MARKEINS bool "NEC EMMA2RH Mark-eins board" select SOC_EMMA2RH |