blob: 617765d5c9ab5c4afe09265d0d63c2297e31b7a9 [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
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 Mundtac79fd52007-07-25 16:26:10 +0900202config CPU_HAS_DSP
203 bool
204
Paul Mundtcad82442006-01-16 22:14:19 -0800205endmenu
206
Paul Mundtf3d22292007-05-14 17:29:12 +0900207menu "Board support"
208
209config SOLUTION_ENGINE
210 bool
211
212config SH_SOLUTION_ENGINE
213 bool "SolutionEngine"
214 select SOLUTION_ENGINE
Magnus Damm56386f62007-07-20 18:44:49 +0900215 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900216 depends on CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7750
217 help
218 Select SolutionEngine if configuring for a Hitachi SH7709
219 or SH7750 evaluation board.
220
221config SH_7206_SOLUTION_ENGINE
222 bool "SolutionEngine7206"
223 select SOLUTION_ENGINE
224 depends on CPU_SUBTYPE_SH7206
225 help
226 Select 7206 SolutionEngine if configuring for a Hitachi SH7206
227 evaluation board.
228
229config SH_7619_SOLUTION_ENGINE
230 bool "SolutionEngine7619"
231 select SOLUTION_ENGINE
232 depends on CPU_SUBTYPE_SH7619
233 help
234 Select 7619 SolutionEngine if configuring for a Hitachi SH7619
235 evaluation board.
236
237config SH_7722_SOLUTION_ENGINE
238 bool "SolutionEngine7722"
239 select SOLUTION_ENGINE
240 depends on CPU_SUBTYPE_SH7722
241 help
242 Select 7722 SolutionEngine if configuring for a Hitachi SH772
243 evaluation board.
244
245config SH_7751_SOLUTION_ENGINE
246 bool "SolutionEngine7751"
247 select SOLUTION_ENGINE
Magnus Damm56386f62007-07-20 18:44:49 +0900248 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900249 depends on CPU_SUBTYPE_SH7751
250 help
251 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
252 evaluation board.
253
254config SH_7780_SOLUTION_ENGINE
255 bool "SolutionEngine7780"
256 select SOLUTION_ENGINE
Paul Mundt357d5942007-06-11 15:32:07 +0900257 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900258 depends on CPU_SUBTYPE_SH7780
259 help
260 Select 7780 SolutionEngine if configuring for a Renesas SH7780
261 evaluation board.
262
Paul Mundtf3d22292007-05-14 17:29:12 +0900263config SH_7343_SOLUTION_ENGINE
264 bool "SolutionEngine7343"
265 select SOLUTION_ENGINE
266 depends on CPU_SUBTYPE_SH7343
267 help
268 Select 7343 SolutionEngine if configuring for a Hitachi
269 SH7343 (SH-Mobile 3AS) evaluation board.
270
Paul Mundtf3d22292007-05-14 17:29:12 +0900271config SH_7751_SYSTEMH
272 bool "SystemH7751R"
273 depends on CPU_SUBTYPE_SH7751R
274 help
275 Select SystemH if you are configuring for a Renesas SystemH
276 7751R evaluation board.
277
278config SH_HP6XX
279 bool "HP6XX"
280 select SYS_SUPPORTS_APM_EMULATION
Paul Mundt357d5942007-06-11 15:32:07 +0900281 select HD6446X_SERIES
Paul Mundtf3d22292007-05-14 17:29:12 +0900282 depends on CPU_SUBTYPE_SH7709
283 help
284 Select HP6XX if configuring for a HP jornada HP6xx.
285 More information (hardware only) at
286 <http://www.hp.com/jornada/>.
287
Paul Mundtf3d22292007-05-14 17:29:12 +0900288config SH_DREAMCAST
289 bool "Dreamcast"
Paul Mundt357d5942007-06-11 15:32:07 +0900290 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900291 depends on CPU_SUBTYPE_SH7091
292 help
293 Select Dreamcast if configuring for a SEGA Dreamcast.
294 More information at
295 <http://www.m17n.org/linux-sh/dreamcast/>. There is a
296 Dreamcast project is at <http://linuxdc.sourceforge.net/>.
297
298config SH_MPC1211
299 bool "Interface MPC1211"
300 depends on CPU_SUBTYPE_SH7751 && BROKEN
301 help
302 CTP/PCI-SH02 is a CPU module computer that is produced
303 by Interface Corporation.
304 More information at <http://www.interface.co.jp>
305
306config SH_SH03
307 bool "Interface CTP/PCI-SH03"
Magnus Dammd59645d2007-08-03 14:23:35 +0900308 depends on CPU_SUBTYPE_SH7751
Magnus Damm56386f62007-07-20 18:44:49 +0900309 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900310 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900311 help
312 CTP/PCI-SH03 is a CPU module computer that is produced
313 by Interface Corporation.
314 More information at <http://www.interface.co.jp>
315
316config SH_SECUREEDGE5410
317 bool "SecureEdge5410"
318 depends on CPU_SUBTYPE_SH7751R
Magnus Damm56386f62007-07-20 18:44:49 +0900319 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900320 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900321 help
322 Select SecureEdge5410 if configuring for a SnapGear SH board.
323 This includes both the OEM SecureEdge products as well as the
324 SME product line.
325
326config SH_HS7751RVOIP
327 bool "HS7751RVOIP"
328 depends on CPU_SUBTYPE_SH7751R
329 help
330 Select HS7751RVOIP if configuring for a Renesas Technology
331 Sales VoIP board.
332
333config SH_7710VOIPGW
334 bool "SH7710-VOIP-GW"
335 depends on CPU_SUBTYPE_SH7710
336 help
337 Select this option to build a kernel for the SH7710 based
338 VOIP GW.
339
340config SH_RTS7751R2D
341 bool "RTS7751R2D"
342 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900343 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900344 help
345 Select RTS7751R2D if configuring for a Renesas Technology
346 Sales SH-Graphics board.
347
348config SH_HIGHLANDER
349 bool "Highlander"
350 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
Paul Mundt357d5942007-06-11 15:32:07 +0900351 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900352
353config SH_EDOSK7705
354 bool "EDOSK7705"
355 depends on CPU_SUBTYPE_SH7705
356
357config SH_SH4202_MICRODEV
358 bool "SH4-202 MicroDev"
359 depends on CPU_SUBTYPE_SH4_202
360 help
361 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
362 with an SH4-202 CPU.
363
364config SH_LANDISK
365 bool "LANDISK"
366 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900367 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900368 help
369 I-O DATA DEVICE, INC. "LANDISK Series" support.
370
371config SH_TITAN
372 bool "TITAN"
373 depends on CPU_SUBTYPE_SH7751R
Magnus Damm56386f62007-07-20 18:44:49 +0900374 select CPU_HAS_IPR_IRQ
Paul Mundt357d5942007-06-11 15:32:07 +0900375 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900376 help
377 Select Titan if you are configuring for a Nimble Microsystems
378 NetEngine NP51R.
379
380config SH_SHMIN
381 bool "SHMIN"
382 depends on CPU_SUBTYPE_SH7706
Magnus Damm56386f62007-07-20 18:44:49 +0900383 select CPU_HAS_IPR_IRQ
Paul Mundtf3d22292007-05-14 17:29:12 +0900384 help
385 Select SHMIN if configuring for the SHMIN board.
386
387config SH_LBOX_RE2
388 bool "L-BOX RE2"
389 depends on CPU_SUBTYPE_SH7751R
Paul Mundt357d5942007-06-11 15:32:07 +0900390 select SYS_SUPPORTS_PCI
Paul Mundtf3d22292007-05-14 17:29:12 +0900391 help
392 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
393
Paul Mundtf3d22292007-05-14 17:29:12 +0900394endmenu
395
396source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
397source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
398source "arch/sh/boards/renesas/r7780rp/Kconfig"
399
Paul Mundt32351a22007-03-12 14:38:59 +0900400menu "Timer and clock configuration"
401
Paul Mundtcad82442006-01-16 22:14:19 -0800402config SH_TMU
403 bool "TMU timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900404 depends on CPU_SH3 || CPU_SH4
Paul Mundt57be2b42007-05-09 17:33:24 +0900405 select GENERIC_TIME
406 select GENERIC_CLOCKEVENTS
Paul Mundtcad82442006-01-16 22:14:19 -0800407 default y
408 help
409 This enables the use of the TMU as the system timer.
410
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900411config SH_CMT
412 bool "CMT timer support"
413 depends on CPU_SH2
414 default y
415 help
416 This enables the use of the CMT as the system timer.
417
418config SH_MTU2
419 bool "MTU2 timer support"
420 depends on CPU_SH2A
421 default n
422 help
423 This enables the use of the MTU2 as the system timer.
424
Paul Mundt417528a2006-11-20 11:18:30 +0900425config SH_TIMER_IRQ
426 int
Paul Mundt32351a22007-03-12 14:38:59 +0900427 default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
Paul Mundt417528a2006-11-20 11:18:30 +0900428 default "86" if CPU_SUBTYPE_SH7619
429 default "140" if CPU_SUBTYPE_SH7206
430 default "16"
431
Paul Mundtcad82442006-01-16 22:14:19 -0800432config SH_PCLK_FREQ
433 int "Peripheral clock frequency (in Hz)"
Magnus Damm870e8a22007-07-25 10:49:21 +0900434 default "27000000" if CPU_SUBTYPE_SH7343
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900435 default "31250000" if CPU_SUBTYPE_SH7619
Paul Mundt05627482007-05-15 16:25:47 +0900436 default "32000000" if CPU_SUBTYPE_SH7722
Magnus Dammd89ddd12007-07-25 11:42:56 +0900437 default "33333333" if CPU_SUBTYPE_SH7770 || \
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900438 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
439 CPU_SUBTYPE_SH7206
Paul Mundt05627482007-05-15 16:25:47 +0900440 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
Paul Mundtcad82442006-01-16 22:14:19 -0800441 default "66000000" if CPU_SUBTYPE_SH4_202
Paul Mundt05627482007-05-15 16:25:47 +0900442 default "50000000"
Paul Mundtcad82442006-01-16 22:14:19 -0800443 help
444 This option is used to specify the peripheral clock frequency.
445 This is necessary for determining the reference clock value on
446 platforms lacking an RTC.
447
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900448config SH_CLK_MD
449 int "CPU Mode Pin Setting"
450 depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206
Paul Mundt357d5942007-06-11 15:32:07 +0900451 default 6 if CPU_SUBTYPE_SH7206
452 default 5 if CPU_SUBTYPE_SH7619
453 default 0
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900454 help
Yoshinori Sato11cbb702006-12-07 18:07:27 +0900455 MD2 - MD0 pin setting.
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900456
Paul Mundt57be2b42007-05-09 17:33:24 +0900457source "kernel/time/Kconfig"
458
Paul Mundt32351a22007-03-12 14:38:59 +0900459endmenu
460
Paul Mundtcad82442006-01-16 22:14:19 -0800461menu "CPU Frequency scaling"
462
463source "drivers/cpufreq/Kconfig"
464
465config SH_CPU_FREQ
466 tristate "SuperH CPU Frequency driver"
Paul Mundtcb5ec752007-07-20 13:38:19 +0900467 depends on CPU_FREQ
Paul Mundtcad82442006-01-16 22:14:19 -0800468 select CPU_FREQ_TABLE
469 help
470 This adds the cpufreq driver for SuperH. At present, only
471 the SH-4 is supported.
472
473 For details, take a look at <file:Documentation/cpu-freq>.
474
475 If unsure, say N.
476
477endmenu
478
Paul Mundt9f5e8ee2006-11-24 11:22:57 +0900479source "arch/sh/drivers/Kconfig"
480
Paul Mundtcad82442006-01-16 22:14:19 -0800481endmenu
482
483config ISA_DMA_API
484 bool
Adrian Bunk05efc672006-02-17 13:52:42 -0800485 depends on SH_MPC1211
Paul Mundtcad82442006-01-16 22:14:19 -0800486 default y
487
488menu "Kernel features"
489
Paul Mundt91b91d02006-09-27 18:08:33 +0900490source kernel/Kconfig.hz
491
Paul Mundtcad82442006-01-16 22:14:19 -0800492config KEXEC
493 bool "kexec system call (EXPERIMENTAL)"
494 depends on EXPERIMENTAL
495 help
496 kexec is a system call that implements the ability to shutdown your
497 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400498 but it is independent of the system firmware. And like a reboot
Paul Mundtcad82442006-01-16 22:14:19 -0800499 you can start any kernel with it, not just Linux.
500
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400501 The name comes from the similarity to the exec system call.
Paul Mundtcad82442006-01-16 22:14:19 -0800502
503 It is an ongoing process to be certain the hardware in a machine
504 is properly shutdown, so do not be surprised if this code does not
505 initially work for you. It may help to enable device hotplugging
506 support. As of this writing the exact hardware interface is
507 strongly in flux, so no good recommendation can be made.
508
Paul Mundt4d5ade52007-04-27 11:25:57 +0900509config CRASH_DUMP
510 bool "kernel crash dumps (EXPERIMENTAL)"
511 depends on EXPERIMENTAL
512 help
513 Generate crash dump after being started by kexec.
514 This should be normally only set in special crash dump kernels
515 which are loaded in the main kernel with kexec-tools into
516 a specially reserved region and then later executed after
517 a crash by kdump/kexec. The crash dump kernel must be compiled
518 to a memory address not used by the main kernel using
519 MEMORY_START.
520
521 For more details see Documentation/kdump/kdump.txt
522
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523config SMP
524 bool "Symmetric multi-processing support"
Paul Mundt357d5942007-06-11 15:32:07 +0900525 depends on SYS_SUPPORTS_SMP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526 ---help---
527 This enables support for systems with more than one CPU. If you have
528 a system with only one CPU, like most personal computers, say N. If
529 you have a system with more than one CPU, say Y.
530
531 If you say N here, the kernel will run on single and multiprocessor
532 machines, but will use only one CPU of a multiprocessor machine. If
533 you say Y here, the kernel will run on many, but not all,
534 singleprocessor machines. On a singleprocessor machine, the kernel
535 will run faster if you say N here.
536
537 People using multiprocessor machines who say Y here should also say
538 Y to "Enhanced Real Time Clock Support", below.
539
540 See also the <file:Documentation/smp.txt>,
541 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available
542 at <http://www.tldp.org/docs.html#howto>.
543
544 If you don't know what to do here, say N.
545
546config NR_CPUS
547 int "Maximum number of CPUs (2-32)"
548 range 2 32
549 depends on SMP
Paul Mundt2b1bd1a2007-06-20 18:27:10 +0900550 default "4" if CPU_SHX3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551 default "2"
552 help
553 This allows you to specify the maximum number of CPUs which this
554 kernel will support. The maximum supported value is 32 and the
555 minimum value which makes sense is 2.
556
557 This is purely to save memory - each supported CPU adds
558 approximately eight kilobytes to the kernel image.
559
Paul Mundt91b91d02006-09-27 18:08:33 +0900560source "kernel/Kconfig.preempt"
561
Yasunori Gotoc80d79d2006-04-10 22:53:53 -0700562config NODES_SHIFT
563 int
564 default "1"
565 depends on NEED_MULTIPLE_NODES
566
Paul Mundtcad82442006-01-16 22:14:19 -0800567endmenu
568
569menu "Boot options"
570
571config ZERO_PAGE_OFFSET
572 hex "Zero page offset"
573 default "0x00004000" if SH_MPC1211 || SH_SH03
Paul Mundt7a847f82006-12-26 15:29:19 +0900574 default "0x00010000" if PAGE_SIZE_64KB
575 default "0x00002000" if PAGE_SIZE_8KB
Paul Mundtcad82442006-01-16 22:14:19 -0800576 default "0x00001000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577 help
Paul Mundtcad82442006-01-16 22:14:19 -0800578 This sets the default offset of zero page.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579
Paul Mundtcad82442006-01-16 22:14:19 -0800580config BOOT_LINK_OFFSET
581 hex "Link address offset for booting"
582 default "0x00800000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 help
Paul Mundtcad82442006-01-16 22:14:19 -0800584 This option allows you to set the link address offset of the zImage.
585 This can be useful if you are on a board which has a small amount of
586 memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587
Paul Mundtcad82442006-01-16 22:14:19 -0800588config UBC_WAKEUP
589 bool "Wakeup UBC on startup"
Paul Mundt357d5942007-06-11 15:32:07 +0900590 depends on CPU_SH4
Paul Mundtcad82442006-01-16 22:14:19 -0800591 help
592 Selecting this option will wakeup the User Break Controller (UBC) on
593 startup. Although the UBC is left in an awake state when the processor
594 comes up, some boot loaders misbehave by putting the UBC to sleep in a
595 power saving state, which causes issues with things like ptrace().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596
597 If unsure, say N.
598
Paul Mundtcad82442006-01-16 22:14:19 -0800599config CMDLINE_BOOL
600 bool "Default bootloader kernel arguments"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601
Paul Mundtcad82442006-01-16 22:14:19 -0800602config CMDLINE
603 string "Initial kernel command string"
604 depends on CMDLINE_BOOL
605 default "console=ttySC1,115200"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606
607endmenu
608
Paul Mundtcad82442006-01-16 22:14:19 -0800609menu "Bus options"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610
611# Even on SuperH devices which don't have an ISA bus,
612# this variable helps the PCMCIA modules handle
613# IRQ requesting properly -- Greg Banks.
614#
615# Though we're generally not interested in it when
616# we're not using PCMCIA, so we make it dependent on
617# PCMCIA outright. -- PFM.
618config ISA
Paul Mundt357d5942007-06-11 15:32:07 +0900619 def_bool y
620 depends on PCMCIA && HD6446X_SERIES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 help
622 Find out whether you have ISA slots on your motherboard. ISA is the
623 name of a bus system, i.e. the way the CPU talks to the other stuff
624 inside your box. Other bus systems are PCI, EISA, MicroChannel
625 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
626 newer boards don't support it. If you have ISA, say Y, otherwise N.
627
628config EISA
629 bool
630 ---help---
631 The Extended Industry Standard Architecture (EISA) bus was
632 developed as an open alternative to the IBM MicroChannel bus.
633
634 The EISA bus provided some of the features of the IBM MicroChannel
635 bus while maintaining backward compatibility with cards made for
636 the older ISA bus. The EISA bus saw limited use between 1988 and
637 1995 when it was made obsolete by the PCI bus.
638
639 Say Y here if you are building a kernel for an EISA-based machine.
640
641 Otherwise, say N.
642
643config MCA
644 bool
645 help
646 MicroChannel Architecture is found in some IBM PS/2 machines and
647 laptops. It is a bus system similar to PCI or ISA. See
648 <file:Documentation/mca.txt> (and especially the web page given
649 there) before attempting to build an MCA bus kernel.
650
651config SBUS
652 bool
653
Paul Mundtcad82442006-01-16 22:14:19 -0800654config SUPERHYWAY
655 tristate "SuperHyway Bus support"
656 depends on CPU_SUBTYPE_SH4_202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657
Paul Mundt824e55f2007-06-20 18:01:52 +0900658config CF_ENABLER
659 bool "Compact Flash Enabler support"
660 depends on SOLUTION_ENGINE || SH_SH03
661 ---help---
662 Compact Flash is a small, removable mass storage device introduced
663 in 1994 originally as a PCMCIA device. If you say `Y' here, you
664 compile in support for Compact Flash devices directly connected to
665 a SuperH processor. A Compact Flash FAQ is available at
666 <http://www.compactflash.org/faqs/faq.htm>.
667
668 If your board has "Directly Connected" CompactFlash at area 5 or 6,
669 you may want to enable this option. Then, you can use CF as
670 primary IDE drive (only tested for SanDisk).
671
672 If in doubt, select 'N'.
673
674choice
675 prompt "Compact Flash Connection Area"
676 depends on CF_ENABLER
677 default CF_AREA6
678
679config CF_AREA5
680 bool "Area5"
681 help
682 If your board has "Directly Connected" CompactFlash, You should
683 select the area where your CF is connected to.
684
685 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
686 - "Area6" if it is connected to Area 6 (0x18000000)
687
688 "Area6" will work for most boards.
689
690config CF_AREA6
691 bool "Area6"
692
693endchoice
694
695config CF_BASE_ADDR
696 hex
697 depends on CF_ENABLER
698 default "0xb8000000" if CF_AREA6
699 default "0xb4000000" if CF_AREA5
700
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701source "arch/sh/drivers/pci/Kconfig"
702
703source "drivers/pci/Kconfig"
704
705source "drivers/pcmcia/Kconfig"
706
707source "drivers/pci/hotplug/Kconfig"
708
709endmenu
710
711menu "Executable file formats"
712
713source "fs/Kconfig.binfmt"
714
715endmenu
716
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900717menu "Power management options (EXPERIMENTAL)"
Paul Mundt357d5942007-06-11 15:32:07 +0900718depends on EXPERIMENTAL && SYS_SUPPORTS_PM
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900719
720source kernel/power/Kconfig
721
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900722endmenu
723
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700724source "net/Kconfig"
725
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726source "drivers/Kconfig"
727
728source "fs/Kconfig"
729
730source "arch/sh/oprofile/Kconfig"
731
732source "arch/sh/Kconfig.debug"
733
734source "security/Kconfig"
735
736source "crypto/Kconfig"
737
738source "lib/Kconfig"