aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-23 00:17:42 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:56 -0500
commit3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (patch)
tree13cc7b1fd88a61f36e86994a479c362f43a8ec0d /arch/sh/Kconfig
parentb000659b1c07f91f0c73bf94bb8922fa740c0ef0 (diff)
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 1ad3ce54002..d99ba375cc8 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -505,19 +505,11 @@ config SH_MAGIC_PANEL_R2
505 help 505 help
506 Select Magic Panel R2 if configuring for Magic Panel R2. 506 Select Magic Panel R2 if configuring for Magic Panel R2.
507 507
508config SH_SIMULATOR
509 bool "Simulator"
510 depends on SUPERH64
511
512config SH_CAYMAN 508config SH_CAYMAN
513 bool "Hitachi Cayman" 509 bool "Hitachi Cayman"
514 depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 510 depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
515 select SYS_SUPPORTS_PCI 511 select SYS_SUPPORTS_PCI
516 512
517config SH_HARP
518 bool "ST50 Harp"
519 depends on CPU_SH5
520
521endmenu 513endmenu
522 514
523source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" 515source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"