blob: 6047f94369905a5f99827c31eb325ea33ece6098 [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
Kuninori Morimotoaf8a2fe2012-04-08 21:18:28 -070057 select SND_SOC_AK4642 if SND_SIMPLE_CARD
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +020058 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Kuninori Morimoto287c1292009-05-26 07:04:52 +000059 help
60 Select 7724 SolutionEngine if configuring for a Hitachi SH7724
61 evaluation board.
62
Paul Mundt939a24a2008-07-29 21:41:37 +090063config SH_7751_SOLUTION_ENGINE
64 bool "SolutionEngine7751"
65 select SOLUTION_ENGINE
66 select CPU_HAS_IPR_IRQ
67 depends on CPU_SUBTYPE_SH7751
68 help
69 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
70 evaluation board.
71
72config SH_7780_SOLUTION_ENGINE
73 bool "SolutionEngine7780"
74 select SOLUTION_ENGINE
75 select SYS_SUPPORTS_PCI
76 depends on CPU_SUBTYPE_SH7780
77 help
78 Select 7780 SolutionEngine if configuring for a Renesas SH7780
79 evaluation board.
80
81config SH_7343_SOLUTION_ENGINE
82 bool "SolutionEngine7343"
83 select SOLUTION_ENGINE
84 depends on CPU_SUBTYPE_SH7343
85 help
86 Select 7343 SolutionEngine if configuring for a Hitachi
87 SH7343 (SH-Mobile 3AS) evaluation board.
88
Paul Mundt939a24a2008-07-29 21:41:37 +090089config SH_HP6XX
90 bool "HP6XX"
91 select SYS_SUPPORTS_APM_EMULATION
92 select HD6446X_SERIES
93 depends on CPU_SUBTYPE_SH7709
94 help
95 Select HP6XX if configuring for a HP jornada HP6xx.
96 More information (hardware only) at
97 <http://www.hp.com/jornada/>.
98
99config SH_DREAMCAST
100 bool "Dreamcast"
101 select SYS_SUPPORTS_PCI
102 depends on CPU_SUBTYPE_SH7091
103 help
104 Select Dreamcast if configuring for a SEGA Dreamcast.
105 More information at <http://www.linux-sh.org>
106
107config SH_SH03
108 bool "Interface CTP/PCI-SH03"
109 depends on CPU_SUBTYPE_SH7751
110 select CPU_HAS_IPR_IRQ
111 select SYS_SUPPORTS_PCI
112 help
113 CTP/PCI-SH03 is a CPU module computer that is produced
114 by Interface Corporation.
115 More information at <http://www.interface.co.jp>
116
117config SH_SECUREEDGE5410
118 bool "SecureEdge5410"
119 depends on CPU_SUBTYPE_SH7751R
120 select CPU_HAS_IPR_IRQ
121 select SYS_SUPPORTS_PCI
122 help
123 Select SecureEdge5410 if configuring for a SnapGear SH board.
124 This includes both the OEM SecureEdge products as well as the
125 SME product line.
126
127config SH_RTS7751R2D
128 bool "RTS7751R2D"
129 depends on CPU_SUBTYPE_SH7751R
130 select SYS_SUPPORTS_PCI
Magnus Damme6be3a22009-04-30 12:56:37 +0900131 select IO_TRAPPED if MMU
Paul Mundt939a24a2008-07-29 21:41:37 +0900132 help
133 Select RTS7751R2D if configuring for a Renesas Technology
134 Sales SH-Graphics board.
135
Paul Mundtea0aac12008-12-08 14:32:03 +0900136config SH_RSK
137 bool "Renesas Starter Kit"
Phil Edworthyb6397432012-05-10 09:26:53 +0100138 depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || \
139 CPU_SUBTYPE_SH7264 || CPU_SUBTYPE_SH7269
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200140 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Paul Mundtea0aac12008-12-08 14:32:03 +0900141 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 Mundt24223972010-05-25 20:10:24 +0900157 select NO_IOPORT if !PCI
Paul Mundt47da88f2010-10-14 03:04:44 +0900158 select ARCH_WANT_OPTIONAL_GPIOLIB
Paul Mundtd8d6b902010-10-15 02:13:04 +0900159 select HAVE_SRAM_POOL
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200160 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Paul Mundt02bf6cc2010-01-14 20:58:58 +0900161 help
162 Select SDK7786 if configuring for a Renesas Technology Europe
163 SH7786-65nm board.
164
Paul Mundt939a24a2008-07-29 21:41:37 +0900165config SH_HIGHLANDER
166 bool "Highlander"
167 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
168 select SYS_SUPPORTS_PCI
Magnus Damme6be3a22009-04-30 12:56:37 +0900169 select IO_TRAPPED if MMU
Paul Mundt939a24a2008-07-29 21:41:37 +0900170
Yoshihiro Shimoda36239c62010-07-06 04:32:16 +0000171config SH_SH7757LCR
172 bool "SH7757LCR"
173 depends on CPU_SUBTYPE_SH7757
174 select ARCH_REQUIRE_GPIOLIB
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200175 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Yoshihiro Shimoda36239c62010-07-06 04:32:16 +0000176
Paul Mundt939a24a2008-07-29 21:41:37 +0900177config SH_SH7785LCR
178 bool "SH7785LCR"
179 depends on CPU_SUBTYPE_SH7785
180 select SYS_SUPPORTS_PCI
Paul Mundt939a24a2008-07-29 21:41:37 +0900181
182config SH_SH7785LCR_29BIT_PHYSMAPS
183 bool "SH7785LCR 29bit physmaps"
Yoshihiro Shimodadf4d4f12009-03-10 15:50:44 +0900184 depends on SH_SH7785LCR && 29BIT
Paul Mundt939a24a2008-07-29 21:41:37 +0900185 default y
186 help
187 This board has 2 physical memory maps. It can be changed with
188 DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,
189 you can access all on-board device in 29bit address mode.
190
Yoshihiro Shimodae79d5742009-08-27 13:57:26 +0000191config SH_SH7785LCR_PT
192 bool "SH7785LCR prototype board on 32-bit MMU mode"
193 depends on SH_SH7785LCR && 32BIT
194 default n
195 help
196 If you use prototype board, this option is enabled.
197
Kuninori Morimoto5ac072e2009-03-03 16:22:00 +0900198config SH_URQUELL
199 bool "Urquell"
200 depends on CPU_SUBTYPE_SH7786
201 select ARCH_REQUIRE_GPIOLIB
Paul Mundt5713e602009-06-17 18:20:48 +0900202 select SYS_SUPPORTS_PCI
Paul Mundt861160b2010-05-26 15:58:45 +0900203 select NO_IOPORT if !PCI
Kuninori Morimoto5ac072e2009-03-03 16:22:00 +0900204
Paul Mundt939a24a2008-07-29 21:41:37 +0900205config SH_MIGOR
206 bool "Migo-R"
207 depends on CPU_SUBTYPE_SH7722
Magnus Damm69edbba2008-12-25 18:17:34 +0900208 select ARCH_REQUIRE_GPIOLIB
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200209 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Paul Mundt939a24a2008-07-29 21:41:37 +0900210 help
211 Select Migo-R if configuring for the SH7722 Migo-R platform
212 by Renesas System Solutions Asia Pte. Ltd.
213
214config SH_AP325RXA
215 bool "AP-325RXA"
216 depends on CPU_SUBTYPE_SH7723
Magnus Damm69edbba2008-12-25 18:17:34 +0900217 select ARCH_REQUIRE_GPIOLIB
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200218 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Paul Mundt939a24a2008-07-29 21:41:37 +0900219 help
220 Renesas "AP-325RXA" support.
221 Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"
222
Magnus Damme7d16512009-07-22 16:20:54 +0000223config SH_KFR2R09
224 bool "KFR2R09"
225 depends on CPU_SUBTYPE_SH7724
226 select ARCH_REQUIRE_GPIOLIB
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200227 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Magnus Damme7d16512009-07-22 16:20:54 +0000228 help
229 "Kit For R2R for 2009" support.
230
Kuninori Morimoto4138b742009-08-19 12:08:33 +0000231config SH_ECOVEC
232 bool "EcoVec"
233 depends on CPU_SUBTYPE_SH7724
234 select ARCH_REQUIRE_GPIOLIB
Kuninori Morimoto064bfad2012-04-08 21:19:25 -0700235 select SND_SOC_DA7210 if SND_SIMPLE_CARD
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200236 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Kuninori Morimoto4138b742009-08-19 12:08:33 +0000237 help
238 Renesas "R0P7724LC0011/21RL (EcoVec)" support.
239
Paul Mundt939a24a2008-07-29 21:41:37 +0900240config SH_SH7763RDP
241 bool "SH7763RDP"
242 depends on CPU_SUBTYPE_SH7763
243 help
244 Select SH7763RDP if configuring for a Renesas SH7763
245 evaluation board.
246
Nobuhiro Iwamatsu32910e22009-03-17 05:54:37 +0000247config SH_ESPT
248 bool "ESPT"
249 depends on CPU_SUBTYPE_SH7763
250 help
251 Select ESPT if configuring for a Renesas SH7763
252 with gigabit ether evaluation board.
253
Paul Mundt939a24a2008-07-29 21:41:37 +0900254config SH_EDOSK7705
255 bool "EDOSK7705"
256 depends on CPU_SUBTYPE_SH7705
257
Luca Santini3db91702008-09-08 12:01:15 +0900258config SH_EDOSK7760
259 bool "EDOSK7760"
260 depends on CPU_SUBTYPE_SH7760
261 help
262 Select if configuring for a Renesas EDOSK7760
263 evaluation board.
264
Paul Mundt939a24a2008-07-29 21:41:37 +0900265config SH_SH4202_MICRODEV
266 bool "SH4-202 MicroDev"
267 depends on CPU_SUBTYPE_SH4_202
268 help
269 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
270 with an SH4-202 CPU.
271
272config SH_LANDISK
273 bool "LANDISK"
274 depends on CPU_SUBTYPE_SH7751R
275 select SYS_SUPPORTS_PCI
276 help
277 I-O DATA DEVICE, INC. "LANDISK Series" support.
278
279config SH_TITAN
280 bool "TITAN"
281 depends on CPU_SUBTYPE_SH7751R
282 select CPU_HAS_IPR_IRQ
283 select SYS_SUPPORTS_PCI
284 help
285 Select Titan if you are configuring for a Nimble Microsystems
286 NetEngine NP51R.
287
288config SH_SHMIN
289 bool "SHMIN"
290 depends on CPU_SUBTYPE_SH7706
291 select CPU_HAS_IPR_IRQ
292 help
293 Select SHMIN if configuring for the SHMIN board.
294
295config SH_LBOX_RE2
296 bool "L-BOX RE2"
297 depends on CPU_SUBTYPE_SH7751R
298 select SYS_SUPPORTS_PCI
299 help
300 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
301
302config SH_X3PROTO
303 bool "SH-X3 Prototype board"
304 depends on CPU_SUBTYPE_SHX3
Paul Mundt861160b2010-05-26 15:58:45 +0900305 select NO_IOPORT if !PCI
Paul Mundt939a24a2008-07-29 21:41:37 +0900306
307config SH_MAGIC_PANEL_R2
308 bool "Magic Panel R2"
309 depends on CPU_SUBTYPE_SH7720
Paul Mundtae5e6d02009-01-07 17:16:25 +0900310 select ARCH_REQUIRE_GPIOLIB
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200311 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Paul Mundt939a24a2008-07-29 21:41:37 +0900312 help
313 Select Magic Panel R2 if configuring for Magic Panel R2.
314
315config SH_CAYMAN
316 bool "Hitachi Cayman"
317 depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
318 select SYS_SUPPORTS_PCI
319
Steve Glendinningeaeed5d2009-03-20 14:16:29 +0000320config SH_POLARIS
321 bool "SMSC Polaris"
322 select CPU_HAS_IPR_IRQ
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200323 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Steve Glendinningeaeed5d2009-03-20 14:16:29 +0000324 depends on CPU_SUBTYPE_SH7709
325 help
326 Select if configuring for an SMSC Polaris development board
327
Hitoshi Mitake3a598262010-06-21 15:10:51 +0900328config SH_SH2007
329 bool "SH-2007 board"
330 select NO_IOPORT
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200331 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Hitoshi Mitake3a598262010-06-21 15:10:51 +0900332 depends on CPU_SUBTYPE_SH7780
333 help
334 SH-2007 is a single-board computer based around SH7780 chip
335 intended for embedded applications.
336 It has an Ethernet interface (SMC9118), direct connected
337 Compact Flash socket, two serial ports and PC-104 bus.
338 More information at <http://sh2000.sh-linux.org>.
339
Paul Mundtbc34b082011-01-13 18:32:42 +0900340config SH_APSH4A3A
341 bool "AP-SH4A-3A"
342 select SH_ALPHA_BOARD
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200343 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Paul Mundtbc34b082011-01-13 18:32:42 +0900344 depends on CPU_SUBTYPE_SH7785
345 help
346 Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A.
347
Paul Mundt8a453ca2011-01-13 18:36:21 +0900348config SH_APSH4AD0A
349 bool "AP-SH4AD-0A"
350 select SH_ALPHA_BOARD
351 select SYS_SUPPORTS_PCI
Guennadi Liakhovetski89d71482012-07-05 15:18:50 +0200352 select REGULATOR_FIXED_VOLTAGE if REGULATOR
Paul Mundt8a453ca2011-01-13 18:36:21 +0900353 depends on CPU_SUBTYPE_SH7786
354 help
355 Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A.
356
Paul Mundt939a24a2008-07-29 21:41:37 +0900357source "arch/sh/boards/mach-r2d/Kconfig"
358source "arch/sh/boards/mach-highlander/Kconfig"
359source "arch/sh/boards/mach-sdk7780/Kconfig"
360source "arch/sh/boards/mach-migor/Kconfig"
Paul Mundtea0aac12008-12-08 14:32:03 +0900361source "arch/sh/boards/mach-rsk/Kconfig"
Paul Mundtc8b5d9d2008-07-30 00:13:39 +0900362
363if SH_MAGIC_PANEL_R2
364
365menu "Magic Panel R2 options"
366
367config SH_MAGIC_PANEL_R2_VERSION
368 int SH_MAGIC_PANEL_R2_VERSION
369 default "3"
370 help
371 Set the version of the Magic Panel R2
372
373endmenu
374
375endif
Stuart Menefy9e7f60a2012-04-19 17:29:38 +0900376
377endmenu