blob: 7ee04984b8f2a4248245532e943ef3d147819748 [file] [log] [blame]
Paul Mundt939a24a2008-07-29 21:41:37 +09001menu "Board support"
2
3config SOLUTION_ENGINE
4 bool
5
Paul Mundt704bf312011-01-13 18:31:25 +09006config SH_ALPHA_BOARD
7 bool
8
Paul Mundt939a24a2008-07-29 21:41:37 +09009config SH_SOLUTION_ENGINE
10 bool "SolutionEngine"
11 select SOLUTION_ENGINE
12 select CPU_HAS_IPR_IRQ
13 depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \
14 CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \
15 CPU_SUBTYPE_SH7750R
16 help
17 Select SolutionEngine if configuring for a Hitachi SH7705, SH7709,
18 SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board.
19
20config SH_7206_SOLUTION_ENGINE
21 bool "SolutionEngine7206"
22 select SOLUTION_ENGINE
23 depends on CPU_SUBTYPE_SH7206
24 help
25 Select 7206 SolutionEngine if configuring for a Hitachi SH7206
26 evaluation board.
27
28config SH_7619_SOLUTION_ENGINE
29 bool "SolutionEngine7619"
30 select SOLUTION_ENGINE
31 depends on CPU_SUBTYPE_SH7619
32 help
33 Select 7619 SolutionEngine if configuring for a Hitachi SH7619
34 evaluation board.
35
36config SH_7721_SOLUTION_ENGINE
37 bool "SolutionEngine7721"
38 select SOLUTION_ENGINE
39 depends on CPU_SUBTYPE_SH7721
40 help
41 Select 7721 SolutionEngine if configuring for a Hitachi SH7721
42 evaluation board.
43
44config SH_7722_SOLUTION_ENGINE
45 bool "SolutionEngine7722"
46 select SOLUTION_ENGINE
47 depends on CPU_SUBTYPE_SH7722
48 help
49 Select 7722 SolutionEngine if configuring for a Hitachi SH772
50 evaluation board.
51
Kuninori Morimoto287c1292009-05-26 07:04:52 +000052config SH_7724_SOLUTION_ENGINE
53 bool "SolutionEngine7724"
54 select SOLUTION_ENGINE
55 depends on CPU_SUBTYPE_SH7724
56 select ARCH_REQUIRE_GPIOLIB
57 help
58 Select 7724 SolutionEngine if configuring for a Hitachi SH7724
59 evaluation board.
60
Paul Mundt939a24a2008-07-29 21:41:37 +090061config SH_7751_SOLUTION_ENGINE
62 bool "SolutionEngine7751"
63 select SOLUTION_ENGINE
64 select CPU_HAS_IPR_IRQ
65 depends on CPU_SUBTYPE_SH7751
66 help
67 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
68 evaluation board.
69
70config SH_7780_SOLUTION_ENGINE
71 bool "SolutionEngine7780"
72 select SOLUTION_ENGINE
73 select SYS_SUPPORTS_PCI
74 depends on CPU_SUBTYPE_SH7780
75 help
76 Select 7780 SolutionEngine if configuring for a Renesas SH7780
77 evaluation board.
78
79config SH_7343_SOLUTION_ENGINE
80 bool "SolutionEngine7343"
81 select SOLUTION_ENGINE
82 depends on CPU_SUBTYPE_SH7343
83 help
84 Select 7343 SolutionEngine if configuring for a Hitachi
85 SH7343 (SH-Mobile 3AS) evaluation board.
86
Paul Mundt939a24a2008-07-29 21:41:37 +090087config SH_HP6XX
88 bool "HP6XX"
89 select SYS_SUPPORTS_APM_EMULATION
90 select HD6446X_SERIES
91 depends on CPU_SUBTYPE_SH7709
92 help
93 Select HP6XX if configuring for a HP jornada HP6xx.
94 More information (hardware only) at
95 <http://www.hp.com/jornada/>.
96
97config SH_DREAMCAST
98 bool "Dreamcast"
99 select SYS_SUPPORTS_PCI
100 depends on CPU_SUBTYPE_SH7091
101 help
102 Select Dreamcast if configuring for a SEGA Dreamcast.
103 More information at <http://www.linux-sh.org>
104
105config SH_SH03
106 bool "Interface CTP/PCI-SH03"
107 depends on CPU_SUBTYPE_SH7751
108 select CPU_HAS_IPR_IRQ
109 select SYS_SUPPORTS_PCI
110 help
111 CTP/PCI-SH03 is a CPU module computer that is produced
112 by Interface Corporation.
113 More information at <http://www.interface.co.jp>
114
115config SH_SECUREEDGE5410
116 bool "SecureEdge5410"
117 depends on CPU_SUBTYPE_SH7751R
118 select CPU_HAS_IPR_IRQ
119 select SYS_SUPPORTS_PCI
120 help
121 Select SecureEdge5410 if configuring for a SnapGear SH board.
122 This includes both the OEM SecureEdge products as well as the
123 SME product line.
124
125config SH_RTS7751R2D
126 bool "RTS7751R2D"
127 depends on CPU_SUBTYPE_SH7751R
128 select SYS_SUPPORTS_PCI
Magnus Damme6be3a22009-04-30 12:56:37 +0900129 select IO_TRAPPED if MMU
Paul Mundt939a24a2008-07-29 21:41:37 +0900130 help
131 Select RTS7751R2D if configuring for a Renesas Technology
132 Sales SH-Graphics board.
133
Paul Mundtea0aac12008-12-08 14:32:03 +0900134config SH_RSK
135 bool "Renesas Starter Kit"
Phil Edworthyb63974352012-05-10 09:26:53 +0100136 depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || \
137 CPU_SUBTYPE_SH7264 || CPU_SUBTYPE_SH7269
Paul Mundtea0aac12008-12-08 14:32:03 +0900138 help
139 Select this option if configuring for any of the RSK+ MCU
140 evaluation platforms.
Paul Mundt939a24a2008-07-29 21:41:37 +0900141
142config SH_SDK7780
143 bool "SDK7780R3"
144 depends on CPU_SUBTYPE_SH7780
145 select SYS_SUPPORTS_PCI
146 help
147 Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3
148 evaluation board.
149
Paul Mundt02bf6cc2010-01-14 20:58:58 +0900150config SH_SDK7786
151 bool "SDK7786"
152 depends on CPU_SUBTYPE_SH7786
Paul Mundt7dcaa8e2010-01-15 19:13:56 +0900153 select SYS_SUPPORTS_PCI
Paul Mundt24223972010-05-25 20:10:24 +0900154 select NO_IOPORT if !PCI
Paul Mundt47da88f2010-10-14 03:04:44 +0900155 select ARCH_WANT_OPTIONAL_GPIOLIB
Paul Mundtd8d6b902010-10-15 02:13:04 +0900156 select HAVE_SRAM_POOL
Paul Mundt02bf6cc2010-01-14 20:58:58 +0900157 help
158 Select SDK7786 if configuring for a Renesas Technology Europe
159 SH7786-65nm board.
160
Paul Mundt939a24a2008-07-29 21:41:37 +0900161config SH_HIGHLANDER
162 bool "Highlander"
163 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
164 select SYS_SUPPORTS_PCI
Magnus Damme6be3a22009-04-30 12:56:37 +0900165 select IO_TRAPPED if MMU
Paul Mundt939a24a2008-07-29 21:41:37 +0900166
Yoshihiro Shimoda36239c62010-07-06 04:32:16 +0000167config SH_SH7757LCR
168 bool "SH7757LCR"
169 depends on CPU_SUBTYPE_SH7757
170 select ARCH_REQUIRE_GPIOLIB
171
Paul Mundt939a24a2008-07-29 21:41:37 +0900172config SH_SH7785LCR
173 bool "SH7785LCR"
174 depends on CPU_SUBTYPE_SH7785
175 select SYS_SUPPORTS_PCI
Paul Mundt939a24a2008-07-29 21:41:37 +0900176
177config SH_SH7785LCR_29BIT_PHYSMAPS
178 bool "SH7785LCR 29bit physmaps"
Yoshihiro Shimodadf4d4f12009-03-10 15:50:44 +0900179 depends on SH_SH7785LCR && 29BIT
Paul Mundt939a24a2008-07-29 21:41:37 +0900180 default y
181 help
182 This board has 2 physical memory maps. It can be changed with
183 DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,
184 you can access all on-board device in 29bit address mode.
185
Yoshihiro Shimodae79d5742009-08-27 13:57:26 +0000186config SH_SH7785LCR_PT
187 bool "SH7785LCR prototype board on 32-bit MMU mode"
188 depends on SH_SH7785LCR && 32BIT
189 default n
190 help
191 If you use prototype board, this option is enabled.
192
Kuninori Morimoto5ac072e2009-03-03 16:22:00 +0900193config SH_URQUELL
194 bool "Urquell"
195 depends on CPU_SUBTYPE_SH7786
196 select ARCH_REQUIRE_GPIOLIB
Paul Mundt5713e602009-06-17 18:20:48 +0900197 select SYS_SUPPORTS_PCI
Paul Mundt861160b2010-05-26 15:58:45 +0900198 select NO_IOPORT if !PCI
Kuninori Morimoto5ac072e2009-03-03 16:22:00 +0900199
Paul Mundt939a24a2008-07-29 21:41:37 +0900200config SH_MIGOR
201 bool "Migo-R"
202 depends on CPU_SUBTYPE_SH7722
Magnus Damm69edbba2008-12-25 18:17:34 +0900203 select ARCH_REQUIRE_GPIOLIB
Paul Mundt939a24a2008-07-29 21:41:37 +0900204 help
205 Select Migo-R if configuring for the SH7722 Migo-R platform
206 by Renesas System Solutions Asia Pte. Ltd.
207
208config SH_AP325RXA
209 bool "AP-325RXA"
210 depends on CPU_SUBTYPE_SH7723
Magnus Damm69edbba2008-12-25 18:17:34 +0900211 select ARCH_REQUIRE_GPIOLIB
Paul Mundt939a24a2008-07-29 21:41:37 +0900212 help
213 Renesas "AP-325RXA" support.
214 Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"
215
Magnus Damme7d16512009-07-22 16:20:54 +0000216config SH_KFR2R09
217 bool "KFR2R09"
218 depends on CPU_SUBTYPE_SH7724
219 select ARCH_REQUIRE_GPIOLIB
220 help
221 "Kit For R2R for 2009" support.
222
Kuninori Morimoto4138b742009-08-19 12:08:33 +0000223config SH_ECOVEC
224 bool "EcoVec"
225 depends on CPU_SUBTYPE_SH7724
226 select ARCH_REQUIRE_GPIOLIB
227 help
228 Renesas "R0P7724LC0011/21RL (EcoVec)" support.
229
Paul Mundt939a24a2008-07-29 21:41:37 +0900230config SH_SH7763RDP
231 bool "SH7763RDP"
232 depends on CPU_SUBTYPE_SH7763
233 help
234 Select SH7763RDP if configuring for a Renesas SH7763
235 evaluation board.
236
Nobuhiro Iwamatsu32910e22009-03-17 05:54:37 +0000237config SH_ESPT
238 bool "ESPT"
239 depends on CPU_SUBTYPE_SH7763
240 help
241 Select ESPT if configuring for a Renesas SH7763
242 with gigabit ether evaluation board.
243
Paul Mundt939a24a2008-07-29 21:41:37 +0900244config SH_EDOSK7705
245 bool "EDOSK7705"
246 depends on CPU_SUBTYPE_SH7705
247
Luca Santini3db91702008-09-08 12:01:15 +0900248config SH_EDOSK7760
249 bool "EDOSK7760"
250 depends on CPU_SUBTYPE_SH7760
251 help
252 Select if configuring for a Renesas EDOSK7760
253 evaluation board.
254
Paul Mundt939a24a2008-07-29 21:41:37 +0900255config SH_SH4202_MICRODEV
256 bool "SH4-202 MicroDev"
257 depends on CPU_SUBTYPE_SH4_202
258 help
259 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
260 with an SH4-202 CPU.
261
262config SH_LANDISK
263 bool "LANDISK"
264 depends on CPU_SUBTYPE_SH7751R
265 select SYS_SUPPORTS_PCI
266 help
267 I-O DATA DEVICE, INC. "LANDISK Series" support.
268
269config SH_TITAN
270 bool "TITAN"
271 depends on CPU_SUBTYPE_SH7751R
272 select CPU_HAS_IPR_IRQ
273 select SYS_SUPPORTS_PCI
274 help
275 Select Titan if you are configuring for a Nimble Microsystems
276 NetEngine NP51R.
277
278config SH_SHMIN
279 bool "SHMIN"
280 depends on CPU_SUBTYPE_SH7706
281 select CPU_HAS_IPR_IRQ
282 help
283 Select SHMIN if configuring for the SHMIN board.
284
285config SH_LBOX_RE2
286 bool "L-BOX RE2"
287 depends on CPU_SUBTYPE_SH7751R
288 select SYS_SUPPORTS_PCI
289 help
290 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
291
292config SH_X3PROTO
293 bool "SH-X3 Prototype board"
294 depends on CPU_SUBTYPE_SHX3
Paul Mundt861160b2010-05-26 15:58:45 +0900295 select NO_IOPORT if !PCI
Paul Mundt939a24a2008-07-29 21:41:37 +0900296
297config SH_MAGIC_PANEL_R2
298 bool "Magic Panel R2"
299 depends on CPU_SUBTYPE_SH7720
Paul Mundtae5e6d02009-01-07 17:16:25 +0900300 select ARCH_REQUIRE_GPIOLIB
Paul Mundt939a24a2008-07-29 21:41:37 +0900301 help
302 Select Magic Panel R2 if configuring for Magic Panel R2.
303
304config SH_CAYMAN
305 bool "Hitachi Cayman"
306 depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
307 select SYS_SUPPORTS_PCI
308
Steve Glendinningeaeed5d2009-03-20 14:16:29 +0000309config SH_POLARIS
310 bool "SMSC Polaris"
311 select CPU_HAS_IPR_IRQ
312 depends on CPU_SUBTYPE_SH7709
313 help
314 Select if configuring for an SMSC Polaris development board
315
Hitoshi Mitake3a598262010-06-21 15:10:51 +0900316config SH_SH2007
317 bool "SH-2007 board"
318 select NO_IOPORT
319 depends on CPU_SUBTYPE_SH7780
320 help
321 SH-2007 is a single-board computer based around SH7780 chip
322 intended for embedded applications.
323 It has an Ethernet interface (SMC9118), direct connected
324 Compact Flash socket, two serial ports and PC-104 bus.
325 More information at <http://sh2000.sh-linux.org>.
326
Paul Mundtbc34b082011-01-13 18:32:42 +0900327config SH_APSH4A3A
328 bool "AP-SH4A-3A"
329 select SH_ALPHA_BOARD
330 depends on CPU_SUBTYPE_SH7785
331 help
332 Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A.
333
Paul Mundt8a453ca2011-01-13 18:36:21 +0900334config SH_APSH4AD0A
335 bool "AP-SH4AD-0A"
336 select SH_ALPHA_BOARD
337 select SYS_SUPPORTS_PCI
338 depends on CPU_SUBTYPE_SH7786
339 help
340 Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A.
341
Paul Mundt939a24a2008-07-29 21:41:37 +0900342endmenu
343
344source "arch/sh/boards/mach-r2d/Kconfig"
345source "arch/sh/boards/mach-highlander/Kconfig"
346source "arch/sh/boards/mach-sdk7780/Kconfig"
347source "arch/sh/boards/mach-migor/Kconfig"
Paul Mundtea0aac12008-12-08 14:32:03 +0900348source "arch/sh/boards/mach-rsk/Kconfig"
Paul Mundtc8b5d9d2008-07-30 00:13:39 +0900349
350if SH_MAGIC_PANEL_R2
351
352menu "Magic Panel R2 options"
353
354config SH_MAGIC_PANEL_R2_VERSION
355 int SH_MAGIC_PANEL_R2_VERSION
356 default "3"
357 help
358 Set the version of the Magic Panel R2
359
360endmenu
361
362endif