diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-23 14:17:42 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:56 +0900 |
commit | 3e0137f6c7852aff12db0da7bb45f8b3a0a704c8 (patch) | |
tree | 13cc7b1fd88a61f36e86994a479c362f43a8ec0d /arch/sh/Kconfig | |
parent | b000659b1c07f91f0c73bf94bb8922fa740c0ef0 (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/Kconfig | 8 |
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 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" |