blob: 85bd9ac6f5e023a43313de9424895cc2612de3a8 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/SuperH Kernel Configuration"
7
8config SUPERH
Paul Mundtea0e1a92007-11-21 15:58:01 +09009 def_bool y
Paul Mundt7a440c92006-09-27 18:18:31 +090010 select EMBEDDED
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 help
12 The SuperH is a RISC processor targeted for use in embedded systems
13 and consumer electronics; it was also used in the Sega Dreamcast
14 gaming console. The SuperH port has a home page at
15 <http://www.linux-sh.org/>.
16
Paul Mundt39d28a22007-11-08 18:39:33 +090017config SUPERH32
Paul Mundtea0e1a92007-11-21 15:58:01 +090018 def_bool !SUPERH64
19
20config SUPERH64
21 def_bool y if CPU_SH5
Paul Mundt39d28a22007-11-08 18:39:33 +090022
Linus Torvalds1da177e2005-04-16 15:20:36 -070023config RWSEM_GENERIC_SPINLOCK
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090024 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070025
26config RWSEM_XCHGADD_ALGORITHM
27 bool
28
Paul Mundtfa691512007-03-08 19:41:21 +090029config GENERIC_BUG
30 def_bool y
Paul Mundta82d53e2007-11-21 18:22:05 +090031 depends on BUG && SUPERH32
Paul Mundtfa691512007-03-08 19:41:21 +090032
Akinobu Mitae2268c72006-03-26 01:39:35 -080033config GENERIC_FIND_NEXT_BIT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090034 def_bool y
Akinobu Mitae2268c72006-03-26 01:39:35 -080035
36config GENERIC_HWEIGHT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090037 def_bool y
Akinobu Mitae2268c72006-03-26 01:39:35 -080038
Linus Torvalds1da177e2005-04-16 15:20:36 -070039config GENERIC_HARDIRQS
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090040 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
42config GENERIC_IRQ_PROBE
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090043 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070044
45config GENERIC_CALIBRATE_DELAY
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090046 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070047
Paul Mundtcad82442006-01-16 22:14:19 -080048config GENERIC_IOMAP
49 bool
50
Paul Mundt45882142006-10-04 13:21:45 +090051config GENERIC_TIME
52 def_bool n
53
Paul Mundt57be2b42007-05-09 17:33:24 +090054config GENERIC_CLOCKEVENTS
55 def_bool n
56
Paul Mundt357d5942007-06-11 15:32:07 +090057config SYS_SUPPORTS_PM
58 bool
59
Paul Mundt0a9b0db2007-01-24 21:56:20 +090060config SYS_SUPPORTS_APM_EMULATION
61 bool
Paul Mundt357d5942007-06-11 15:32:07 +090062 select SYS_SUPPORTS_PM
63
64config SYS_SUPPORTS_SMP
65 bool
66
67config SYS_SUPPORTS_NUMA
68 bool
69
70config SYS_SUPPORTS_PCI
71 bool
Paul Mundt0a9b0db2007-01-24 21:56:20 +090072
viro@ZenIV.linux.org.uka08b6b72005-09-06 01:48:42 +010073config ARCH_MAY_HAVE_PC_FDC
74 bool
viro@ZenIV.linux.org.uka08b6b72005-09-06 01:48:42 +010075
Paul Mundtafbfb522006-12-04 18:17:28 +090076config STACKTRACE_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090077 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +090078
79config LOCKDEP_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090080 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +090081
David Howellsf0d1b0b2006-12-08 02:37:49 -080082config ARCH_HAS_ILOG2_U32
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090083 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -080084
85config ARCH_HAS_ILOG2_U64
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090086 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -080087
Paul Mundte257ad02007-07-25 11:18:00 +090088config ARCH_NO_VIRT_TO_BUS
89 def_bool y
90
Linus Torvalds1da177e2005-04-16 15:20:36 -070091source "init/Kconfig"
92
93menu "System type"
94
Paul Mundtb5f42db2007-11-08 18:38:14 +090095#
96# Processor families
97#
98config CPU_SH2
99 bool
100
101config CPU_SH2A
102 bool
103 select CPU_SH2
104
105config CPU_SH3
106 bool
107 select CPU_HAS_INTEVT
108 select CPU_HAS_SR_RB
109
110config CPU_SH4
111 bool
112 select CPU_HAS_INTEVT
113 select CPU_HAS_SR_RB
114 select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2
115 select CPU_HAS_FPU if !CPU_SH4AL_DSP
116
117config CPU_SH4A
118 bool
119 select CPU_SH4
120
121config CPU_SH4AL_DSP
122 bool
123 select CPU_SH4A
124 select CPU_HAS_DSP
125
Paul Mundtea0e1a92007-11-21 15:58:01 +0900126config CPU_SH5
127 bool
128 select CPU_HAS_FPU
129
Paul Mundtb5f42db2007-11-08 18:38:14 +0900130config CPU_SHX2
131 bool
132
133config CPU_SHX3
134 bool
135
136choice
137 prompt "Processor sub-type selection"
138
139#
140# Processor subtypes
141#
142
143# SH-2 Processor Support
144
145config CPU_SUBTYPE_SH7619
146 bool "Support SH7619 processor"
147 select CPU_SH2
148
149# SH-2A Processor Support
150
Paul Mundt6d01f512007-11-26 18:17:21 +0900151config CPU_SUBTYPE_SH7203
152 bool "Support SH7203 processor"
153 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900154 select CPU_HAS_FPU
Paul Mundt6d01f512007-11-26 18:17:21 +0900155
Paul Mundtb5f42db2007-11-08 18:38:14 +0900156config CPU_SUBTYPE_SH7206
157 bool "Support SH7206 processor"
158 select CPU_SH2A
159
Paul Mundta8f67f42007-11-26 19:54:02 +0900160config CPU_SUBTYPE_SH7263
161 bool "Support SH7263 processor"
162 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900163 select CPU_HAS_FPU
Paul Mundta8f67f42007-11-26 19:54:02 +0900164
Paul Mundtb5f42db2007-11-08 18:38:14 +0900165# SH-3 Processor Support
166
167config CPU_SUBTYPE_SH7705
168 bool "Support SH7705 processor"
169 select CPU_SH3
170
171config CPU_SUBTYPE_SH7706
172 bool "Support SH7706 processor"
173 select CPU_SH3
174 help
175 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
176
177config CPU_SUBTYPE_SH7707
178 bool "Support SH7707 processor"
179 select CPU_SH3
180 help
181 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
182
183config CPU_SUBTYPE_SH7708
184 bool "Support SH7708 processor"
185 select CPU_SH3
186 help
187 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
188 if you have a 100 Mhz SH-3 HD6417708R CPU.
189
190config CPU_SUBTYPE_SH7709
191 bool "Support SH7709 processor"
192 select CPU_SH3
193 help
194 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
195
196config CPU_SUBTYPE_SH7710
197 bool "Support SH7710 processor"
198 select CPU_SH3
199 select CPU_HAS_DSP
200 help
201 Select SH7710 if you have a SH3-DSP SH7710 CPU.
202
203config CPU_SUBTYPE_SH7712
204 bool "Support SH7712 processor"
205 select CPU_SH3
206 select CPU_HAS_DSP
207 help
208 Select SH7712 if you have a SH3-DSP SH7712 CPU.
209
210config CPU_SUBTYPE_SH7720
211 bool "Support SH7720 processor"
212 select CPU_SH3
213 select CPU_HAS_DSP
214 help
215 Select SH7720 if you have a SH3-DSP SH7720 CPU.
216
Yoshihiro Shimoda31a49c42007-12-26 11:45:06 +0900217config CPU_SUBTYPE_SH7721
218 bool "Support SH7721 processor"
219 select CPU_SH3
220 select CPU_HAS_DSP
221 help
222 Select SH7721 if you have a SH3-DSP SH7721 CPU.
223
Paul Mundtb5f42db2007-11-08 18:38:14 +0900224# SH-4 Processor Support
225
226config CPU_SUBTYPE_SH7750
227 bool "Support SH7750 processor"
228 select CPU_SH4
229 help
230 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
231
232config CPU_SUBTYPE_SH7091
233 bool "Support SH7091 processor"
234 select CPU_SH4
235 help
236 Select SH7091 if you have an SH-4 based Sega device (such as
237 the Dreamcast, Naomi, and Naomi 2).
238
239config CPU_SUBTYPE_SH7750R
240 bool "Support SH7750R processor"
241 select CPU_SH4
242
243config CPU_SUBTYPE_SH7750S
244 bool "Support SH7750S processor"
245 select CPU_SH4
246
247config CPU_SUBTYPE_SH7751
248 bool "Support SH7751 processor"
249 select CPU_SH4
250 help
251 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
252 or if you have a HD6417751R CPU.
253
254config CPU_SUBTYPE_SH7751R
255 bool "Support SH7751R processor"
256 select CPU_SH4
257
258config CPU_SUBTYPE_SH7760
259 bool "Support SH7760 processor"
260 select CPU_SH4
261
262config CPU_SUBTYPE_SH4_202
263 bool "Support SH4-202 processor"
264 select CPU_SH4
265
266# SH-4A Processor Support
267
Yoshihiro Shimoda7d740a02008-01-07 14:40:07 +0900268config CPU_SUBTYPE_SH7763
269 bool "Support SH7763 processor"
270 select CPU_SH4A
271 help
272 Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
273
Paul Mundtb5f42db2007-11-08 18:38:14 +0900274config CPU_SUBTYPE_SH7770
275 bool "Support SH7770 processor"
276 select CPU_SH4A
277
278config CPU_SUBTYPE_SH7780
279 bool "Support SH7780 processor"
280 select CPU_SH4A
281
282config CPU_SUBTYPE_SH7785
283 bool "Support SH7785 processor"
284 select CPU_SH4A
285 select CPU_SHX2
286 select ARCH_SPARSEMEM_ENABLE
287 select SYS_SUPPORTS_NUMA
288
289config CPU_SUBTYPE_SHX3
290 bool "Support SH-X3 processor"
291 select CPU_SH4A
292 select CPU_SHX3
293 select ARCH_SPARSEMEM_ENABLE
294 select SYS_SUPPORTS_NUMA
295 select SYS_SUPPORTS_SMP
296
297# SH4AL-DSP Processor Support
298
299config CPU_SUBTYPE_SH7343
300 bool "Support SH7343 processor"
301 select CPU_SH4AL_DSP
302
303config CPU_SUBTYPE_SH7722
304 bool "Support SH7722 processor"
305 select CPU_SH4AL_DSP
306 select CPU_SHX2
307 select ARCH_SPARSEMEM_ENABLE
308 select SYS_SUPPORTS_NUMA
309
Paul Mundtea0e1a92007-11-21 15:58:01 +0900310# SH-5 Processor Support
311
312config CPU_SUBTYPE_SH5_101
313 bool "Support SH5-101 processor"
314 select CPU_SH5
315
316config CPU_SUBTYPE_SH5_103
317 bool "Support SH5-103 processor"
318
Paul Mundtb5f42db2007-11-08 18:38:14 +0900319endchoice
320
Paul Mundtcad82442006-01-16 22:14:19 -0800321source "arch/sh/mm/Kconfig"
Paul Mundt4690bdc2007-11-09 13:45:42 +0900322source "arch/sh/Kconfig.cpu"
Paul Mundtcad82442006-01-16 22:14:19 -0800323
Paul Mundtf3d22292007-05-14 17:29:12 +0900324menu "Board support"
325
326config SOLUTION_ENGINE
327 bool
328
329config SH_SOLUTION_ENGINE
330 bool "SolutionEngine"
331 select SOLUTION_ENGINE
Magnus Damm56386f62007-07-20 18:44:49 +0900332 select CPU_HAS_IPR_IRQ
Nobuhiro Iwamatsua8199072007-11-05 07:44:41 +0900333 depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \
334 CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \
335 CPU_SUBTYPE_SH7750R
Paul Mundtf3d22292007-05-14 17:29:12 +0900336 help
Nobuhiro Iwamatsua8199072007-11-05 07:44:41 +0900337 Select SolutionEngine if configuring for a Hitachi SH7705, SH7709,
338 SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board.
Paul Mundtf3d22292007-05-14 17:29:12 +0900339
340config SH_7206_SOLUTION_ENGINE
341 bool "SolutionEngine7206"
342 select SOLUTION_ENGINE
343 depends on CPU_SUBTYPE_SH7206
344 help
345 Select 7206 SolutionEngine if configuring for a Hitachi SH7206
346 evaluation board.
347
348config SH_7619_SOLUTION_ENGINE
349 bool "SolutionEngine7619"
350 select SOLUTION_ENGINE
351 depends on CPU_SUBTYPE_SH7619
352 help
353 Select 7619 SolutionEngine if configuring for a Hitachi SH7619
354 evaluation board.
355
356config SH_7722_SOLUTION_ENGINE
357 bool "SolutionEngine7722"
358 select SOLUTION_ENGINE
359 depends on CPU_SUBTYPE_SH7722
360 help
361 Select 7722 SolutionEngine if configuring for a Hitachi SH772
362 evaluation board.
363
364config SH_7751_SOLUTION_ENGINE
365 bool "SolutionEngine7751"
366 select SOLUTION_ENGINE
Magnus Damm56386f62007-07-20 18:44:49 +0900367 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900368 depends on CPU_SUBTYPE_SH7751
369 help
370 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
371 evaluation board.
372
373config SH_7780_SOLUTION_ENGINE
374 bool "SolutionEngine7780"
375 select SOLUTION_ENGINE
Paul Mundt357d5942007-06-11 15:32:07 +0900376 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900377 depends on CPU_SUBTYPE_SH7780
378 help
379 Select 7780 SolutionEngine if configuring for a Renesas SH7780
380 evaluation board.
381
Paul Mundtf3d22292007-05-14 17:29:12 +0900382config SH_7343_SOLUTION_ENGINE
383 bool "SolutionEngine7343"
384 select SOLUTION_ENGINE
385 depends on CPU_SUBTYPE_SH7343
386 help
387 Select 7343 SolutionEngine if configuring for a Hitachi
388 SH7343 (SH-Mobile 3AS) evaluation board.
389
Paul Mundtf3d22292007-05-14 17:29:12 +0900390config SH_7751_SYSTEMH
391 bool "SystemH7751R"
392 depends on CPU_SUBTYPE_SH7751R
393 help
394 Select SystemH if you are configuring for a Renesas SystemH
395 7751R evaluation board.
396
397config SH_HP6XX
398 bool "HP6XX"
399 select SYS_SUPPORTS_APM_EMULATION
Paul Mundt357d5942007-06-11 15:32:07 +0900400 select HD6446X_SERIES
Paul Mundtf3d22292007-05-14 17:29:12 +0900401 depends on CPU_SUBTYPE_SH7709
402 help
403 Select HP6XX if configuring for a HP jornada HP6xx.
404 More information (hardware only) at
405 <http://www.hp.com/jornada/>.
406
Paul Mundtf3d22292007-05-14 17:29:12 +0900407config SH_DREAMCAST
408 bool "Dreamcast"
Paul Mundt357d5942007-06-11 15:32:07 +0900409 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900410 depends on CPU_SUBTYPE_SH7091
411 help
412 Select Dreamcast if configuring for a SEGA Dreamcast.
Adrian McMenaminad07b102007-10-15 10:38:31 +0900413 More information at <http://www.linux-sh.org>
Paul Mundtf3d22292007-05-14 17:29:12 +0900414
415config SH_MPC1211
416 bool "Interface MPC1211"
417 depends on CPU_SUBTYPE_SH7751 && BROKEN
418 help
419 CTP/PCI-SH02 is a CPU module computer that is produced
420 by Interface Corporation.
421 More information at <http://www.interface.co.jp>
422
423config SH_SH03
424 bool "Interface CTP/PCI-SH03"
Magnus Dammd59645d2007-08-03 14:23:35 +0900425 depends on CPU_SUBTYPE_SH7751
Magnus Damm56386f62007-07-20 18:44:49 +0900426 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900427 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900428 help
429 CTP/PCI-SH03 is a CPU module computer that is produced
430 by Interface Corporation.
431 More information at <http://www.interface.co.jp>
432
433config SH_SECUREEDGE5410
434 bool "SecureEdge5410"
435 depends on CPU_SUBTYPE_SH7751R
Magnus Damm56386f62007-07-20 18:44:49 +0900436 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900437 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900438 help
439 Select SecureEdge5410 if configuring for a SnapGear SH board.
440 This includes both the OEM SecureEdge products as well as the
441 SME product line.
442
Paul Mundtf3d22292007-05-14 17:29:12 +0900443config SH_7710VOIPGW
444 bool "SH7710-VOIP-GW"
445 depends on CPU_SUBTYPE_SH7710
446 help
447 Select this option to build a kernel for the SH7710 based
448 VOIP GW.
449
450config SH_RTS7751R2D
451 bool "RTS7751R2D"
452 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900453 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900454 help
455 Select RTS7751R2D if configuring for a Renesas Technology
456 Sales SH-Graphics board.
457
458config SH_HIGHLANDER
459 bool "Highlander"
460 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
Paul Mundt357d5942007-06-11 15:32:07 +0900461 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900462
463config SH_EDOSK7705
464 bool "EDOSK7705"
465 depends on CPU_SUBTYPE_SH7705
466
467config SH_SH4202_MICRODEV
468 bool "SH4-202 MicroDev"
469 depends on CPU_SUBTYPE_SH4_202
470 help
471 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
472 with an SH4-202 CPU.
473
474config SH_LANDISK
475 bool "LANDISK"
476 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900477 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900478 help
479 I-O DATA DEVICE, INC. "LANDISK Series" support.
480
481config SH_TITAN
482 bool "TITAN"
483 depends on CPU_SUBTYPE_SH7751R
Magnus Damm56386f62007-07-20 18:44:49 +0900484 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900485 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900486 help
487 Select Titan if you are configuring for a Nimble Microsystems
488 NetEngine NP51R.
489
490config SH_SHMIN
491 bool "SHMIN"
492 depends on CPU_SUBTYPE_SH7706
Magnus Damm56386f62007-07-20 18:44:49 +0900493 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900494 help
495 Select SHMIN if configuring for the SHMIN board.
496
497config SH_LBOX_RE2
498 bool "L-BOX RE2"
499 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900500 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900501 help
502 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
503
Paul Mundt94807a32007-08-08 15:22:04 +0900504config SH_X3PROTO
505 bool "SH-X3 Prototype board"
506 depends on CPU_SUBTYPE_SHX3
507
Markus Brunnerded54312007-09-12 11:54:58 +0900508config SH_MAGIC_PANEL_R2
509 bool "Magic Panel R2"
510 depends on CPU_SUBTYPE_SH7720
511 help
512 Select Magic Panel R2 if configuring for Magic Panel R2.
513
Paul Mundtea0e1a92007-11-21 15:58:01 +0900514config SH_CAYMAN
515 bool "Hitachi Cayman"
516 depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
Paul Mundtb6d7b662007-11-22 16:29:10 +0900517 select SYS_SUPPORTS_PCI
Paul Mundtea0e1a92007-11-21 15:58:01 +0900518
Paul Mundtf3d22292007-05-14 17:29:12 +0900519endmenu
520
521source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
522source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
523source "arch/sh/boards/renesas/r7780rp/Kconfig"
Markus Brunnerded54312007-09-12 11:54:58 +0900524source "arch/sh/boards/magicpanelr2/Kconfig"
Paul Mundtf3d22292007-05-14 17:29:12 +0900525
Paul Mundt32351a22007-03-12 14:38:59 +0900526menu "Timer and clock configuration"
527
Paul Mundtcad82442006-01-16 22:14:19 -0800528config SH_TMU
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900529 def_bool y
530 prompt "TMU timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900531 depends on CPU_SH3 || CPU_SH4
Paul Mundt57be2b42007-05-09 17:33:24 +0900532 select GENERIC_TIME
533 select GENERIC_CLOCKEVENTS
Paul Mundtcad82442006-01-16 22:14:19 -0800534 help
535 This enables the use of the TMU as the system timer.
536
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900537config SH_CMT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900538 def_bool y
539 prompt "CMT timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900540 depends on CPU_SH2
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900541 help
542 This enables the use of the CMT as the system timer.
543
544config SH_MTU2
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900545 def_bool n
546 prompt "MTU2 timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900547 depends on CPU_SH2A
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900548 help
549 This enables the use of the MTU2 as the system timer.
550
Paul Mundt417528a2006-11-20 11:18:30 +0900551config SH_TIMER_IRQ
552 int
Yoshihiro Shimoda7d740a02008-01-07 14:40:07 +0900553 default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \
554 CPU_SUBTYPE_SH7763
Paul Mundt417528a2006-11-20 11:18:30 +0900555 default "86" if CPU_SUBTYPE_SH7619
556 default "140" if CPU_SUBTYPE_SH7206
557 default "16"
558
Paul Mundtcad82442006-01-16 22:14:19 -0800559config SH_PCLK_FREQ
560 int "Peripheral clock frequency (in Hz)"
Magnus Damm870e8a22007-07-25 10:49:21 +0900561 default "27000000" if CPU_SUBTYPE_SH7343
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900562 default "31250000" if CPU_SUBTYPE_SH7619
Paul Mundt05627482007-05-15 16:25:47 +0900563 default "32000000" if CPU_SUBTYPE_SH7722
Magnus Dammd89ddd12007-07-25 11:42:56 +0900564 default "33333333" if CPU_SUBTYPE_SH7770 || \
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900565 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
Paul Mundta8f67f42007-11-26 19:54:02 +0900566 CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \
567 CPU_SUBTYPE_SH7263
Paul Mundt05627482007-05-15 16:25:47 +0900568 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
Paul Mundtcad82442006-01-16 22:14:19 -0800569 default "66000000" if CPU_SUBTYPE_SH4_202
Paul Mundt05627482007-05-15 16:25:47 +0900570 default "50000000"
Paul Mundtcad82442006-01-16 22:14:19 -0800571 help
572 This option is used to specify the peripheral clock frequency.
573 This is necessary for determining the reference clock value on
574 platforms lacking an RTC.
575
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900576config SH_CLK_MD
577 int "CPU Mode Pin Setting"
Paul Mundt6d01f512007-11-26 18:17:21 +0900578 depends on CPU_SH2
Paul Mundt357d5942007-06-11 15:32:07 +0900579 default 6 if CPU_SUBTYPE_SH7206
580 default 5 if CPU_SUBTYPE_SH7619
581 default 0
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900582 help
Yoshinori Sato11cbb702006-12-07 18:07:27 +0900583 MD2 - MD0 pin setting.
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900584
Paul Mundt57be2b42007-05-09 17:33:24 +0900585source "kernel/time/Kconfig"
586
Paul Mundt32351a22007-03-12 14:38:59 +0900587endmenu
588
Paul Mundtcad82442006-01-16 22:14:19 -0800589menu "CPU Frequency scaling"
590
591source "drivers/cpufreq/Kconfig"
592
593config SH_CPU_FREQ
594 tristate "SuperH CPU Frequency driver"
Paul Mundtcb5ec752007-07-20 13:38:19 +0900595 depends on CPU_FREQ
Paul Mundtcad82442006-01-16 22:14:19 -0800596 select CPU_FREQ_TABLE
597 help
598 This adds the cpufreq driver for SuperH. At present, only
599 the SH-4 is supported.
600
601 For details, take a look at <file:Documentation/cpu-freq>.
602
603 If unsure, say N.
604
605endmenu
606
Paul Mundt9f5e8ee2006-11-24 11:22:57 +0900607source "arch/sh/drivers/Kconfig"
608
Paul Mundtcad82442006-01-16 22:14:19 -0800609endmenu
610
611config ISA_DMA_API
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900612 def_bool y
Adrian Bunk05efc672006-02-17 13:52:42 -0800613 depends on SH_MPC1211
Paul Mundtcad82442006-01-16 22:14:19 -0800614
615menu "Kernel features"
616
Paul Mundt91b91d02006-09-27 18:08:33 +0900617source kernel/Kconfig.hz
618
Paul Mundtcad82442006-01-16 22:14:19 -0800619config KEXEC
620 bool "kexec system call (EXPERIMENTAL)"
621 depends on EXPERIMENTAL
622 help
623 kexec is a system call that implements the ability to shutdown your
624 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400625 but it is independent of the system firmware. And like a reboot
Paul Mundtcad82442006-01-16 22:14:19 -0800626 you can start any kernel with it, not just Linux.
627
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400628 The name comes from the similarity to the exec system call.
Paul Mundtcad82442006-01-16 22:14:19 -0800629
630 It is an ongoing process to be certain the hardware in a machine
631 is properly shutdown, so do not be surprised if this code does not
632 initially work for you. It may help to enable device hotplugging
633 support. As of this writing the exact hardware interface is
634 strongly in flux, so no good recommendation can be made.
635
Paul Mundt4d5ade52007-04-27 11:25:57 +0900636config CRASH_DUMP
637 bool "kernel crash dumps (EXPERIMENTAL)"
638 depends on EXPERIMENTAL
639 help
640 Generate crash dump after being started by kexec.
641 This should be normally only set in special crash dump kernels
642 which are loaded in the main kernel with kexec-tools into
643 a specially reserved region and then later executed after
644 a crash by kdump/kexec. The crash dump kernel must be compiled
645 to a memory address not used by the main kernel using
646 MEMORY_START.
647
648 For more details see Documentation/kdump/kdump.txt
649
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650config SMP
651 bool "Symmetric multi-processing support"
Paul Mundt357d5942007-06-11 15:32:07 +0900652 depends on SYS_SUPPORTS_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 ---help---
654 This enables support for systems with more than one CPU. If you have
655 a system with only one CPU, like most personal computers, say N. If
656 you have a system with more than one CPU, say Y.
657
658 If you say N here, the kernel will run on single and multiprocessor
659 machines, but will use only one CPU of a multiprocessor machine. If
660 you say Y here, the kernel will run on many, but not all,
661 singleprocessor machines. On a singleprocessor machine, the kernel
662 will run faster if you say N here.
663
664 People using multiprocessor machines who say Y here should also say
665 Y to "Enhanced Real Time Clock Support", below.
666
667 See also the <file:Documentation/smp.txt>,
668 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available
669 at <http://www.tldp.org/docs.html#howto>.
670
671 If you don't know what to do here, say N.
672
673config NR_CPUS
674 int "Maximum number of CPUs (2-32)"
675 range 2 32
676 depends on SMP
Paul Mundt2b1bd1a2007-06-20 18:27:10 +0900677 default "4" if CPU_SHX3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678 default "2"
679 help
680 This allows you to specify the maximum number of CPUs which this
681 kernel will support. The maximum supported value is 32 and the
682 minimum value which makes sense is 2.
683
684 This is purely to save memory - each supported CPU adds
685 approximately eight kilobytes to the kernel image.
686
Paul Mundt91b91d02006-09-27 18:08:33 +0900687source "kernel/Kconfig.preempt"
688
Paul Mundt83662462007-09-28 16:04:49 +0900689config GUSA
690 def_bool y
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900691 depends on !SMP && SUPERH32
Paul Mundt83662462007-09-28 16:04:49 +0900692 help
693 This enables support for gUSA (general UserSpace Atomicity).
694 This is the default implementation for both UP and non-ll/sc
695 CPUs, and is used by the libc, amongst others.
696
697 For additional information, design information can be found
698 in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
699
700 This should only be disabled for special cases where alternate
701 atomicity implementations exist.
702
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900703config GUSA_RB
704 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
705 depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
706 help
707 Enabling this option will allow the kernel to implement some
708 atomic operations using a software implemention of load-locked/
709 store-conditional (LLSC). On machines which do not have hardware
710 LLSC, this should be more efficient than the other alternative of
711 disabling insterrupts around the atomic sequence.
712
Paul Mundtcad82442006-01-16 22:14:19 -0800713endmenu
714
715menu "Boot options"
716
717config ZERO_PAGE_OFFSET
718 hex "Zero page offset"
719 default "0x00004000" if SH_MPC1211 || SH_SH03
Paul Mundt7a847f82006-12-26 15:29:19 +0900720 default "0x00010000" if PAGE_SIZE_64KB
721 default "0x00002000" if PAGE_SIZE_8KB
Paul Mundtcad82442006-01-16 22:14:19 -0800722 default "0x00001000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 help
Paul Mundtcad82442006-01-16 22:14:19 -0800724 This sets the default offset of zero page.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725
Paul Mundtcad82442006-01-16 22:14:19 -0800726config BOOT_LINK_OFFSET
727 hex "Link address offset for booting"
728 default "0x00800000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 help
Paul Mundtcad82442006-01-16 22:14:19 -0800730 This option allows you to set the link address offset of the zImage.
731 This can be useful if you are on a board which has a small amount of
732 memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733
Paul Mundtcad82442006-01-16 22:14:19 -0800734config UBC_WAKEUP
735 bool "Wakeup UBC on startup"
Paul Mundt0e3a9aa2007-11-06 15:55:36 +0900736 depends on CPU_SH4 && !CPU_SH4A
Paul Mundtcad82442006-01-16 22:14:19 -0800737 help
738 Selecting this option will wakeup the User Break Controller (UBC) on
739 startup. Although the UBC is left in an awake state when the processor
740 comes up, some boot loaders misbehave by putting the UBC to sleep in a
741 power saving state, which causes issues with things like ptrace().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742
743 If unsure, say N.
744
Paul Mundtcad82442006-01-16 22:14:19 -0800745config CMDLINE_BOOL
746 bool "Default bootloader kernel arguments"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747
Paul Mundtcad82442006-01-16 22:14:19 -0800748config CMDLINE
749 string "Initial kernel command string"
750 depends on CMDLINE_BOOL
751 default "console=ttySC1,115200"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752
753endmenu
754
Paul Mundtcad82442006-01-16 22:14:19 -0800755menu "Bus options"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756
757# Even on SuperH devices which don't have an ISA bus,
758# this variable helps the PCMCIA modules handle
759# IRQ requesting properly -- Greg Banks.
760#
761# Though we're generally not interested in it when
762# we're not using PCMCIA, so we make it dependent on
763# PCMCIA outright. -- PFM.
764config ISA
Paul Mundt357d5942007-06-11 15:32:07 +0900765 def_bool y
766 depends on PCMCIA && HD6446X_SERIES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767 help
768 Find out whether you have ISA slots on your motherboard. ISA is the
769 name of a bus system, i.e. the way the CPU talks to the other stuff
770 inside your box. Other bus systems are PCI, EISA, MicroChannel
771 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
772 newer boards don't support it. If you have ISA, say Y, otherwise N.
773
774config EISA
775 bool
776 ---help---
777 The Extended Industry Standard Architecture (EISA) bus was
778 developed as an open alternative to the IBM MicroChannel bus.
779
780 The EISA bus provided some of the features of the IBM MicroChannel
781 bus while maintaining backward compatibility with cards made for
782 the older ISA bus. The EISA bus saw limited use between 1988 and
783 1995 when it was made obsolete by the PCI bus.
784
785 Say Y here if you are building a kernel for an EISA-based machine.
786
787 Otherwise, say N.
788
789config MCA
790 bool
791 help
792 MicroChannel Architecture is found in some IBM PS/2 machines and
793 laptops. It is a bus system similar to PCI or ISA. See
794 <file:Documentation/mca.txt> (and especially the web page given
795 there) before attempting to build an MCA bus kernel.
796
797config SBUS
798 bool
799
Paul Mundtcad82442006-01-16 22:14:19 -0800800config SUPERHYWAY
801 tristate "SuperHyway Bus support"
802 depends on CPU_SUBTYPE_SH4_202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803
Adrian McMenamin17be2d22007-09-21 15:55:55 +0900804config MAPLE
805 bool "Maple Bus support"
806 depends on SH_DREAMCAST
807 help
808 The Maple Bus is SEGA's serial communication bus for peripherals
809 on the Dreamcast. Without this bus support you won't be able to
810 get your Dreamcast keyboard etc to work, so most users
811 probably want to say 'Y' here, unless you are only using the
812 Dreamcast with a serial line terminal or a remote network
813 connection.
814
Paul Mundt824e55f2007-06-20 18:01:52 +0900815config CF_ENABLER
816 bool "Compact Flash Enabler support"
817 depends on SOLUTION_ENGINE || SH_SH03
818 ---help---
819 Compact Flash is a small, removable mass storage device introduced
820 in 1994 originally as a PCMCIA device. If you say `Y' here, you
821 compile in support for Compact Flash devices directly connected to
822 a SuperH processor. A Compact Flash FAQ is available at
823 <http://www.compactflash.org/faqs/faq.htm>.
824
825 If your board has "Directly Connected" CompactFlash at area 5 or 6,
826 you may want to enable this option. Then, you can use CF as
827 primary IDE drive (only tested for SanDisk).
828
829 If in doubt, select 'N'.
830
831choice
832 prompt "Compact Flash Connection Area"
833 depends on CF_ENABLER
834 default CF_AREA6
835
836config CF_AREA5
837 bool "Area5"
838 help
839 If your board has "Directly Connected" CompactFlash, You should
840 select the area where your CF is connected to.
841
842 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
843 - "Area6" if it is connected to Area 6 (0x18000000)
844
845 "Area6" will work for most boards.
846
847config CF_AREA6
848 bool "Area6"
849
850endchoice
851
852config CF_BASE_ADDR
853 hex
854 depends on CF_ENABLER
855 default "0xb8000000" if CF_AREA6
856 default "0xb4000000" if CF_AREA5
857
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858source "arch/sh/drivers/pci/Kconfig"
859
860source "drivers/pci/Kconfig"
861
862source "drivers/pcmcia/Kconfig"
863
864source "drivers/pci/hotplug/Kconfig"
865
866endmenu
867
868menu "Executable file formats"
869
870source "fs/Kconfig.binfmt"
871
872endmenu
873
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900874menu "Power management options (EXPERIMENTAL)"
Paul Mundt357d5942007-06-11 15:32:07 +0900875depends on EXPERIMENTAL && SYS_SUPPORTS_PM
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900876
877source kernel/power/Kconfig
878
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900879endmenu
880
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700881source "net/Kconfig"
882
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883source "drivers/Kconfig"
884
885source "fs/Kconfig"
886
Mathieu Desnoyers09caded2007-10-18 23:41:05 -0700887source "kernel/Kconfig.instrumentation"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888
889source "arch/sh/Kconfig.debug"
890
891source "security/Kconfig"
892
893source "crypto/Kconfig"
894
895source "lib/Kconfig"