aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 05:00:19 -0400
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 05:00:19 -0400
commit5a4053b23262afefa748e1e4c439931d4c27693b (patch)
treed8ed63a427c01361435d14d97b5ce3b2ab33b25c /arch/sh/Kconfig
parentf118420be83c3ce7888fe1d42db84af495da9edb (diff)
sh: Kill off dead boards.
None of these have been maintained in years, and no one seems to be interested in doing so, so just get rid of them. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig43
1 files changed, 4 insertions, 39 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index c7e3596dcde1..ddf2cc56868c 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -89,12 +89,6 @@ config SH_7751_SYSTEMH
89 Select SystemH if you are configuring for a Renesas SystemH 89 Select SystemH if you are configuring for a Renesas SystemH
90 7751R evaluation board. 90 7751R evaluation board.
91 91
92config SH_STB1_HARP
93 bool "STB1_Harp"
94
95config SH_STB1_OVERDRIVE
96 bool "STB1_Overdrive"
97
98config SH_HP6XX 92config SH_HP6XX
99 bool "HP6XX" 93 bool "HP6XX"
100 help 94 help
@@ -102,19 +96,6 @@ config SH_HP6XX
102 More information (hardware only) at 96 More information (hardware only) at
103 <http://www.hp.com/jornada/>. 97 <http://www.hp.com/jornada/>.
104 98
105config SH_CQREEK
106 bool "CqREEK"
107 help
108 Select CqREEK if configuring for a CqREEK SH7708 or SH7750.
109 More information at
110 <http://sources.redhat.com/ecos/hardware.html#SuperH>.
111
112config SH_DMIDA
113 bool "DMIDA"
114 help
115 Select DMIDA if configuring for a DataMyte 4000 Industrial
116 Digital Assistant. More information at <http://www.dmida.com/>.
117
118config SH_EC3104 99config SH_EC3104
119 bool "EC3104" 100 bool "EC3104"
120 help 101 help
@@ -136,25 +117,9 @@ config SH_DREAMCAST
136 <http://www.m17n.org/linux-sh/dreamcast/>. There is a 117 <http://www.m17n.org/linux-sh/dreamcast/>. There is a
137 Dreamcast project is at <http://linuxdc.sourceforge.net/>. 118 Dreamcast project is at <http://linuxdc.sourceforge.net/>.
138 119
139config SH_CAT68701
140 bool "CAT68701"
141
142config SH_BIGSUR 120config SH_BIGSUR
143 bool "BigSur" 121 bool "BigSur"
144 122
145config SH_SH2000
146 bool "SH2000"
147 select CPU_SUBTYPE_SH7709
148 help
149 SH-2000 is a single-board computer based around SH7709A chip
150 intended for embedded applications.
151 It has an Ethernet interface (CS8900A), direct connected
152 Compact Flash socket, three serial ports and PC-104 bus.
153 More information at <http://sh2000.sh-linux.org>.
154
155config SH_ADX
156 bool "ADX"
157
158config SH_MPC1211 123config SH_MPC1211
159 bool "Interface MPC1211" 124 bool "Interface MPC1211"
160 help 125 help
@@ -246,7 +211,7 @@ source "arch/sh/mm/Kconfig"
246 211
247config CF_ENABLER 212config CF_ENABLER
248 bool "Compact Flash Enabler support" 213 bool "Compact Flash Enabler support"
249 depends on SH_ADX || SH_SOLUTION_ENGINE || SH_UNKNOWN || SH_CAT68701 || SH_SH03 214 depends on SH_SOLUTION_ENGINE || SH_UNKNOWN || SH_SH03
250 ---help--- 215 ---help---
251 Compact Flash is a small, removable mass storage device introduced 216 Compact Flash is a small, removable mass storage device introduced
252 in 1994 originally as a PCMCIA device. If you say `Y' here, you 217 in 1994 originally as a PCMCIA device. If you say `Y' here, you
@@ -274,7 +239,7 @@ config CF_AREA5
274 - "Area5" if CompactFlash is connected to Area 5 (0x14000000) 239 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
275 - "Area6" if it is connected to Area 6 (0x18000000) 240 - "Area6" if it is connected to Area 6 (0x18000000)
276 241
277 "Area6" will work for most boards. For ADX, select "Area5". 242 "Area6" will work for most boards.
278 243
279config CF_AREA6 244config CF_AREA6
280 bool "Area6" 245 bool "Area6"
@@ -418,8 +383,8 @@ source "arch/sh/cchips/Kconfig"
418 383
419config HEARTBEAT 384config HEARTBEAT
420 bool "Heartbeat LED" 385 bool "Heartbeat LED"
421 depends on SH_MPC1211 || SH_SH03 || SH_CAT68701 || \ 386 depends on SH_MPC1211 || SH_SH03 || \
422 SH_STB1_HARP || SH_STB1_OVERDRIVE || SH_BIGSUR || \ 387 SH_BIGSUR || \
423 SH_7751_SOLUTION_ENGINE || SH_7300_SOLUTION_ENGINE || \ 388 SH_7751_SOLUTION_ENGINE || SH_7300_SOLUTION_ENGINE || \
424 SH_73180_SOLUTION_ENGINE || SH_SOLUTION_ENGINE || \ 389 SH_73180_SOLUTION_ENGINE || SH_SOLUTION_ENGINE || \
425 SH_RTS7751R2D || SH_SH4202_MICRODEV || SH_LANDISK 390 SH_RTS7751R2D || SH_SH4202_MICRODEV || SH_LANDISK