xref: /linux/arch/sh/boards/Kconfig (revision 5df38b9b7676e4e46c5c13e75f023ffb82542980)
1menu "Board support"
2
3config SOLUTION_ENGINE
4	bool
5
6config SH_ALPHA_BOARD
7	bool
8
9config 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	select GENERIC_IRQ_CHIP
48	select IRQ_DOMAIN
49	depends on CPU_SUBTYPE_SH7722
50	help
51	  Select 7722 SolutionEngine if configuring for a Hitachi SH772
52	  evaluation board.
53
54config SH_7724_SOLUTION_ENGINE
55	bool "SolutionEngine7724"
56	select SOLUTION_ENGINE
57	depends on CPU_SUBTYPE_SH7724
58	select ARCH_REQUIRE_GPIOLIB
59	help
60	  Select 7724 SolutionEngine if configuring for a Hitachi SH7724
61	  evaluation board.
62
63config 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
89config 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
131	select IO_TRAPPED if MMU
132	help
133	  Select RTS7751R2D if configuring for a Renesas Technology
134	  Sales SH-Graphics board.
135
136config SH_RSK
137	bool "Renesas Starter Kit"
138	depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203
139	help
140	 Select this option if configuring for any of the RSK+ MCU
141	 evaluation platforms.
142
143config SH_SDK7780
144	bool "SDK7780R3"
145	depends on CPU_SUBTYPE_SH7780
146	select SYS_SUPPORTS_PCI
147	help
148	  Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3
149	  evaluation board.
150
151config SH_SDK7786
152	bool "SDK7786"
153	depends on CPU_SUBTYPE_SH7786
154	select SYS_SUPPORTS_PCI
155	select NO_IOPORT if !PCI
156	select ARCH_WANT_OPTIONAL_GPIOLIB
157	select HAVE_SRAM_POOL
158	help
159	  Select SDK7786 if configuring for a Renesas Technology Europe
160	  SH7786-65nm board.
161
162config SH_HIGHLANDER
163	bool "Highlander"
164	depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
165	select SYS_SUPPORTS_PCI
166	select IO_TRAPPED if MMU
167
168config SH_SH7757LCR
169	bool "SH7757LCR"
170	depends on CPU_SUBTYPE_SH7757
171	select ARCH_REQUIRE_GPIOLIB
172
173config SH_SH7785LCR
174	bool "SH7785LCR"
175	depends on CPU_SUBTYPE_SH7785
176	select SYS_SUPPORTS_PCI
177
178config SH_SH7785LCR_29BIT_PHYSMAPS
179	bool "SH7785LCR 29bit physmaps"
180	depends on SH_SH7785LCR && 29BIT
181	default y
182	help
183	  This board has 2 physical memory maps. It can be changed with
184	  DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,
185	  you can access all on-board device in 29bit address mode.
186
187config SH_SH7785LCR_PT
188	bool "SH7785LCR prototype board on 32-bit MMU mode"
189	depends on SH_SH7785LCR && 32BIT
190	default n
191	help
192	  If you use prototype board, this option is enabled.
193
194config SH_URQUELL
195	bool "Urquell"
196	depends on CPU_SUBTYPE_SH7786
197	select ARCH_REQUIRE_GPIOLIB
198	select SYS_SUPPORTS_PCI
199	select NO_IOPORT if !PCI
200
201config SH_MIGOR
202	bool "Migo-R"
203	depends on CPU_SUBTYPE_SH7722
204	select ARCH_REQUIRE_GPIOLIB
205	help
206	  Select Migo-R if configuring for the SH7722 Migo-R platform
207          by Renesas System Solutions Asia Pte. Ltd.
208
209config SH_AP325RXA
210	bool "AP-325RXA"
211	depends on CPU_SUBTYPE_SH7723
212	select ARCH_REQUIRE_GPIOLIB
213	help
214	  Renesas "AP-325RXA" support.
215	  Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"
216
217config SH_KFR2R09
218	bool "KFR2R09"
219	depends on CPU_SUBTYPE_SH7724
220	select ARCH_REQUIRE_GPIOLIB
221	help
222	  "Kit For R2R for 2009" support.
223
224config SH_ECOVEC
225	bool "EcoVec"
226	depends on CPU_SUBTYPE_SH7724
227	select ARCH_REQUIRE_GPIOLIB
228	help
229	  Renesas "R0P7724LC0011/21RL (EcoVec)" support.
230
231config SH_SH7763RDP
232	bool "SH7763RDP"
233	depends on CPU_SUBTYPE_SH7763
234	help
235	  Select SH7763RDP if configuring for a Renesas SH7763
236	  evaluation board.
237
238config SH_ESPT
239	bool "ESPT"
240	depends on CPU_SUBTYPE_SH7763
241	help
242	  Select ESPT if configuring for a Renesas SH7763
243	  with gigabit ether evaluation board.
244
245config SH_EDOSK7705
246	bool "EDOSK7705"
247	depends on CPU_SUBTYPE_SH7705
248
249config SH_EDOSK7760
250	bool "EDOSK7760"
251	depends on CPU_SUBTYPE_SH7760
252	help
253	  Select if configuring for a Renesas EDOSK7760
254	  evaluation board.
255
256config SH_SH4202_MICRODEV
257	bool "SH4-202 MicroDev"
258	depends on CPU_SUBTYPE_SH4_202
259	help
260	  Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
261	  with an SH4-202 CPU.
262
263config SH_LANDISK
264	bool "LANDISK"
265	depends on CPU_SUBTYPE_SH7751R
266	select SYS_SUPPORTS_PCI
267	help
268	  I-O DATA DEVICE, INC. "LANDISK Series" support.
269
270config SH_TITAN
271	bool "TITAN"
272	depends on CPU_SUBTYPE_SH7751R
273	select CPU_HAS_IPR_IRQ
274	select SYS_SUPPORTS_PCI
275	help
276	  Select Titan if you are configuring for a Nimble Microsystems
277	  NetEngine NP51R.
278
279config SH_SHMIN
280	bool "SHMIN"
281	depends on CPU_SUBTYPE_SH7706
282	select CPU_HAS_IPR_IRQ
283	help
284	  Select SHMIN if configuring for the SHMIN board.
285
286config SH_LBOX_RE2
287	bool "L-BOX RE2"
288	depends on CPU_SUBTYPE_SH7751R
289	select SYS_SUPPORTS_PCI
290	help
291	  Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
292
293config SH_X3PROTO
294	bool "SH-X3 Prototype board"
295	depends on CPU_SUBTYPE_SHX3
296	select NO_IOPORT if !PCI
297	select IRQ_DOMAIN
298
299config SH_MAGIC_PANEL_R2
300	bool "Magic Panel R2"
301	depends on CPU_SUBTYPE_SH7720
302	select ARCH_REQUIRE_GPIOLIB
303	help
304	  Select Magic Panel R2 if configuring for Magic Panel R2.
305
306config SH_CAYMAN
307	bool "Hitachi Cayman"
308	depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
309	select SYS_SUPPORTS_PCI
310
311config SH_POLARIS
312	bool "SMSC Polaris"
313	select CPU_HAS_IPR_IRQ
314	depends on CPU_SUBTYPE_SH7709
315	help
316	  Select if configuring for an SMSC Polaris development board
317
318config SH_SH2007
319	bool "SH-2007 board"
320	select NO_IOPORT
321	depends on CPU_SUBTYPE_SH7780
322	help
323	  SH-2007 is a single-board computer based around SH7780 chip
324	  intended for embedded applications.
325	  It has an Ethernet interface (SMC9118), direct connected
326	  Compact Flash socket, two serial ports and PC-104 bus.
327	  More information at <http://sh2000.sh-linux.org>.
328
329config SH_APSH4A3A
330	bool "AP-SH4A-3A"
331	select SH_ALPHA_BOARD
332	depends on CPU_SUBTYPE_SH7785
333	help
334	  Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A.
335
336config SH_APSH4AD0A
337	bool "AP-SH4AD-0A"
338	select SH_ALPHA_BOARD
339	select SYS_SUPPORTS_PCI
340	depends on CPU_SUBTYPE_SH7786
341	help
342	  Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A.
343
344endmenu
345
346source "arch/sh/boards/mach-r2d/Kconfig"
347source "arch/sh/boards/mach-highlander/Kconfig"
348source "arch/sh/boards/mach-sdk7780/Kconfig"
349source "arch/sh/boards/mach-migor/Kconfig"
350source "arch/sh/boards/mach-rsk/Kconfig"
351
352if SH_MAGIC_PANEL_R2
353
354menu "Magic Panel R2 options"
355
356config SH_MAGIC_PANEL_R2_VERSION
357	int SH_MAGIC_PANEL_R2_VERSION
358	default "3"
359	help
360	  Set the version of the Magic Panel R2
361
362endmenu
363
364endif
365