diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 03:20:41 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 03:20:41 -0400 |
commit | d00677255077c3b085a32c1a104fc42a64d17e6f (patch) | |
tree | a02f2c2c7da7cfbb7b8dc917470ce83f05aa52eb /arch/sh64/Kconfig | |
parent | 4e99b0b8d2e5a72b0fd27136fb3c0f08fc1da395 (diff) |
sh64: Kill off dead ROM-RAM and generic boards.
The generic board stubs were never added, and the ROM-RAM boards
never made it in to the wild. Neither one has any users, and both
are utterly broken in-tree (likely since 2.4). Kill them both off.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/Kconfig')
-rw-r--r-- | arch/sh64/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh64/Kconfig b/arch/sh64/Kconfig index 5664631d8ae5..e177e417670a 100644 --- a/arch/sh64/Kconfig +++ b/arch/sh64/Kconfig | |||
@@ -58,18 +58,12 @@ choice | |||
58 | prompt "SuperH system type" | 58 | prompt "SuperH system type" |
59 | default SH_SIMULATOR | 59 | default SH_SIMULATOR |
60 | 60 | ||
61 | config SH_GENERIC | ||
62 | bool "Generic" | ||
63 | |||
64 | config SH_SIMULATOR | 61 | config SH_SIMULATOR |
65 | bool "Simulator" | 62 | bool "Simulator" |
66 | 63 | ||
67 | config SH_CAYMAN | 64 | config SH_CAYMAN |
68 | bool "Cayman" | 65 | bool "Cayman" |
69 | 66 | ||
70 | config SH_ROMRAM | ||
71 | bool "ROM/RAM" | ||
72 | |||
73 | config SH_HARP | 67 | config SH_HARP |
74 | bool "ST50-Harp" | 68 | bool "ST50-Harp" |
75 | 69 | ||