blob: 938e87d51482e991bd3fab373e8b1df67de070ce [file] [log] [blame]
Paul Mundt939a24a2008-07-29 21:41:37 +09001menu "Board support"
2
3config SOLUTION_ENGINE
4 bool
5
6config SH_SOLUTION_ENGINE
7 bool "SolutionEngine"
8 select SOLUTION_ENGINE
9 select CPU_HAS_IPR_IRQ
10 depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \
11 CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \
12 CPU_SUBTYPE_SH7750R
13 help
14 Select SolutionEngine if configuring for a Hitachi SH7705, SH7709,
15 SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board.
16
17config SH_7206_SOLUTION_ENGINE
18 bool "SolutionEngine7206"
19 select SOLUTION_ENGINE
20 depends on CPU_SUBTYPE_SH7206
21 help
22 Select 7206 SolutionEngine if configuring for a Hitachi SH7206
23 evaluation board.
24
25config SH_7619_SOLUTION_ENGINE
26 bool "SolutionEngine7619"
27 select SOLUTION_ENGINE
28 depends on CPU_SUBTYPE_SH7619
29 help
30 Select 7619 SolutionEngine if configuring for a Hitachi SH7619
31 evaluation board.
32
33config SH_7721_SOLUTION_ENGINE
34 bool "SolutionEngine7721"
35 select SOLUTION_ENGINE
36 depends on CPU_SUBTYPE_SH7721
37 help
38 Select 7721 SolutionEngine if configuring for a Hitachi SH7721
39 evaluation board.
40
41config SH_7722_SOLUTION_ENGINE
42 bool "SolutionEngine7722"
43 select SOLUTION_ENGINE
44 depends on CPU_SUBTYPE_SH7722
45 help
46 Select 7722 SolutionEngine if configuring for a Hitachi SH772
47 evaluation board.
48
Kuninori Morimoto287c1292009-05-26 07:04:52 +000049config SH_7724_SOLUTION_ENGINE
50 bool "SolutionEngine7724"
51 select SOLUTION_ENGINE
52 depends on CPU_SUBTYPE_SH7724
53 select ARCH_REQUIRE_GPIOLIB
54 help
55 Select 7724 SolutionEngine if configuring for a Hitachi SH7724
56 evaluation board.
57
Paul Mundt939a24a2008-07-29 21:41:37 +090058config SH_7751_SOLUTION_ENGINE
59 bool "SolutionEngine7751"
60 select SOLUTION_ENGINE
61 select CPU_HAS_IPR_IRQ
62 depends on CPU_SUBTYPE_SH7751
63 help
64 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
65 evaluation board.
66
67config SH_7780_SOLUTION_ENGINE
68 bool "SolutionEngine7780"
69 select SOLUTION_ENGINE
70 select SYS_SUPPORTS_PCI
71 depends on CPU_SUBTYPE_SH7780
72 help
73 Select 7780 SolutionEngine if configuring for a Renesas SH7780
74 evaluation board.
75
76config SH_7343_SOLUTION_ENGINE
77 bool "SolutionEngine7343"
78 select SOLUTION_ENGINE
79 depends on CPU_SUBTYPE_SH7343
80 help
81 Select 7343 SolutionEngine if configuring for a Hitachi
82 SH7343 (SH-Mobile 3AS) evaluation board.
83
84config SH_7751_SYSTEMH
85 bool "SystemH7751R"
86 depends on CPU_SUBTYPE_SH7751R
87 help
88 Select SystemH if you are configuring for a Renesas SystemH
89 7751R evaluation board.
90
91config SH_HP6XX
92 bool "HP6XX"
93 select SYS_SUPPORTS_APM_EMULATION
94 select HD6446X_SERIES
95 depends on CPU_SUBTYPE_SH7709
96 help
97 Select HP6XX if configuring for a HP jornada HP6xx.
98 More information (hardware only) at
99 <http://www.hp.com/jornada/>.
100
101config SH_DREAMCAST
102 bool "Dreamcast"
103 select SYS_SUPPORTS_PCI
104 depends on CPU_SUBTYPE_SH7091
105 help
106 Select Dreamcast if configuring for a SEGA Dreamcast.
107 More information at <http://www.linux-sh.org>
108
109config SH_SH03
110 bool "Interface CTP/PCI-SH03"
111 depends on CPU_SUBTYPE_SH7751
112 select CPU_HAS_IPR_IRQ
113 select SYS_SUPPORTS_PCI
114 help
115 CTP/PCI-SH03 is a CPU module computer that is produced
116 by Interface Corporation.
117 More information at <http://www.interface.co.jp>
118
119config SH_SECUREEDGE5410
120 bool "SecureEdge5410"
121 depends on CPU_SUBTYPE_SH7751R
122 select CPU_HAS_IPR_IRQ
123 select SYS_SUPPORTS_PCI
124 help
125 Select SecureEdge5410 if configuring for a SnapGear SH board.
126 This includes both the OEM SecureEdge products as well as the
127 SME product line.
128
129config SH_RTS7751R2D
130 bool "RTS7751R2D"
131 depends on CPU_SUBTYPE_SH7751R
132 select SYS_SUPPORTS_PCI
Magnus Damme6be3a22009-04-30 12:56:37 +0900133 select IO_TRAPPED if MMU
Paul Mundt939a24a2008-07-29 21:41:37 +0900134 help
135 Select RTS7751R2D if configuring for a Renesas Technology
136 Sales SH-Graphics board.
137
Paul Mundtea0aac12008-12-08 14:32:03 +0900138config SH_RSK
139 bool "Renesas Starter Kit"
140 depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203
141 help
142 Select this option if configuring for any of the RSK+ MCU
143 evaluation platforms.
Paul Mundt939a24a2008-07-29 21:41:37 +0900144
145config SH_SDK7780
146 bool "SDK7780R3"
147 depends on CPU_SUBTYPE_SH7780
148 select SYS_SUPPORTS_PCI
149 help
150 Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3
151 evaluation board.
152
Paul Mundt02bf6cc2010-01-14 20:58:58 +0900153config SH_SDK7786
154 bool "SDK7786"
155 depends on CPU_SUBTYPE_SH7786
Paul Mundt7dcaa8e2010-01-15 19:13:56 +0900156 select SYS_SUPPORTS_PCI
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
167config SH_SH7785LCR
168 bool "SH7785LCR"
169 depends on CPU_SUBTYPE_SH7785
170 select SYS_SUPPORTS_PCI
Paul Mundt939a24a2008-07-29 21:41:37 +0900171
172config SH_SH7785LCR_29BIT_PHYSMAPS
173 bool "SH7785LCR 29bit physmaps"
Yoshihiro Shimodadf4d4f12009-03-10 15:50:44 +0900174 depends on SH_SH7785LCR && 29BIT
Paul Mundt939a24a2008-07-29 21:41:37 +0900175 default y
176 help
177 This board has 2 physical memory maps. It can be changed with
178 DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,
179 you can access all on-board device in 29bit address mode.
180
Yoshihiro Shimodae79d5742009-08-27 13:57:26 +0000181config SH_SH7785LCR_PT
182 bool "SH7785LCR prototype board on 32-bit MMU mode"
183 depends on SH_SH7785LCR && 32BIT
184 default n
185 help
186 If you use prototype board, this option is enabled.
187
Kuninori Morimoto5ac072e2009-03-03 16:22:00 +0900188config SH_URQUELL
189 bool "Urquell"
190 depends on CPU_SUBTYPE_SH7786
191 select ARCH_REQUIRE_GPIOLIB
Paul Mundt5713e602009-06-17 18:20:48 +0900192 select SYS_SUPPORTS_PCI
Kuninori Morimoto5ac072e2009-03-03 16:22:00 +0900193
Paul Mundt939a24a2008-07-29 21:41:37 +0900194config SH_MIGOR
195 bool "Migo-R"
196 depends on CPU_SUBTYPE_SH7722
Magnus Damm69edbba2008-12-25 18:17:34 +0900197 select ARCH_REQUIRE_GPIOLIB
Paul Mundt939a24a2008-07-29 21:41:37 +0900198 help
199 Select Migo-R if configuring for the SH7722 Migo-R platform
200 by Renesas System Solutions Asia Pte. Ltd.
201
202config SH_AP325RXA
203 bool "AP-325RXA"
204 depends on CPU_SUBTYPE_SH7723
Magnus Damm69edbba2008-12-25 18:17:34 +0900205 select ARCH_REQUIRE_GPIOLIB
Paul Mundt939a24a2008-07-29 21:41:37 +0900206 help
207 Renesas "AP-325RXA" support.
208 Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"
209
Magnus Damme7d16512009-07-22 16:20:54 +0000210config SH_KFR2R09
211 bool "KFR2R09"
212 depends on CPU_SUBTYPE_SH7724
213 select ARCH_REQUIRE_GPIOLIB
214 help
215 "Kit For R2R for 2009" support.
216
Kuninori Morimoto4138b742009-08-19 12:08:33 +0000217config SH_ECOVEC
218 bool "EcoVec"
219 depends on CPU_SUBTYPE_SH7724
220 select ARCH_REQUIRE_GPIOLIB
221 help
222 Renesas "R0P7724LC0011/21RL (EcoVec)" support.
223
Paul Mundt939a24a2008-07-29 21:41:37 +0900224config SH_SH7763RDP
225 bool "SH7763RDP"
226 depends on CPU_SUBTYPE_SH7763
227 help
228 Select SH7763RDP if configuring for a Renesas SH7763
229 evaluation board.
230
Nobuhiro Iwamatsu32910e22009-03-17 05:54:37 +0000231config SH_ESPT
232 bool "ESPT"
233 depends on CPU_SUBTYPE_SH7763
234 help
235 Select ESPT if configuring for a Renesas SH7763
236 with gigabit ether evaluation board.
237
Paul Mundt939a24a2008-07-29 21:41:37 +0900238config SH_EDOSK7705
239 bool "EDOSK7705"
240 depends on CPU_SUBTYPE_SH7705
241
Luca Santini3db91702008-09-08 12:01:15 +0900242config SH_EDOSK7760
243 bool "EDOSK7760"
244 depends on CPU_SUBTYPE_SH7760
245 help
246 Select if configuring for a Renesas EDOSK7760
247 evaluation board.
248
Paul Mundt939a24a2008-07-29 21:41:37 +0900249config SH_SH4202_MICRODEV
250 bool "SH4-202 MicroDev"
251 depends on CPU_SUBTYPE_SH4_202
252 help
253 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
254 with an SH4-202 CPU.
255
256config SH_LANDISK
257 bool "LANDISK"
258 depends on CPU_SUBTYPE_SH7751R
259 select SYS_SUPPORTS_PCI
260 help
261 I-O DATA DEVICE, INC. "LANDISK Series" support.
262
263config SH_TITAN
264 bool "TITAN"
265 depends on CPU_SUBTYPE_SH7751R
266 select CPU_HAS_IPR_IRQ
267 select SYS_SUPPORTS_PCI
268 help
269 Select Titan if you are configuring for a Nimble Microsystems
270 NetEngine NP51R.
271
272config SH_SHMIN
273 bool "SHMIN"
274 depends on CPU_SUBTYPE_SH7706
275 select CPU_HAS_IPR_IRQ
276 help
277 Select SHMIN if configuring for the SHMIN board.
278
279config SH_LBOX_RE2
280 bool "L-BOX RE2"
281 depends on CPU_SUBTYPE_SH7751R
282 select SYS_SUPPORTS_PCI
283 help
284 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
285
286config SH_X3PROTO
287 bool "SH-X3 Prototype board"
288 depends on CPU_SUBTYPE_SHX3
289
290config SH_MAGIC_PANEL_R2
291 bool "Magic Panel R2"
292 depends on CPU_SUBTYPE_SH7720
Paul Mundtae5e6d02009-01-07 17:16:25 +0900293 select ARCH_REQUIRE_GPIOLIB
Paul Mundt939a24a2008-07-29 21:41:37 +0900294 help
295 Select Magic Panel R2 if configuring for Magic Panel R2.
296
297config SH_CAYMAN
298 bool "Hitachi Cayman"
299 depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
300 select SYS_SUPPORTS_PCI
301
Steve Glendinningeaeed5d2009-03-20 14:16:29 +0000302config SH_POLARIS
303 bool "SMSC Polaris"
304 select CPU_HAS_IPR_IRQ
305 depends on CPU_SUBTYPE_SH7709
306 help
307 Select if configuring for an SMSC Polaris development board
308
Paul Mundt939a24a2008-07-29 21:41:37 +0900309endmenu
310
311source "arch/sh/boards/mach-r2d/Kconfig"
312source "arch/sh/boards/mach-highlander/Kconfig"
313source "arch/sh/boards/mach-sdk7780/Kconfig"
314source "arch/sh/boards/mach-migor/Kconfig"
Paul Mundtea0aac12008-12-08 14:32:03 +0900315source "arch/sh/boards/mach-rsk/Kconfig"
Paul Mundtc8b5d9d2008-07-30 00:13:39 +0900316
317if SH_MAGIC_PANEL_R2
318
319menu "Magic Panel R2 options"
320
321config SH_MAGIC_PANEL_R2_VERSION
322 int SH_MAGIC_PANEL_R2_VERSION
323 default "3"
324 help
325 Set the version of the Magic Panel R2
326
327endmenu
328
329endif