blob: ec2beabb193ce4b24e921f62366165a0ca8c93c4 [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
9 bool
10 default y
Paul Mundt7a440c92006-09-27 18:18:31 +090011 select EMBEDDED
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 help
13 The SuperH is a RISC processor targeted for use in embedded systems
14 and consumer electronics; it was also used in the Sega Dreamcast
15 gaming console. The SuperH port has a home page at
16 <http://www.linux-sh.org/>.
17
Linus Torvalds1da177e2005-04-16 15:20:36 -070018config RWSEM_GENERIC_SPINLOCK
19 bool
20 default y
21
22config RWSEM_XCHGADD_ALGORITHM
23 bool
24
Paul Mundtfa691512007-03-08 19:41:21 +090025config GENERIC_BUG
26 def_bool y
27 depends on BUG
28
Akinobu Mitae2268c72006-03-26 01:39:35 -080029config GENERIC_FIND_NEXT_BIT
30 bool
31 default y
32
33config GENERIC_HWEIGHT
34 bool
35 default y
36
Linus Torvalds1da177e2005-04-16 15:20:36 -070037config GENERIC_HARDIRQS
38 bool
39 default y
40
41config GENERIC_IRQ_PROBE
42 bool
43 default y
44
45config GENERIC_CALIBRATE_DELAY
46 bool
47 default y
48
Paul Mundtcad82442006-01-16 22:14:19 -080049config GENERIC_IOMAP
50 bool
51
Paul Mundt45882142006-10-04 13:21:45 +090052config GENERIC_TIME
53 def_bool n
54
Paul Mundt57be2b42007-05-09 17:33:24 +090055config GENERIC_CLOCKEVENTS
56 def_bool n
57
Paul Mundt357d5942007-06-11 15:32:07 +090058config SYS_SUPPORTS_PM
59 bool
60
Paul Mundt0a9b0db2007-01-24 21:56:20 +090061config SYS_SUPPORTS_APM_EMULATION
62 bool
Paul Mundt357d5942007-06-11 15:32:07 +090063 select SYS_SUPPORTS_PM
64
65config SYS_SUPPORTS_SMP
66 bool
67
68config SYS_SUPPORTS_NUMA
69 bool
70
71config SYS_SUPPORTS_PCI
72 bool
Paul Mundt0a9b0db2007-01-24 21:56:20 +090073
viro@ZenIV.linux.org.uka08b6b72005-09-06 01:48:42 +010074config ARCH_MAY_HAVE_PC_FDC
75 bool
viro@ZenIV.linux.org.uka08b6b72005-09-06 01:48:42 +010076
Paul Mundtafbfb522006-12-04 18:17:28 +090077config STACKTRACE_SUPPORT
78 bool
79 default y
80
81config LOCKDEP_SUPPORT
82 bool
83 default y
84
David Howellsf0d1b0b2006-12-08 02:37:49 -080085config ARCH_HAS_ILOG2_U32
86 bool
87 default n
88
89config ARCH_HAS_ILOG2_U64
90 bool
91 default n
92
Paul Mundte257ad02007-07-25 11:18:00 +090093config ARCH_NO_VIRT_TO_BUS
94 def_bool y
95
Linus Torvalds1da177e2005-04-16 15:20:36 -070096source "init/Kconfig"
97
98menu "System type"
99
Paul Mundtcad82442006-01-16 22:14:19 -0800100source "arch/sh/mm/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101
Paul Mundtcad82442006-01-16 22:14:19 -0800102menu "Processor features"
103
Paul Mundt53644082006-11-21 11:12:19 +0900104choice
105 prompt "Endianess selection"
106 default CPU_LITTLE_ENDIAN
Paul Mundtcad82442006-01-16 22:14:19 -0800107 help
108 Some SuperH machines can be configured for either little or big
Paul Mundt53644082006-11-21 11:12:19 +0900109 endian byte order. These modes require different kernels.
110
111config CPU_LITTLE_ENDIAN
112 bool "Little Endian"
113
114config CPU_BIG_ENDIAN
115 bool "Big Endian"
116
117endchoice
Paul Mundtcad82442006-01-16 22:14:19 -0800118
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119config SH_FPU
120 bool "FPU support"
Paul Mundt357d5942007-06-11 15:32:07 +0900121 depends on CPU_SH4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122 default y
123 help
124 Selecting this option will enable support for SH processors that
125 have FPU units (ie, SH77xx).
126
127 This option must be set in order to enable the FPU.
128
Takashi YOSHII4b565682006-09-27 17:15:32 +0900129config SH_FPU_EMU
130 bool "FPU emulation support"
131 depends on !SH_FPU && EXPERIMENTAL
132 default n
133 help
134 Selecting this option will enable support for software FPU emulation.
135 Most SH-3 users will want to say Y here, whereas most SH-4 users will
136 want to say N.
137
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138config SH_DSP
139 bool "DSP support"
Paul Mundtac79fd52007-07-25 16:26:10 +0900140 depends on CPU_HAS_DSP
141 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 help
143 Selecting this option will enable support for SH processors that
Paul Mundte5723e02006-09-27 17:38:11 +0900144 have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145
146 This option must be set in order to enable the DSP.
147
148config SH_ADC
149 bool "ADC support"
150 depends on CPU_SH3
151 default y
152 help
153 Selecting this option will allow the Linux kernel to use SH3 on-chip
154 ADC module.
155
156 If unsure, say N.
157
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158config SH_STORE_QUEUES
159 bool "Support for Store Queues"
160 depends on CPU_SH4
161 help
162 Selecting this option will enable an in-kernel API for manipulating
163 the store queues integrated in the SH-4 processors.
164
Paul Mundt45ed2852007-03-08 18:12:17 +0900165config SPECULATIVE_EXECUTION
166 bool "Speculative subroutine return"
167 depends on CPU_SUBTYPE_SH7780 && EXPERIMENTAL
168 help
169 This enables support for a speculative instruction fetch for
170 subroutine return. There are various pitfalls associated with
171 this, as outlined in the SH7780 hardware manual.
172
173 If unsure, say N.
174
Paul Mundtcad82442006-01-16 22:14:19 -0800175config CPU_HAS_INTEVT
176 bool
177
Paul Mundtba463932006-09-27 18:01:16 +0900178config CPU_HAS_MASKREG_IRQ
179 bool
180
Magnus Damm02ab3f72007-07-18 17:25:09 +0900181config CPU_HAS_INTC_IRQ
182 bool
183
Paul Mundtcad82442006-01-16 22:14:19 -0800184config CPU_HAS_INTC2_IRQ
185 bool
186
Jamie Lenehanea0f8fe2006-12-06 12:05:02 +0900187config CPU_HAS_IPR_IRQ
188 bool
189
Paul Mundtcad82442006-01-16 22:14:19 -0800190config CPU_HAS_SR_RB
191 bool "CPU has SR.RB"
192 depends on CPU_SH3 || CPU_SH4
193 default y
194 help
195 This will enable the use of SR.RB register bank usage. Processors
196 that are lacking this bit must have another method in place for
197 accomplishing what is taken care of by the banked registers.
198
199 See <file:Documentation/sh/register-banks.txt> for further
200 information on SR.RB and register banking in the kernel in general.
201
Stuart Menefy9b3a53a2006-11-24 11:42:24 +0900202config CPU_HAS_PTEA
203 bool
204
Paul Mundtac79fd52007-07-25 16:26:10 +0900205config CPU_HAS_DSP
206 bool
207
Paul Mundtcad82442006-01-16 22:14:19 -0800208endmenu
209
Paul Mundtf3d22292007-05-14 17:29:12 +0900210menu "Board support"
211
212config SOLUTION_ENGINE
213 bool
214
215config SH_SOLUTION_ENGINE
216 bool "SolutionEngine"
217 select SOLUTION_ENGINE
Magnus Damm56386f62007-07-20 18:44:49 +0900218 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900219 depends on CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7750
220 help
221 Select SolutionEngine if configuring for a Hitachi SH7709
222 or SH7750 evaluation board.
223
224config SH_7206_SOLUTION_ENGINE
225 bool "SolutionEngine7206"
226 select SOLUTION_ENGINE
227 depends on CPU_SUBTYPE_SH7206
228 help
229 Select 7206 SolutionEngine if configuring for a Hitachi SH7206
230 evaluation board.
231
232config SH_7619_SOLUTION_ENGINE
233 bool "SolutionEngine7619"
234 select SOLUTION_ENGINE
235 depends on CPU_SUBTYPE_SH7619
236 help
237 Select 7619 SolutionEngine if configuring for a Hitachi SH7619
238 evaluation board.
239
240config SH_7722_SOLUTION_ENGINE
241 bool "SolutionEngine7722"
242 select SOLUTION_ENGINE
243 depends on CPU_SUBTYPE_SH7722
244 help
245 Select 7722 SolutionEngine if configuring for a Hitachi SH772
246 evaluation board.
247
248config SH_7751_SOLUTION_ENGINE
249 bool "SolutionEngine7751"
250 select SOLUTION_ENGINE
Magnus Damm56386f62007-07-20 18:44:49 +0900251 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900252 depends on CPU_SUBTYPE_SH7751
253 help
254 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
255 evaluation board.
256
257config SH_7780_SOLUTION_ENGINE
258 bool "SolutionEngine7780"
259 select SOLUTION_ENGINE
Paul Mundt357d5942007-06-11 15:32:07 +0900260 select SYS_SUPPORTS_PCI
Magnus Damm39c7aa92007-07-20 12:10:29 +0900261 select CPU_HAS_INTC2_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900262 depends on CPU_SUBTYPE_SH7780
263 help
264 Select 7780 SolutionEngine if configuring for a Renesas SH7780
265 evaluation board.
266
267config SH_7300_SOLUTION_ENGINE
268 bool "SolutionEngine7300"
269 select SOLUTION_ENGINE
270 depends on CPU_SUBTYPE_SH7300
271 help
272 Select 7300 SolutionEngine if configuring for a Hitachi
273 SH7300(SH-Mobile V) evaluation board.
274
275config SH_7343_SOLUTION_ENGINE
276 bool "SolutionEngine7343"
277 select SOLUTION_ENGINE
278 depends on CPU_SUBTYPE_SH7343
279 help
280 Select 7343 SolutionEngine if configuring for a Hitachi
281 SH7343 (SH-Mobile 3AS) evaluation board.
282
Paul Mundtf3d22292007-05-14 17:29:12 +0900283config SH_7751_SYSTEMH
284 bool "SystemH7751R"
285 depends on CPU_SUBTYPE_SH7751R
286 help
287 Select SystemH if you are configuring for a Renesas SystemH
288 7751R evaluation board.
289
290config SH_HP6XX
291 bool "HP6XX"
292 select SYS_SUPPORTS_APM_EMULATION
Paul Mundt357d5942007-06-11 15:32:07 +0900293 select HD6446X_SERIES
Paul Mundtf3d22292007-05-14 17:29:12 +0900294 depends on CPU_SUBTYPE_SH7709
295 help
296 Select HP6XX if configuring for a HP jornada HP6xx.
297 More information (hardware only) at
298 <http://www.hp.com/jornada/>.
299
Paul Mundtf3d22292007-05-14 17:29:12 +0900300config SH_DREAMCAST
301 bool "Dreamcast"
Paul Mundt357d5942007-06-11 15:32:07 +0900302 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900303 depends on CPU_SUBTYPE_SH7091
304 help
305 Select Dreamcast if configuring for a SEGA Dreamcast.
306 More information at
307 <http://www.m17n.org/linux-sh/dreamcast/>. There is a
308 Dreamcast project is at <http://linuxdc.sourceforge.net/>.
309
310config SH_MPC1211
311 bool "Interface MPC1211"
312 depends on CPU_SUBTYPE_SH7751 && BROKEN
313 help
314 CTP/PCI-SH02 is a CPU module computer that is produced
315 by Interface Corporation.
316 More information at <http://www.interface.co.jp>
317
318config SH_SH03
319 bool "Interface CTP/PCI-SH03"
320 depends on CPU_SUBTYPE_SH7751 && BROKEN
Magnus Damm56386f62007-07-20 18:44:49 +0900321 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900322 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900323 help
324 CTP/PCI-SH03 is a CPU module computer that is produced
325 by Interface Corporation.
326 More information at <http://www.interface.co.jp>
327
328config SH_SECUREEDGE5410
329 bool "SecureEdge5410"
330 depends on CPU_SUBTYPE_SH7751R
Magnus Damm56386f62007-07-20 18:44:49 +0900331 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900332 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900333 help
334 Select SecureEdge5410 if configuring for a SnapGear SH board.
335 This includes both the OEM SecureEdge products as well as the
336 SME product line.
337
338config SH_HS7751RVOIP
339 bool "HS7751RVOIP"
340 depends on CPU_SUBTYPE_SH7751R
341 help
342 Select HS7751RVOIP if configuring for a Renesas Technology
343 Sales VoIP board.
344
345config SH_7710VOIPGW
346 bool "SH7710-VOIP-GW"
347 depends on CPU_SUBTYPE_SH7710
348 help
349 Select this option to build a kernel for the SH7710 based
350 VOIP GW.
351
352config SH_RTS7751R2D
353 bool "RTS7751R2D"
354 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900355 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900356 help
357 Select RTS7751R2D if configuring for a Renesas Technology
358 Sales SH-Graphics board.
359
360config SH_HIGHLANDER
361 bool "Highlander"
362 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
Paul Mundt357d5942007-06-11 15:32:07 +0900363 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900364
365config SH_EDOSK7705
366 bool "EDOSK7705"
367 depends on CPU_SUBTYPE_SH7705
368
369config SH_SH4202_MICRODEV
370 bool "SH4-202 MicroDev"
371 depends on CPU_SUBTYPE_SH4_202
372 help
373 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
374 with an SH4-202 CPU.
375
376config SH_LANDISK
377 bool "LANDISK"
378 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900379 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900380 help
381 I-O DATA DEVICE, INC. "LANDISK Series" support.
382
383config SH_TITAN
384 bool "TITAN"
385 depends on CPU_SUBTYPE_SH7751R
Magnus Damm56386f62007-07-20 18:44:49 +0900386 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900387 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900388 help
389 Select Titan if you are configuring for a Nimble Microsystems
390 NetEngine NP51R.
391
392config SH_SHMIN
393 bool "SHMIN"
394 depends on CPU_SUBTYPE_SH7706
Magnus Damm56386f62007-07-20 18:44:49 +0900395 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900396 help
397 Select SHMIN if configuring for the SHMIN board.
398
399config SH_LBOX_RE2
400 bool "L-BOX RE2"
401 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900402 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900403 help
404 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
405
Paul Mundtf3d22292007-05-14 17:29:12 +0900406endmenu
407
408source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
409source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
410source "arch/sh/boards/renesas/r7780rp/Kconfig"
411
Paul Mundt32351a22007-03-12 14:38:59 +0900412menu "Timer and clock configuration"
413
Paul Mundtcad82442006-01-16 22:14:19 -0800414config SH_TMU
415 bool "TMU timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900416 depends on CPU_SH3 || CPU_SH4
Paul Mundt57be2b42007-05-09 17:33:24 +0900417 select GENERIC_TIME
418 select GENERIC_CLOCKEVENTS
Paul Mundtcad82442006-01-16 22:14:19 -0800419 default y
420 help
421 This enables the use of the TMU as the system timer.
422
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900423config SH_CMT
424 bool "CMT timer support"
425 depends on CPU_SH2
426 default y
427 help
428 This enables the use of the CMT as the system timer.
429
430config SH_MTU2
431 bool "MTU2 timer support"
432 depends on CPU_SH2A
433 default n
434 help
435 This enables the use of the MTU2 as the system timer.
436
Paul Mundt417528a2006-11-20 11:18:30 +0900437config SH_TIMER_IRQ
438 int
Paul Mundt32351a22007-03-12 14:38:59 +0900439 default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
Paul Mundt417528a2006-11-20 11:18:30 +0900440 default "86" if CPU_SUBTYPE_SH7619
441 default "140" if CPU_SUBTYPE_SH7206
442 default "16"
443
Paul Mundtcad82442006-01-16 22:14:19 -0800444config SH_PCLK_FREQ
445 int "Peripheral clock frequency (in Hz)"
Magnus Damm870e8a22007-07-25 10:49:21 +0900446 default "27000000" if CPU_SUBTYPE_SH7343
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900447 default "31250000" if CPU_SUBTYPE_SH7619
Paul Mundt05627482007-05-15 16:25:47 +0900448 default "32000000" if CPU_SUBTYPE_SH7722
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900449 default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \
450 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
451 CPU_SUBTYPE_SH7206
Paul Mundt05627482007-05-15 16:25:47 +0900452 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
Paul Mundtcad82442006-01-16 22:14:19 -0800453 default "66000000" if CPU_SUBTYPE_SH4_202
Paul Mundt05627482007-05-15 16:25:47 +0900454 default "50000000"
Paul Mundtcad82442006-01-16 22:14:19 -0800455 help
456 This option is used to specify the peripheral clock frequency.
457 This is necessary for determining the reference clock value on
458 platforms lacking an RTC.
459
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900460config SH_CLK_MD
461 int "CPU Mode Pin Setting"
462 depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206
Paul Mundt357d5942007-06-11 15:32:07 +0900463 default 6 if CPU_SUBTYPE_SH7206
464 default 5 if CPU_SUBTYPE_SH7619
465 default 0
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900466 help
Yoshinori Sato11cbb702006-12-07 18:07:27 +0900467 MD2 - MD0 pin setting.
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900468
Paul Mundt57be2b42007-05-09 17:33:24 +0900469source "kernel/time/Kconfig"
470
Paul Mundt32351a22007-03-12 14:38:59 +0900471endmenu
472
Paul Mundtcad82442006-01-16 22:14:19 -0800473menu "CPU Frequency scaling"
474
475source "drivers/cpufreq/Kconfig"
476
477config SH_CPU_FREQ
478 tristate "SuperH CPU Frequency driver"
Paul Mundtcb5ec752007-07-20 13:38:19 +0900479 depends on CPU_FREQ
Paul Mundtcad82442006-01-16 22:14:19 -0800480 select CPU_FREQ_TABLE
481 help
482 This adds the cpufreq driver for SuperH. At present, only
483 the SH-4 is supported.
484
485 For details, take a look at <file:Documentation/cpu-freq>.
486
487 If unsure, say N.
488
489endmenu
490
Paul Mundt9f5e8ee2006-11-24 11:22:57 +0900491source "arch/sh/drivers/Kconfig"
492
Paul Mundtcad82442006-01-16 22:14:19 -0800493endmenu
494
495config ISA_DMA_API
496 bool
Adrian Bunk05efc672006-02-17 13:52:42 -0800497 depends on SH_MPC1211
Paul Mundtcad82442006-01-16 22:14:19 -0800498 default y
499
500menu "Kernel features"
501
Paul Mundt91b91d02006-09-27 18:08:33 +0900502source kernel/Kconfig.hz
503
Paul Mundtcad82442006-01-16 22:14:19 -0800504config KEXEC
505 bool "kexec system call (EXPERIMENTAL)"
506 depends on EXPERIMENTAL
507 help
508 kexec is a system call that implements the ability to shutdown your
509 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400510 but it is independent of the system firmware. And like a reboot
Paul Mundtcad82442006-01-16 22:14:19 -0800511 you can start any kernel with it, not just Linux.
512
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400513 The name comes from the similarity to the exec system call.
Paul Mundtcad82442006-01-16 22:14:19 -0800514
515 It is an ongoing process to be certain the hardware in a machine
516 is properly shutdown, so do not be surprised if this code does not
517 initially work for you. It may help to enable device hotplugging
518 support. As of this writing the exact hardware interface is
519 strongly in flux, so no good recommendation can be made.
520
Paul Mundt4d5ade52007-04-27 11:25:57 +0900521config CRASH_DUMP
522 bool "kernel crash dumps (EXPERIMENTAL)"
523 depends on EXPERIMENTAL
524 help
525 Generate crash dump after being started by kexec.
526 This should be normally only set in special crash dump kernels
527 which are loaded in the main kernel with kexec-tools into
528 a specially reserved region and then later executed after
529 a crash by kdump/kexec. The crash dump kernel must be compiled
530 to a memory address not used by the main kernel using
531 MEMORY_START.
532
533 For more details see Documentation/kdump/kdump.txt
534
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535config SMP
536 bool "Symmetric multi-processing support"
Paul Mundt357d5942007-06-11 15:32:07 +0900537 depends on SYS_SUPPORTS_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 ---help---
539 This enables support for systems with more than one CPU. If you have
540 a system with only one CPU, like most personal computers, say N. If
541 you have a system with more than one CPU, say Y.
542
543 If you say N here, the kernel will run on single and multiprocessor
544 machines, but will use only one CPU of a multiprocessor machine. If
545 you say Y here, the kernel will run on many, but not all,
546 singleprocessor machines. On a singleprocessor machine, the kernel
547 will run faster if you say N here.
548
549 People using multiprocessor machines who say Y here should also say
550 Y to "Enhanced Real Time Clock Support", below.
551
552 See also the <file:Documentation/smp.txt>,
553 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available
554 at <http://www.tldp.org/docs.html#howto>.
555
556 If you don't know what to do here, say N.
557
558config NR_CPUS
559 int "Maximum number of CPUs (2-32)"
560 range 2 32
561 depends on SMP
Paul Mundt2b1bd1a2007-06-20 18:27:10 +0900562 default "4" if CPU_SHX3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 default "2"
564 help
565 This allows you to specify the maximum number of CPUs which this
566 kernel will support. The maximum supported value is 32 and the
567 minimum value which makes sense is 2.
568
569 This is purely to save memory - each supported CPU adds
570 approximately eight kilobytes to the kernel image.
571
Paul Mundt91b91d02006-09-27 18:08:33 +0900572source "kernel/Kconfig.preempt"
573
Yasunori Gotoc80d79d2006-04-10 22:53:53 -0700574config NODES_SHIFT
575 int
576 default "1"
577 depends on NEED_MULTIPLE_NODES
578
Paul Mundtcad82442006-01-16 22:14:19 -0800579endmenu
580
581menu "Boot options"
582
583config ZERO_PAGE_OFFSET
584 hex "Zero page offset"
585 default "0x00004000" if SH_MPC1211 || SH_SH03
Paul Mundt7a847f82006-12-26 15:29:19 +0900586 default "0x00010000" if PAGE_SIZE_64KB
587 default "0x00002000" if PAGE_SIZE_8KB
Paul Mundtcad82442006-01-16 22:14:19 -0800588 default "0x00001000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 help
Paul Mundtcad82442006-01-16 22:14:19 -0800590 This sets the default offset of zero page.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591
Paul Mundtcad82442006-01-16 22:14:19 -0800592config BOOT_LINK_OFFSET
593 hex "Link address offset for booting"
594 default "0x00800000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 help
Paul Mundtcad82442006-01-16 22:14:19 -0800596 This option allows you to set the link address offset of the zImage.
597 This can be useful if you are on a board which has a small amount of
598 memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599
Paul Mundtcad82442006-01-16 22:14:19 -0800600config UBC_WAKEUP
601 bool "Wakeup UBC on startup"
Paul Mundt357d5942007-06-11 15:32:07 +0900602 depends on CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -0800603 help
604 Selecting this option will wakeup the User Break Controller (UBC) on
605 startup. Although the UBC is left in an awake state when the processor
606 comes up, some boot loaders misbehave by putting the UBC to sleep in a
607 power saving state, which causes issues with things like ptrace().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608
609 If unsure, say N.
610
Paul Mundtcad82442006-01-16 22:14:19 -0800611config CMDLINE_BOOL
612 bool "Default bootloader kernel arguments"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613
Paul Mundtcad82442006-01-16 22:14:19 -0800614config CMDLINE
615 string "Initial kernel command string"
616 depends on CMDLINE_BOOL
617 default "console=ttySC1,115200"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618
619endmenu
620
Paul Mundtcad82442006-01-16 22:14:19 -0800621menu "Bus options"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622
623# Even on SuperH devices which don't have an ISA bus,
624# this variable helps the PCMCIA modules handle
625# IRQ requesting properly -- Greg Banks.
626#
627# Though we're generally not interested in it when
628# we're not using PCMCIA, so we make it dependent on
629# PCMCIA outright. -- PFM.
630config ISA
Paul Mundt357d5942007-06-11 15:32:07 +0900631 def_bool y
632 depends on PCMCIA && HD6446X_SERIES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633 help
634 Find out whether you have ISA slots on your motherboard. ISA is the
635 name of a bus system, i.e. the way the CPU talks to the other stuff
636 inside your box. Other bus systems are PCI, EISA, MicroChannel
637 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
638 newer boards don't support it. If you have ISA, say Y, otherwise N.
639
640config EISA
641 bool
642 ---help---
643 The Extended Industry Standard Architecture (EISA) bus was
644 developed as an open alternative to the IBM MicroChannel bus.
645
646 The EISA bus provided some of the features of the IBM MicroChannel
647 bus while maintaining backward compatibility with cards made for
648 the older ISA bus. The EISA bus saw limited use between 1988 and
649 1995 when it was made obsolete by the PCI bus.
650
651 Say Y here if you are building a kernel for an EISA-based machine.
652
653 Otherwise, say N.
654
655config MCA
656 bool
657 help
658 MicroChannel Architecture is found in some IBM PS/2 machines and
659 laptops. It is a bus system similar to PCI or ISA. See
660 <file:Documentation/mca.txt> (and especially the web page given
661 there) before attempting to build an MCA bus kernel.
662
663config SBUS
664 bool
665
Paul Mundtcad82442006-01-16 22:14:19 -0800666config SUPERHYWAY
667 tristate "SuperHyway Bus support"
668 depends on CPU_SUBTYPE_SH4_202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669
Paul Mundt824e55f2007-06-20 18:01:52 +0900670config CF_ENABLER
671 bool "Compact Flash Enabler support"
672 depends on SOLUTION_ENGINE || SH_SH03
673 ---help---
674 Compact Flash is a small, removable mass storage device introduced
675 in 1994 originally as a PCMCIA device. If you say `Y' here, you
676 compile in support for Compact Flash devices directly connected to
677 a SuperH processor. A Compact Flash FAQ is available at
678 <http://www.compactflash.org/faqs/faq.htm>.
679
680 If your board has "Directly Connected" CompactFlash at area 5 or 6,
681 you may want to enable this option. Then, you can use CF as
682 primary IDE drive (only tested for SanDisk).
683
684 If in doubt, select 'N'.
685
686choice
687 prompt "Compact Flash Connection Area"
688 depends on CF_ENABLER
689 default CF_AREA6
690
691config CF_AREA5
692 bool "Area5"
693 help
694 If your board has "Directly Connected" CompactFlash, You should
695 select the area where your CF is connected to.
696
697 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
698 - "Area6" if it is connected to Area 6 (0x18000000)
699
700 "Area6" will work for most boards.
701
702config CF_AREA6
703 bool "Area6"
704
705endchoice
706
707config CF_BASE_ADDR
708 hex
709 depends on CF_ENABLER
710 default "0xb8000000" if CF_AREA6
711 default "0xb4000000" if CF_AREA5
712
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713source "arch/sh/drivers/pci/Kconfig"
714
715source "drivers/pci/Kconfig"
716
717source "drivers/pcmcia/Kconfig"
718
719source "drivers/pci/hotplug/Kconfig"
720
721endmenu
722
723menu "Executable file formats"
724
725source "fs/Kconfig.binfmt"
726
727endmenu
728
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900729menu "Power management options (EXPERIMENTAL)"
Paul Mundt357d5942007-06-11 15:32:07 +0900730depends on EXPERIMENTAL && SYS_SUPPORTS_PM
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900731
732source kernel/power/Kconfig
733
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900734endmenu
735
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700736source "net/Kconfig"
737
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738source "drivers/Kconfig"
739
740source "fs/Kconfig"
741
742source "arch/sh/oprofile/Kconfig"
743
744source "arch/sh/Kconfig.debug"
745
746source "security/Kconfig"
747
748source "crypto/Kconfig"
749
750source "lib/Kconfig"