blob: b1063f46e6a21b7dfff3813a39680454a9079c50 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -070093source "init/Kconfig"
94
95menu "System type"
96
Paul Mundtcad82442006-01-16 22:14:19 -080097source "arch/sh/mm/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070098
Paul Mundtcad82442006-01-16 22:14:19 -080099menu "Processor features"
100
Paul Mundt53644082006-11-21 11:12:19 +0900101choice
102 prompt "Endianess selection"
103 default CPU_LITTLE_ENDIAN
Paul Mundtcad82442006-01-16 22:14:19 -0800104 help
105 Some SuperH machines can be configured for either little or big
Paul Mundt53644082006-11-21 11:12:19 +0900106 endian byte order. These modes require different kernels.
107
108config CPU_LITTLE_ENDIAN
109 bool "Little Endian"
110
111config CPU_BIG_ENDIAN
112 bool "Big Endian"
113
114endchoice
Paul Mundtcad82442006-01-16 22:14:19 -0800115
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116config SH_FPU
117 bool "FPU support"
Paul Mundt357d5942007-06-11 15:32:07 +0900118 depends on CPU_SH4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 default y
120 help
121 Selecting this option will enable support for SH processors that
122 have FPU units (ie, SH77xx).
123
124 This option must be set in order to enable the FPU.
125
Takashi YOSHII4b565682006-09-27 17:15:32 +0900126config SH_FPU_EMU
127 bool "FPU emulation support"
128 depends on !SH_FPU && EXPERIMENTAL
129 default n
130 help
131 Selecting this option will enable support for software FPU emulation.
132 Most SH-3 users will want to say Y here, whereas most SH-4 users will
133 want to say N.
134
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135config SH_DSP
136 bool "DSP support"
Paul Mundte5723e02006-09-27 17:38:11 +0900137 default y if SH4AL_DSP || !CPU_SH4
138 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139 help
140 Selecting this option will enable support for SH processors that
Paul Mundte5723e02006-09-27 17:38:11 +0900141 have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142
143 This option must be set in order to enable the DSP.
144
145config SH_ADC
146 bool "ADC support"
147 depends on CPU_SH3
148 default y
149 help
150 Selecting this option will allow the Linux kernel to use SH3 on-chip
151 ADC module.
152
153 If unsure, say N.
154
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155config SH_STORE_QUEUES
156 bool "Support for Store Queues"
157 depends on CPU_SH4
158 help
159 Selecting this option will enable an in-kernel API for manipulating
160 the store queues integrated in the SH-4 processors.
161
Paul Mundt45ed2852007-03-08 18:12:17 +0900162config SPECULATIVE_EXECUTION
163 bool "Speculative subroutine return"
164 depends on CPU_SUBTYPE_SH7780 && EXPERIMENTAL
165 help
166 This enables support for a speculative instruction fetch for
167 subroutine return. There are various pitfalls associated with
168 this, as outlined in the SH7780 hardware manual.
169
170 If unsure, say N.
171
Paul Mundtcad82442006-01-16 22:14:19 -0800172config CPU_HAS_INTEVT
173 bool
174
Paul Mundtba463932006-09-27 18:01:16 +0900175config CPU_HAS_MASKREG_IRQ
176 bool
177
Magnus Damm02ab3f72007-07-18 17:25:09 +0900178config CPU_HAS_INTC_IRQ
179 bool
180
Paul Mundtcad82442006-01-16 22:14:19 -0800181config CPU_HAS_INTC2_IRQ
182 bool
183
Jamie Lenehanea0f8fe2006-12-06 12:05:02 +0900184config CPU_HAS_IPR_IRQ
185 bool
186
Paul Mundtcad82442006-01-16 22:14:19 -0800187config CPU_HAS_SR_RB
188 bool "CPU has SR.RB"
189 depends on CPU_SH3 || CPU_SH4
190 default y
191 help
192 This will enable the use of SR.RB register bank usage. Processors
193 that are lacking this bit must have another method in place for
194 accomplishing what is taken care of by the banked registers.
195
196 See <file:Documentation/sh/register-banks.txt> for further
197 information on SR.RB and register banking in the kernel in general.
198
Stuart Menefy9b3a53a2006-11-24 11:42:24 +0900199config CPU_HAS_PTEA
200 bool
201
Paul Mundtcad82442006-01-16 22:14:19 -0800202endmenu
203
Paul Mundtf3d22292007-05-14 17:29:12 +0900204menu "Board support"
205
206config SOLUTION_ENGINE
207 bool
208
209config SH_SOLUTION_ENGINE
210 bool "SolutionEngine"
211 select SOLUTION_ENGINE
Magnus Damm56386f62007-07-20 18:44:49 +0900212 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900213 depends on CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7750
214 help
215 Select SolutionEngine if configuring for a Hitachi SH7709
216 or SH7750 evaluation board.
217
218config SH_7206_SOLUTION_ENGINE
219 bool "SolutionEngine7206"
220 select SOLUTION_ENGINE
221 depends on CPU_SUBTYPE_SH7206
222 help
223 Select 7206 SolutionEngine if configuring for a Hitachi SH7206
224 evaluation board.
225
226config SH_7619_SOLUTION_ENGINE
227 bool "SolutionEngine7619"
228 select SOLUTION_ENGINE
229 depends on CPU_SUBTYPE_SH7619
230 help
231 Select 7619 SolutionEngine if configuring for a Hitachi SH7619
232 evaluation board.
233
234config SH_7722_SOLUTION_ENGINE
235 bool "SolutionEngine7722"
236 select SOLUTION_ENGINE
237 depends on CPU_SUBTYPE_SH7722
238 help
239 Select 7722 SolutionEngine if configuring for a Hitachi SH772
240 evaluation board.
241
242config SH_7751_SOLUTION_ENGINE
243 bool "SolutionEngine7751"
244 select SOLUTION_ENGINE
Magnus Damm56386f62007-07-20 18:44:49 +0900245 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900246 depends on CPU_SUBTYPE_SH7751
247 help
248 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
249 evaluation board.
250
251config SH_7780_SOLUTION_ENGINE
252 bool "SolutionEngine7780"
253 select SOLUTION_ENGINE
Paul Mundt357d5942007-06-11 15:32:07 +0900254 select SYS_SUPPORTS_PCI
Magnus Damm39c7aa92007-07-20 12:10:29 +0900255 select CPU_HAS_INTC2_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900256 depends on CPU_SUBTYPE_SH7780
257 help
258 Select 7780 SolutionEngine if configuring for a Renesas SH7780
259 evaluation board.
260
261config SH_7300_SOLUTION_ENGINE
262 bool "SolutionEngine7300"
263 select SOLUTION_ENGINE
264 depends on CPU_SUBTYPE_SH7300
265 help
266 Select 7300 SolutionEngine if configuring for a Hitachi
267 SH7300(SH-Mobile V) evaluation board.
268
269config SH_7343_SOLUTION_ENGINE
270 bool "SolutionEngine7343"
271 select SOLUTION_ENGINE
272 depends on CPU_SUBTYPE_SH7343
273 help
274 Select 7343 SolutionEngine if configuring for a Hitachi
275 SH7343 (SH-Mobile 3AS) evaluation board.
276
277config SH_73180_SOLUTION_ENGINE
278 bool "SolutionEngine73180"
279 select SOLUTION_ENGINE
280 depends on CPU_SUBTYPE_SH73180
281 help
282 Select 73180 SolutionEngine if configuring for a Hitachi
283 SH73180(SH-Mobile 3) evaluation board.
284
285config SH_7751_SYSTEMH
286 bool "SystemH7751R"
287 depends on CPU_SUBTYPE_SH7751R
288 help
289 Select SystemH if you are configuring for a Renesas SystemH
290 7751R evaluation board.
291
292config SH_HP6XX
293 bool "HP6XX"
294 select SYS_SUPPORTS_APM_EMULATION
Paul Mundt357d5942007-06-11 15:32:07 +0900295 select HD6446X_SERIES
Paul Mundtf3d22292007-05-14 17:29:12 +0900296 depends on CPU_SUBTYPE_SH7709
297 help
298 Select HP6XX if configuring for a HP jornada HP6xx.
299 More information (hardware only) at
300 <http://www.hp.com/jornada/>.
301
Paul Mundtf3d22292007-05-14 17:29:12 +0900302config SH_DREAMCAST
303 bool "Dreamcast"
Paul Mundt357d5942007-06-11 15:32:07 +0900304 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900305 depends on CPU_SUBTYPE_SH7091
306 help
307 Select Dreamcast if configuring for a SEGA Dreamcast.
308 More information at
309 <http://www.m17n.org/linux-sh/dreamcast/>. There is a
310 Dreamcast project is at <http://linuxdc.sourceforge.net/>.
311
312config SH_MPC1211
313 bool "Interface MPC1211"
314 depends on CPU_SUBTYPE_SH7751 && BROKEN
315 help
316 CTP/PCI-SH02 is a CPU module computer that is produced
317 by Interface Corporation.
318 More information at <http://www.interface.co.jp>
319
320config SH_SH03
321 bool "Interface CTP/PCI-SH03"
322 depends on CPU_SUBTYPE_SH7751 && BROKEN
Magnus Damm56386f62007-07-20 18:44:49 +0900323 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900324 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900325 help
326 CTP/PCI-SH03 is a CPU module computer that is produced
327 by Interface Corporation.
328 More information at <http://www.interface.co.jp>
329
330config SH_SECUREEDGE5410
331 bool "SecureEdge5410"
332 depends on CPU_SUBTYPE_SH7751R
Magnus Damm56386f62007-07-20 18:44:49 +0900333 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900334 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900335 help
336 Select SecureEdge5410 if configuring for a SnapGear SH board.
337 This includes both the OEM SecureEdge products as well as the
338 SME product line.
339
340config SH_HS7751RVOIP
341 bool "HS7751RVOIP"
342 depends on CPU_SUBTYPE_SH7751R
343 help
344 Select HS7751RVOIP if configuring for a Renesas Technology
345 Sales VoIP board.
346
347config SH_7710VOIPGW
348 bool "SH7710-VOIP-GW"
349 depends on CPU_SUBTYPE_SH7710
350 help
351 Select this option to build a kernel for the SH7710 based
352 VOIP GW.
353
354config SH_RTS7751R2D
355 bool "RTS7751R2D"
356 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900357 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900358 help
359 Select RTS7751R2D if configuring for a Renesas Technology
360 Sales SH-Graphics board.
361
362config SH_HIGHLANDER
363 bool "Highlander"
364 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
Paul Mundt357d5942007-06-11 15:32:07 +0900365 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900366
367config SH_EDOSK7705
368 bool "EDOSK7705"
369 depends on CPU_SUBTYPE_SH7705
370
371config SH_SH4202_MICRODEV
372 bool "SH4-202 MicroDev"
373 depends on CPU_SUBTYPE_SH4_202
374 help
375 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
376 with an SH4-202 CPU.
377
378config SH_LANDISK
379 bool "LANDISK"
380 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900381 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900382 help
383 I-O DATA DEVICE, INC. "LANDISK Series" support.
384
385config SH_TITAN
386 bool "TITAN"
387 depends on CPU_SUBTYPE_SH7751R
Magnus Damm56386f62007-07-20 18:44:49 +0900388 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900389 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900390 help
391 Select Titan if you are configuring for a Nimble Microsystems
392 NetEngine NP51R.
393
394config SH_SHMIN
395 bool "SHMIN"
396 depends on CPU_SUBTYPE_SH7706
Magnus Damm56386f62007-07-20 18:44:49 +0900397 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900398 help
399 Select SHMIN if configuring for the SHMIN board.
400
401config SH_LBOX_RE2
402 bool "L-BOX RE2"
403 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900404 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900405 help
406 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
407
Paul Mundtf3d22292007-05-14 17:29:12 +0900408endmenu
409
410source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
411source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
412source "arch/sh/boards/renesas/r7780rp/Kconfig"
413
Paul Mundt32351a22007-03-12 14:38:59 +0900414menu "Timer and clock configuration"
415
Paul Mundtcad82442006-01-16 22:14:19 -0800416config SH_TMU
417 bool "TMU timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900418 depends on CPU_SH3 || CPU_SH4
Paul Mundt57be2b42007-05-09 17:33:24 +0900419 select GENERIC_TIME
420 select GENERIC_CLOCKEVENTS
Paul Mundtcad82442006-01-16 22:14:19 -0800421 default y
422 help
423 This enables the use of the TMU as the system timer.
424
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900425config SH_CMT
426 bool "CMT timer support"
427 depends on CPU_SH2
428 default y
429 help
430 This enables the use of the CMT as the system timer.
431
432config SH_MTU2
433 bool "MTU2 timer support"
434 depends on CPU_SH2A
435 default n
436 help
437 This enables the use of the MTU2 as the system timer.
438
Paul Mundt417528a2006-11-20 11:18:30 +0900439config SH_TIMER_IRQ
440 int
Paul Mundt32351a22007-03-12 14:38:59 +0900441 default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
Paul Mundt417528a2006-11-20 11:18:30 +0900442 default "86" if CPU_SUBTYPE_SH7619
443 default "140" if CPU_SUBTYPE_SH7206
444 default "16"
445
Paul Mundtcad82442006-01-16 22:14:19 -0800446config SH_PCLK_FREQ
447 int "Peripheral clock frequency (in Hz)"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900448 default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343
449 default "31250000" if CPU_SUBTYPE_SH7619
Paul Mundt05627482007-05-15 16:25:47 +0900450 default "32000000" if CPU_SUBTYPE_SH7722
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900451 default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \
452 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
453 CPU_SUBTYPE_SH7206
Paul Mundt05627482007-05-15 16:25:47 +0900454 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
Paul Mundtcad82442006-01-16 22:14:19 -0800455 default "66000000" if CPU_SUBTYPE_SH4_202
Paul Mundt05627482007-05-15 16:25:47 +0900456 default "50000000"
Paul Mundtcad82442006-01-16 22:14:19 -0800457 help
458 This option is used to specify the peripheral clock frequency.
459 This is necessary for determining the reference clock value on
460 platforms lacking an RTC.
461
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900462config SH_CLK_MD
463 int "CPU Mode Pin Setting"
464 depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206
Paul Mundt357d5942007-06-11 15:32:07 +0900465 default 6 if CPU_SUBTYPE_SH7206
466 default 5 if CPU_SUBTYPE_SH7619
467 default 0
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900468 help
Yoshinori Sato11cbb702006-12-07 18:07:27 +0900469 MD2 - MD0 pin setting.
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900470
Paul Mundt57be2b42007-05-09 17:33:24 +0900471source "kernel/time/Kconfig"
472
Paul Mundt32351a22007-03-12 14:38:59 +0900473endmenu
474
Paul Mundtcad82442006-01-16 22:14:19 -0800475menu "CPU Frequency scaling"
476
477source "drivers/cpufreq/Kconfig"
478
479config SH_CPU_FREQ
480 tristate "SuperH CPU Frequency driver"
Paul Mundtcb5ec752007-07-20 13:38:19 +0900481 depends on CPU_FREQ
Paul Mundtcad82442006-01-16 22:14:19 -0800482 select CPU_FREQ_TABLE
483 help
484 This adds the cpufreq driver for SuperH. At present, only
485 the SH-4 is supported.
486
487 For details, take a look at <file:Documentation/cpu-freq>.
488
489 If unsure, say N.
490
491endmenu
492
Paul Mundt9f5e8ee2006-11-24 11:22:57 +0900493source "arch/sh/drivers/Kconfig"
494
Paul Mundtcad82442006-01-16 22:14:19 -0800495endmenu
496
497config ISA_DMA_API
498 bool
Adrian Bunk05efc672006-02-17 13:52:42 -0800499 depends on SH_MPC1211
Paul Mundtcad82442006-01-16 22:14:19 -0800500 default y
501
502menu "Kernel features"
503
Paul Mundt91b91d02006-09-27 18:08:33 +0900504source kernel/Kconfig.hz
505
Paul Mundtcad82442006-01-16 22:14:19 -0800506config KEXEC
507 bool "kexec system call (EXPERIMENTAL)"
508 depends on EXPERIMENTAL
509 help
510 kexec is a system call that implements the ability to shutdown your
511 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400512 but it is independent of the system firmware. And like a reboot
Paul Mundtcad82442006-01-16 22:14:19 -0800513 you can start any kernel with it, not just Linux.
514
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400515 The name comes from the similarity to the exec system call.
Paul Mundtcad82442006-01-16 22:14:19 -0800516
517 It is an ongoing process to be certain the hardware in a machine
518 is properly shutdown, so do not be surprised if this code does not
519 initially work for you. It may help to enable device hotplugging
520 support. As of this writing the exact hardware interface is
521 strongly in flux, so no good recommendation can be made.
522
Paul Mundt4d5ade52007-04-27 11:25:57 +0900523config CRASH_DUMP
524 bool "kernel crash dumps (EXPERIMENTAL)"
525 depends on EXPERIMENTAL
526 help
527 Generate crash dump after being started by kexec.
528 This should be normally only set in special crash dump kernels
529 which are loaded in the main kernel with kexec-tools into
530 a specially reserved region and then later executed after
531 a crash by kdump/kexec. The crash dump kernel must be compiled
532 to a memory address not used by the main kernel using
533 MEMORY_START.
534
535 For more details see Documentation/kdump/kdump.txt
536
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537config SMP
538 bool "Symmetric multi-processing support"
Paul Mundt357d5942007-06-11 15:32:07 +0900539 depends on SYS_SUPPORTS_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540 ---help---
541 This enables support for systems with more than one CPU. If you have
542 a system with only one CPU, like most personal computers, say N. If
543 you have a system with more than one CPU, say Y.
544
545 If you say N here, the kernel will run on single and multiprocessor
546 machines, but will use only one CPU of a multiprocessor machine. If
547 you say Y here, the kernel will run on many, but not all,
548 singleprocessor machines. On a singleprocessor machine, the kernel
549 will run faster if you say N here.
550
551 People using multiprocessor machines who say Y here should also say
552 Y to "Enhanced Real Time Clock Support", below.
553
554 See also the <file:Documentation/smp.txt>,
555 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available
556 at <http://www.tldp.org/docs.html#howto>.
557
558 If you don't know what to do here, say N.
559
560config NR_CPUS
561 int "Maximum number of CPUs (2-32)"
562 range 2 32
563 depends on SMP
Paul Mundt2b1bd1a2007-06-20 18:27:10 +0900564 default "4" if CPU_SHX3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 default "2"
566 help
567 This allows you to specify the maximum number of CPUs which this
568 kernel will support. The maximum supported value is 32 and the
569 minimum value which makes sense is 2.
570
571 This is purely to save memory - each supported CPU adds
572 approximately eight kilobytes to the kernel image.
573
Paul Mundt91b91d02006-09-27 18:08:33 +0900574source "kernel/Kconfig.preempt"
575
Yasunori Gotoc80d79d2006-04-10 22:53:53 -0700576config NODES_SHIFT
577 int
578 default "1"
579 depends on NEED_MULTIPLE_NODES
580
Paul Mundtcad82442006-01-16 22:14:19 -0800581endmenu
582
583menu "Boot options"
584
585config ZERO_PAGE_OFFSET
586 hex "Zero page offset"
587 default "0x00004000" if SH_MPC1211 || SH_SH03
Paul Mundt7a847f82006-12-26 15:29:19 +0900588 default "0x00010000" if PAGE_SIZE_64KB
589 default "0x00002000" if PAGE_SIZE_8KB
Paul Mundtcad82442006-01-16 22:14:19 -0800590 default "0x00001000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 help
Paul Mundtcad82442006-01-16 22:14:19 -0800592 This sets the default offset of zero page.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593
Paul Mundtcad82442006-01-16 22:14:19 -0800594config BOOT_LINK_OFFSET
595 hex "Link address offset for booting"
596 default "0x00800000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 help
Paul Mundtcad82442006-01-16 22:14:19 -0800598 This option allows you to set the link address offset of the zImage.
599 This can be useful if you are on a board which has a small amount of
600 memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601
Paul Mundtcad82442006-01-16 22:14:19 -0800602config UBC_WAKEUP
603 bool "Wakeup UBC on startup"
Paul Mundt357d5942007-06-11 15:32:07 +0900604 depends on CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -0800605 help
606 Selecting this option will wakeup the User Break Controller (UBC) on
607 startup. Although the UBC is left in an awake state when the processor
608 comes up, some boot loaders misbehave by putting the UBC to sleep in a
609 power saving state, which causes issues with things like ptrace().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610
611 If unsure, say N.
612
Paul Mundtcad82442006-01-16 22:14:19 -0800613config CMDLINE_BOOL
614 bool "Default bootloader kernel arguments"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615
Paul Mundtcad82442006-01-16 22:14:19 -0800616config CMDLINE
617 string "Initial kernel command string"
618 depends on CMDLINE_BOOL
619 default "console=ttySC1,115200"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620
621endmenu
622
Paul Mundtcad82442006-01-16 22:14:19 -0800623menu "Bus options"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624
625# Even on SuperH devices which don't have an ISA bus,
626# this variable helps the PCMCIA modules handle
627# IRQ requesting properly -- Greg Banks.
628#
629# Though we're generally not interested in it when
630# we're not using PCMCIA, so we make it dependent on
631# PCMCIA outright. -- PFM.
632config ISA
Paul Mundt357d5942007-06-11 15:32:07 +0900633 def_bool y
634 depends on PCMCIA && HD6446X_SERIES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 help
636 Find out whether you have ISA slots on your motherboard. ISA is the
637 name of a bus system, i.e. the way the CPU talks to the other stuff
638 inside your box. Other bus systems are PCI, EISA, MicroChannel
639 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
640 newer boards don't support it. If you have ISA, say Y, otherwise N.
641
642config EISA
643 bool
644 ---help---
645 The Extended Industry Standard Architecture (EISA) bus was
646 developed as an open alternative to the IBM MicroChannel bus.
647
648 The EISA bus provided some of the features of the IBM MicroChannel
649 bus while maintaining backward compatibility with cards made for
650 the older ISA bus. The EISA bus saw limited use between 1988 and
651 1995 when it was made obsolete by the PCI bus.
652
653 Say Y here if you are building a kernel for an EISA-based machine.
654
655 Otherwise, say N.
656
657config MCA
658 bool
659 help
660 MicroChannel Architecture is found in some IBM PS/2 machines and
661 laptops. It is a bus system similar to PCI or ISA. See
662 <file:Documentation/mca.txt> (and especially the web page given
663 there) before attempting to build an MCA bus kernel.
664
665config SBUS
666 bool
667
Paul Mundtcad82442006-01-16 22:14:19 -0800668config SUPERHYWAY
669 tristate "SuperHyway Bus support"
670 depends on CPU_SUBTYPE_SH4_202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671
Paul Mundt824e55f2007-06-20 18:01:52 +0900672config CF_ENABLER
673 bool "Compact Flash Enabler support"
674 depends on SOLUTION_ENGINE || SH_SH03
675 ---help---
676 Compact Flash is a small, removable mass storage device introduced
677 in 1994 originally as a PCMCIA device. If you say `Y' here, you
678 compile in support for Compact Flash devices directly connected to
679 a SuperH processor. A Compact Flash FAQ is available at
680 <http://www.compactflash.org/faqs/faq.htm>.
681
682 If your board has "Directly Connected" CompactFlash at area 5 or 6,
683 you may want to enable this option. Then, you can use CF as
684 primary IDE drive (only tested for SanDisk).
685
686 If in doubt, select 'N'.
687
688choice
689 prompt "Compact Flash Connection Area"
690 depends on CF_ENABLER
691 default CF_AREA6
692
693config CF_AREA5
694 bool "Area5"
695 help
696 If your board has "Directly Connected" CompactFlash, You should
697 select the area where your CF is connected to.
698
699 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
700 - "Area6" if it is connected to Area 6 (0x18000000)
701
702 "Area6" will work for most boards.
703
704config CF_AREA6
705 bool "Area6"
706
707endchoice
708
709config CF_BASE_ADDR
710 hex
711 depends on CF_ENABLER
712 default "0xb8000000" if CF_AREA6
713 default "0xb4000000" if CF_AREA5
714
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715source "arch/sh/drivers/pci/Kconfig"
716
717source "drivers/pci/Kconfig"
718
719source "drivers/pcmcia/Kconfig"
720
721source "drivers/pci/hotplug/Kconfig"
722
723endmenu
724
725menu "Executable file formats"
726
727source "fs/Kconfig.binfmt"
728
729endmenu
730
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900731menu "Power management options (EXPERIMENTAL)"
Paul Mundt357d5942007-06-11 15:32:07 +0900732depends on EXPERIMENTAL && SYS_SUPPORTS_PM
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900733
734source kernel/power/Kconfig
735
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900736endmenu
737
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700738source "net/Kconfig"
739
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740source "drivers/Kconfig"
741
742source "fs/Kconfig"
743
744source "arch/sh/oprofile/Kconfig"
745
746source "arch/sh/Kconfig.debug"
747
748source "security/Kconfig"
749
750source "crypto/Kconfig"
751
752source "lib/Kconfig"