aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-23 14:17:42 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:56 +0900
commit3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (patch)
tree13cc7b1fd88a61f36e86994a479c362f43a8ec0d /arch/sh/Kconfig
parentsh: Fix up bug trap handler build for sh32. (diff)
downloadlinux-dev-3e0137f6c7852aff12db0da7bb45f8b3a0a704c8.tar.xz
linux-dev-3e0137f6c7852aff12db0da7bb45f8b3a0a704c8.zip
sh: Kill off the mach-harp and mach-sim machtypes.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 1ad3ce540021..d99ba375cc87 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -505,19 +505,11 @@ config SH_MAGIC_PANEL_R2
help
Select Magic Panel R2 if configuring for Magic Panel R2.
-config SH_SIMULATOR
- bool "Simulator"
- depends on SUPERH64
-
config SH_CAYMAN
bool "Hitachi Cayman"
depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
select SYS_SUPPORTS_PCI
-config SH_HARP
- bool "ST50 Harp"
- depends on CPU_SH5
-
endmenu
source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"