blob: 434183eb4f125f07bd5cde53a3fd13f161f12f8d [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
David Brownell9483a572008-07-23 21:26:48 -070011 select HAVE_CLK
Sam Ravnborgec7748b2008-02-09 10:46:40 +010012 select HAVE_IDE
Mathieu Desnoyers42d4b832008-02-02 15:10:34 -050013 select HAVE_OPROFILE
Dmitry Baryshkov9de90ac2008-07-18 13:30:31 +040014 select HAVE_GENERIC_DMA_COHERENT
Paul Mundtcb700aa2008-09-12 20:41:05 +090015 select HAVE_IOREMAP_PROT
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 help
17 The SuperH is a RISC processor targeted for use in embedded systems
18 and consumer electronics; it was also used in the Sega Dreamcast
19 gaming console. The SuperH port has a home page at
20 <http://www.linux-sh.org/>.
21
Paul Mundt39d28a22007-11-08 18:39:33 +090022config SUPERH32
Paul Mundtea0e1a92007-11-21 15:58:01 +090023 def_bool !SUPERH64
Chris Smithd39f5452008-09-05 17:15:39 +090024 select HAVE_KPROBES
25 select HAVE_KRETPROBES
Paul Mundtea0e1a92007-11-21 15:58:01 +090026
27config SUPERH64
28 def_bool y if CPU_SH5
Paul Mundtcf204fa2008-09-08 20:47:42 +090029 select GENERIC_CALIBRATE_DELAY
Paul Mundt39d28a22007-11-08 18:39:33 +090030
Paul Mundtf42b7e32008-07-29 20:12:51 +090031config ARCH_DEFCONFIG
32 string
33 default "arch/sh/configs/shx3_defconfig" if SUPERH32
34 default "arch/sh/configs/cayman_defconfig" if SUPERH64
35
Linus Torvalds1da177e2005-04-16 15:20:36 -070036config RWSEM_GENERIC_SPINLOCK
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090037 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39config RWSEM_XCHGADD_ALGORITHM
40 bool
41
Paul Mundtfa691512007-03-08 19:41:21 +090042config GENERIC_BUG
43 def_bool y
Paul Mundta82d53e2007-11-21 18:22:05 +090044 depends on BUG && SUPERH32
Paul Mundtfa691512007-03-08 19:41:21 +090045
Akinobu Mitae2268c72006-03-26 01:39:35 -080046config GENERIC_FIND_NEXT_BIT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090047 def_bool y
Akinobu Mitae2268c72006-03-26 01:39:35 -080048
49config GENERIC_HWEIGHT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090050 def_bool y
Akinobu Mitae2268c72006-03-26 01:39:35 -080051
Linus Torvalds1da177e2005-04-16 15:20:36 -070052config GENERIC_HARDIRQS
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090053 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
Paul Mundt5093c9a2008-08-04 14:17:13 +090055config GENERIC_HARDIRQS_NO__DO_IRQ
56 def_bool y
57
Linus Torvalds1da177e2005-04-16 15:20:36 -070058config GENERIC_IRQ_PROBE
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090059 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070060
61config GENERIC_CALIBRATE_DELAY
Paul Mundtcf204fa2008-09-08 20:47:42 +090062 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
Paul Mundtcad82442006-01-16 22:14:19 -080064config GENERIC_IOMAP
65 bool
66
Paul Mundt45882142006-10-04 13:21:45 +090067config GENERIC_TIME
68 def_bool n
69
Paul Mundt57be2b42007-05-09 17:33:24 +090070config GENERIC_CLOCKEVENTS
71 def_bool n
72
Paul Mundt8c245942008-08-06 18:37:07 +090073config GENERIC_CLOCKEVENTS_BROADCAST
74 bool
75
Paul Mundtbdcab872008-08-04 14:09:15 +090076config GENERIC_LOCKBREAK
77 def_bool y
78 depends on SMP && PREEMPT
79
Paul Mundt357d5942007-06-11 15:32:07 +090080config SYS_SUPPORTS_PM
81 bool
82
Paul Mundt0a9b0db2007-01-24 21:56:20 +090083config SYS_SUPPORTS_APM_EMULATION
84 bool
Paul Mundt357d5942007-06-11 15:32:07 +090085 select SYS_SUPPORTS_PM
86
87config SYS_SUPPORTS_SMP
88 bool
89
90config SYS_SUPPORTS_NUMA
91 bool
92
93config SYS_SUPPORTS_PCI
94 bool
Paul Mundt0a9b0db2007-01-24 21:56:20 +090095
Paul Mundtafbfb522006-12-04 18:17:28 +090096config STACKTRACE_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090097 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +090098
99config LOCKDEP_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900100 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +0900101
David Howellsf0d1b0b2006-12-08 02:37:49 -0800102config ARCH_HAS_ILOG2_U32
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900103 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -0800104
105config ARCH_HAS_ILOG2_U64
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900106 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -0800107
Paul Mundte257ad02007-07-25 11:18:00 +0900108config ARCH_NO_VIRT_TO_BUS
109 def_bool y
110
Magnus Damme7cc9a72008-02-07 20:18:21 +0900111config IO_TRAPPED
112 bool
113
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114source "init/Kconfig"
115
116menu "System type"
117
Paul Mundtb5f42db2007-11-08 18:38:14 +0900118#
119# Processor families
120#
121config CPU_SH2
122 bool
123
124config CPU_SH2A
125 bool
126 select CPU_SH2
127
128config CPU_SH3
129 bool
130 select CPU_HAS_INTEVT
131 select CPU_HAS_SR_RB
132
133config CPU_SH4
134 bool
135 select CPU_HAS_INTEVT
136 select CPU_HAS_SR_RB
137 select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2
138 select CPU_HAS_FPU if !CPU_SH4AL_DSP
139
140config CPU_SH4A
141 bool
142 select CPU_SH4
143
144config CPU_SH4AL_DSP
145 bool
146 select CPU_SH4A
147 select CPU_HAS_DSP
148
Paul Mundtea0e1a92007-11-21 15:58:01 +0900149config CPU_SH5
150 bool
151 select CPU_HAS_FPU
152
Paul Mundtb5f42db2007-11-08 18:38:14 +0900153config CPU_SHX2
154 bool
155
156config CPU_SHX3
157 bool
158
159choice
160 prompt "Processor sub-type selection"
161
162#
163# Processor subtypes
164#
165
166# SH-2 Processor Support
167
168config CPU_SUBTYPE_SH7619
169 bool "Support SH7619 processor"
170 select CPU_SH2
171
172# SH-2A Processor Support
173
Paul Mundt6d01f512007-11-26 18:17:21 +0900174config CPU_SUBTYPE_SH7203
175 bool "Support SH7203 processor"
176 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900177 select CPU_HAS_FPU
Paul Mundt6d01f512007-11-26 18:17:21 +0900178
Paul Mundtb5f42db2007-11-08 18:38:14 +0900179config CPU_SUBTYPE_SH7206
180 bool "Support SH7206 processor"
181 select CPU_SH2A
182
Paul Mundta8f67f42007-11-26 19:54:02 +0900183config CPU_SUBTYPE_SH7263
184 bool "Support SH7263 processor"
185 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900186 select CPU_HAS_FPU
Paul Mundta8f67f42007-11-26 19:54:02 +0900187
Paul Mundt2ad69902008-03-13 12:52:44 +0900188config CPU_SUBTYPE_MXG
189 bool "Support MX-G processor"
190 select CPU_SH2A
191 help
192 Select MX-G if running on an R8A03022BG part.
193
Paul Mundtb5f42db2007-11-08 18:38:14 +0900194# SH-3 Processor Support
195
196config CPU_SUBTYPE_SH7705
197 bool "Support SH7705 processor"
198 select CPU_SH3
199
200config CPU_SUBTYPE_SH7706
201 bool "Support SH7706 processor"
202 select CPU_SH3
203 help
204 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
205
206config CPU_SUBTYPE_SH7707
207 bool "Support SH7707 processor"
208 select CPU_SH3
209 help
210 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
211
212config CPU_SUBTYPE_SH7708
213 bool "Support SH7708 processor"
214 select CPU_SH3
215 help
216 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
217 if you have a 100 Mhz SH-3 HD6417708R CPU.
218
219config CPU_SUBTYPE_SH7709
220 bool "Support SH7709 processor"
221 select CPU_SH3
222 help
223 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
224
225config CPU_SUBTYPE_SH7710
226 bool "Support SH7710 processor"
227 select CPU_SH3
228 select CPU_HAS_DSP
229 help
230 Select SH7710 if you have a SH3-DSP SH7710 CPU.
231
232config CPU_SUBTYPE_SH7712
233 bool "Support SH7712 processor"
234 select CPU_SH3
235 select CPU_HAS_DSP
236 help
237 Select SH7712 if you have a SH3-DSP SH7712 CPU.
238
239config CPU_SUBTYPE_SH7720
240 bool "Support SH7720 processor"
241 select CPU_SH3
242 select CPU_HAS_DSP
243 help
244 Select SH7720 if you have a SH3-DSP SH7720 CPU.
245
Yoshihiro Shimoda31a49c42007-12-26 11:45:06 +0900246config CPU_SUBTYPE_SH7721
247 bool "Support SH7721 processor"
248 select CPU_SH3
249 select CPU_HAS_DSP
250 help
251 Select SH7721 if you have a SH3-DSP SH7721 CPU.
252
Paul Mundtb5f42db2007-11-08 18:38:14 +0900253# SH-4 Processor Support
254
255config CPU_SUBTYPE_SH7750
256 bool "Support SH7750 processor"
257 select CPU_SH4
258 help
259 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
260
261config CPU_SUBTYPE_SH7091
262 bool "Support SH7091 processor"
263 select CPU_SH4
264 help
265 Select SH7091 if you have an SH-4 based Sega device (such as
266 the Dreamcast, Naomi, and Naomi 2).
267
268config CPU_SUBTYPE_SH7750R
269 bool "Support SH7750R processor"
270 select CPU_SH4
271
272config CPU_SUBTYPE_SH7750S
273 bool "Support SH7750S processor"
274 select CPU_SH4
275
276config CPU_SUBTYPE_SH7751
277 bool "Support SH7751 processor"
278 select CPU_SH4
279 help
280 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
281 or if you have a HD6417751R CPU.
282
283config CPU_SUBTYPE_SH7751R
284 bool "Support SH7751R processor"
285 select CPU_SH4
286
287config CPU_SUBTYPE_SH7760
288 bool "Support SH7760 processor"
289 select CPU_SH4
290
291config CPU_SUBTYPE_SH4_202
292 bool "Support SH4-202 processor"
293 select CPU_SH4
294
295# SH-4A Processor Support
296
Paul Mundt178dd0c2008-04-09 17:56:18 +0900297config CPU_SUBTYPE_SH7723
298 bool "Support SH7723 processor"
299 select CPU_SH4A
300 select CPU_SHX2
301 select ARCH_SPARSEMEM_ENABLE
Paul Mundt178dd0c2008-04-09 17:56:18 +0900302 help
303 Select SH7723 if you have an SH-MobileR2 CPU.
304
Yoshihiro Shimoda7d740a02008-01-07 14:40:07 +0900305config CPU_SUBTYPE_SH7763
306 bool "Support SH7763 processor"
307 select CPU_SH4A
308 help
309 Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
310
Paul Mundtb5f42db2007-11-08 18:38:14 +0900311config CPU_SUBTYPE_SH7770
312 bool "Support SH7770 processor"
313 select CPU_SH4A
314
315config CPU_SUBTYPE_SH7780
316 bool "Support SH7780 processor"
317 select CPU_SH4A
318
319config CPU_SUBTYPE_SH7785
320 bool "Support SH7785 processor"
321 select CPU_SH4A
322 select CPU_SHX2
323 select ARCH_SPARSEMEM_ENABLE
324 select SYS_SUPPORTS_NUMA
325
326config CPU_SUBTYPE_SHX3
327 bool "Support SH-X3 processor"
328 select CPU_SH4A
329 select CPU_SHX3
330 select ARCH_SPARSEMEM_ENABLE
331 select SYS_SUPPORTS_NUMA
332 select SYS_SUPPORTS_SMP
Paul Mundt58402632008-09-05 15:36:39 +0900333 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
Paul Mundtb5f42db2007-11-08 18:38:14 +0900334
335# SH4AL-DSP Processor Support
336
337config CPU_SUBTYPE_SH7343
338 bool "Support SH7343 processor"
339 select CPU_SH4AL_DSP
340
341config CPU_SUBTYPE_SH7722
342 bool "Support SH7722 processor"
343 select CPU_SH4AL_DSP
344 select CPU_SHX2
345 select ARCH_SPARSEMEM_ENABLE
346 select SYS_SUPPORTS_NUMA
347
Magnus Damm9109a302008-02-08 17:31:24 +0900348config CPU_SUBTYPE_SH7366
349 bool "Support SH7366 processor"
350 select CPU_SH4AL_DSP
351 select CPU_SHX2
352 select ARCH_SPARSEMEM_ENABLE
353 select SYS_SUPPORTS_NUMA
354
Paul Mundtea0e1a92007-11-21 15:58:01 +0900355# SH-5 Processor Support
356
357config CPU_SUBTYPE_SH5_101
358 bool "Support SH5-101 processor"
359 select CPU_SH5
360
361config CPU_SUBTYPE_SH5_103
362 bool "Support SH5-103 processor"
Paul Mundt8ef97dd2008-02-14 15:30:54 +0900363 select CPU_SH5
Paul Mundtea0e1a92007-11-21 15:58:01 +0900364
Paul Mundtb5f42db2007-11-08 18:38:14 +0900365endchoice
366
Paul Mundtcad82442006-01-16 22:14:19 -0800367source "arch/sh/mm/Kconfig"
Paul Mundt939a24a2008-07-29 21:41:37 +0900368
Paul Mundt4690bdc2007-11-09 13:45:42 +0900369source "arch/sh/Kconfig.cpu"
Paul Mundtcad82442006-01-16 22:14:19 -0800370
Paul Mundt939a24a2008-07-29 21:41:37 +0900371source "arch/sh/boards/Kconfig"
Paul Mundtf3d22292007-05-14 17:29:12 +0900372
Paul Mundt32351a22007-03-12 14:38:59 +0900373menu "Timer and clock configuration"
374
Paul Mundtcad82442006-01-16 22:14:19 -0800375config SH_TMU
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900376 def_bool y
377 prompt "TMU timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900378 depends on CPU_SH3 || CPU_SH4
Paul Mundt57be2b42007-05-09 17:33:24 +0900379 select GENERIC_TIME
380 select GENERIC_CLOCKEVENTS
Paul Mundtcad82442006-01-16 22:14:19 -0800381 help
382 This enables the use of the TMU as the system timer.
383
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900384config SH_CMT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900385 def_bool y
386 prompt "CMT timer support"
Paul Mundt2ad69902008-03-13 12:52:44 +0900387 depends on CPU_SH2 && !CPU_SUBTYPE_MXG
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900388 help
389 This enables the use of the CMT as the system timer.
390
391config SH_MTU2
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900392 def_bool n
393 prompt "MTU2 timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900394 depends on CPU_SH2A
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900395 help
396 This enables the use of the MTU2 as the system timer.
397
Paul Mundt417528a2006-11-20 11:18:30 +0900398config SH_TIMER_IRQ
399 int
Yoshihiro Shimoda7d740a02008-01-07 14:40:07 +0900400 default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \
401 CPU_SUBTYPE_SH7763
Paul Mundt417528a2006-11-20 11:18:30 +0900402 default "86" if CPU_SUBTYPE_SH7619
403 default "140" if CPU_SUBTYPE_SH7206
Paul Mundt2b2d4e72008-03-13 19:51:06 +0900404 default "142" if CPU_SUBTYPE_SH7203
Paul Mundt2ad69902008-03-13 12:52:44 +0900405 default "238" if CPU_SUBTYPE_MXG
Paul Mundt417528a2006-11-20 11:18:30 +0900406 default "16"
407
Paul Mundtcad82442006-01-16 22:14:19 -0800408config SH_PCLK_FREQ
409 int "Peripheral clock frequency (in Hz)"
Magnus Damm870e8a22007-07-25 10:49:21 +0900410 default "27000000" if CPU_SUBTYPE_SH7343
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900411 default "31250000" if CPU_SUBTYPE_SH7619
Paul Mundt05627482007-05-15 16:25:47 +0900412 default "32000000" if CPU_SUBTYPE_SH7722
Paul Mundt178dd0c2008-04-09 17:56:18 +0900413 default "33333333" if CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7723 || \
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900414 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
Paul Mundta8f67f42007-11-26 19:54:02 +0900415 CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \
Paul Mundt2ad69902008-03-13 12:52:44 +0900416 CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG
Paul Mundt05627482007-05-15 16:25:47 +0900417 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
Paul Mundtcad82442006-01-16 22:14:19 -0800418 default "66000000" if CPU_SUBTYPE_SH4_202
Paul Mundt05627482007-05-15 16:25:47 +0900419 default "50000000"
Paul Mundtcad82442006-01-16 22:14:19 -0800420 help
421 This option is used to specify the peripheral clock frequency.
422 This is necessary for determining the reference clock value on
423 platforms lacking an RTC.
424
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900425config SH_CLK_MD
426 int "CPU Mode Pin Setting"
Paul Mundt6d01f512007-11-26 18:17:21 +0900427 depends on CPU_SH2
Paul Mundt357d5942007-06-11 15:32:07 +0900428 default 6 if CPU_SUBTYPE_SH7206
429 default 5 if CPU_SUBTYPE_SH7619
430 default 0
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900431 help
Yoshinori Sato11cbb702006-12-07 18:07:27 +0900432 MD2 - MD0 pin setting.
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900433
Paul Mundt57be2b42007-05-09 17:33:24 +0900434source "kernel/time/Kconfig"
435
Paul Mundt32351a22007-03-12 14:38:59 +0900436endmenu
437
Paul Mundtcad82442006-01-16 22:14:19 -0800438menu "CPU Frequency scaling"
439
440source "drivers/cpufreq/Kconfig"
441
442config SH_CPU_FREQ
443 tristate "SuperH CPU Frequency driver"
Paul Mundtcb5ec752007-07-20 13:38:19 +0900444 depends on CPU_FREQ
Paul Mundtcad82442006-01-16 22:14:19 -0800445 select CPU_FREQ_TABLE
446 help
447 This adds the cpufreq driver for SuperH. At present, only
448 the SH-4 is supported.
449
450 For details, take a look at <file:Documentation/cpu-freq>.
451
452 If unsure, say N.
453
454endmenu
455
Paul Mundt9f5e8ee2006-11-24 11:22:57 +0900456source "arch/sh/drivers/Kconfig"
457
Paul Mundtcad82442006-01-16 22:14:19 -0800458endmenu
459
460config ISA_DMA_API
Adrian Bunkf5f826c2008-03-31 01:40:17 +0300461 bool
Paul Mundtcad82442006-01-16 22:14:19 -0800462
463menu "Kernel features"
464
Paul Mundt91b91d02006-09-27 18:08:33 +0900465source kernel/Kconfig.hz
466
Paul Mundtcad82442006-01-16 22:14:19 -0800467config KEXEC
468 bool "kexec system call (EXPERIMENTAL)"
Paul Mundt640f7482008-04-25 13:04:56 +0900469 depends on SUPERH32 && EXPERIMENTAL
Paul Mundtcad82442006-01-16 22:14:19 -0800470 help
471 kexec is a system call that implements the ability to shutdown your
472 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400473 but it is independent of the system firmware. And like a reboot
Paul Mundtcad82442006-01-16 22:14:19 -0800474 you can start any kernel with it, not just Linux.
475
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400476 The name comes from the similarity to the exec system call.
Paul Mundtcad82442006-01-16 22:14:19 -0800477
478 It is an ongoing process to be certain the hardware in a machine
479 is properly shutdown, so do not be surprised if this code does not
480 initially work for you. It may help to enable device hotplugging
481 support. As of this writing the exact hardware interface is
482 strongly in flux, so no good recommendation can be made.
483
Paul Mundt4d5ade52007-04-27 11:25:57 +0900484config CRASH_DUMP
485 bool "kernel crash dumps (EXPERIMENTAL)"
Paul Mundt640f7482008-04-25 13:04:56 +0900486 depends on SUPERH32 && EXPERIMENTAL
Paul Mundt4d5ade52007-04-27 11:25:57 +0900487 help
488 Generate crash dump after being started by kexec.
489 This should be normally only set in special crash dump kernels
490 which are loaded in the main kernel with kexec-tools into
491 a specially reserved region and then later executed after
492 a crash by kdump/kexec. The crash dump kernel must be compiled
493 to a memory address not used by the main kernel using
494 MEMORY_START.
495
496 For more details see Documentation/kdump/kdump.txt
497
Paul Mundtc4637d42008-07-30 15:30:52 +0900498config SECCOMP
499 bool "Enable seccomp to safely compute untrusted bytecode"
500 depends on PROC_FS
Paul Mundtc4637d42008-07-30 15:30:52 +0900501 help
502 This kernel feature is useful for number crunching applications
503 that may need to compute untrusted bytecode during their
504 execution. By using pipes or other transports made available to
505 the process as file descriptors supporting the read/write
506 syscalls, it's possible to isolate those applications in
507 their own address space using seccomp. Once seccomp is
508 enabled via prctl, it cannot be disabled and the task is only
509 allowed to execute a few safe syscalls defined by each seccomp
510 mode.
511
512 If unsure, say N.
513
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514config SMP
515 bool "Symmetric multi-processing support"
Paul Mundt357d5942007-06-11 15:32:07 +0900516 depends on SYS_SUPPORTS_SMP
Jens Axboe490f5de2008-06-10 20:52:59 +0200517 select USE_GENERIC_SMP_HELPERS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 ---help---
519 This enables support for systems with more than one CPU. If you have
520 a system with only one CPU, like most personal computers, say N. If
521 you have a system with more than one CPU, say Y.
522
523 If you say N here, the kernel will run on single and multiprocessor
524 machines, but will use only one CPU of a multiprocessor machine. If
525 you say Y here, the kernel will run on many, but not all,
526 singleprocessor machines. On a singleprocessor machine, the kernel
527 will run faster if you say N here.
528
529 People using multiprocessor machines who say Y here should also say
530 Y to "Enhanced Real Time Clock Support", below.
531
Adrian Bunk03502fa2008-02-03 15:50:21 +0200532 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
533 available at <http://www.tldp.org/docs.html#howto>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534
535 If you don't know what to do here, say N.
536
537config NR_CPUS
538 int "Maximum number of CPUs (2-32)"
539 range 2 32
540 depends on SMP
Paul Mundt2b1bd1a2007-06-20 18:27:10 +0900541 default "4" if CPU_SHX3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 default "2"
543 help
544 This allows you to specify the maximum number of CPUs which this
545 kernel will support. The maximum supported value is 32 and the
546 minimum value which makes sense is 2.
547
548 This is purely to save memory - each supported CPU adds
549 approximately eight kilobytes to the kernel image.
550
Paul Mundt91b91d02006-09-27 18:08:33 +0900551source "kernel/Kconfig.preempt"
552
Paul Mundt83662462007-09-28 16:04:49 +0900553config GUSA
554 def_bool y
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900555 depends on !SMP && SUPERH32
Paul Mundt83662462007-09-28 16:04:49 +0900556 help
557 This enables support for gUSA (general UserSpace Atomicity).
558 This is the default implementation for both UP and non-ll/sc
559 CPUs, and is used by the libc, amongst others.
560
561 For additional information, design information can be found
562 in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
563
564 This should only be disabled for special cases where alternate
565 atomicity implementations exist.
566
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900567config GUSA_RB
568 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
569 depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
570 help
571 Enabling this option will allow the kernel to implement some
572 atomic operations using a software implemention of load-locked/
573 store-conditional (LLSC). On machines which do not have hardware
574 LLSC, this should be more efficient than the other alternative of
575 disabling insterrupts around the atomic sequence.
576
Paul Mundtcad82442006-01-16 22:14:19 -0800577endmenu
578
579menu "Boot options"
580
581config ZERO_PAGE_OFFSET
582 hex "Zero page offset"
Adrian Bunkf5f826c2008-03-31 01:40:17 +0300583 default "0x00004000" if SH_SH03
Paul Mundt7a847f82006-12-26 15:29:19 +0900584 default "0x00010000" if PAGE_SIZE_64KB
585 default "0x00002000" if PAGE_SIZE_8KB
Paul Mundtcad82442006-01-16 22:14:19 -0800586 default "0x00001000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587 help
Paul Mundtcad82442006-01-16 22:14:19 -0800588 This sets the default offset of zero page.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589
Paul Mundtcad82442006-01-16 22:14:19 -0800590config BOOT_LINK_OFFSET
591 hex "Link address offset for booting"
592 default "0x00800000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 help
Paul Mundtcad82442006-01-16 22:14:19 -0800594 This option allows you to set the link address offset of the zImage.
595 This can be useful if you are on a board which has a small amount of
596 memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597
Paul Mundtcad82442006-01-16 22:14:19 -0800598config UBC_WAKEUP
599 bool "Wakeup UBC on startup"
Paul Mundt0e3a9aa2007-11-06 15:55:36 +0900600 depends on CPU_SH4 && !CPU_SH4A
Paul Mundtcad82442006-01-16 22:14:19 -0800601 help
602 Selecting this option will wakeup the User Break Controller (UBC) on
603 startup. Although the UBC is left in an awake state when the processor
604 comes up, some boot loaders misbehave by putting the UBC to sleep in a
605 power saving state, which causes issues with things like ptrace().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606
607 If unsure, say N.
608
Paul Mundtcad82442006-01-16 22:14:19 -0800609config CMDLINE_BOOL
610 bool "Default bootloader kernel arguments"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611
Paul Mundtcad82442006-01-16 22:14:19 -0800612config CMDLINE
613 string "Initial kernel command string"
614 depends on CMDLINE_BOOL
615 default "console=ttySC1,115200"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616
617endmenu
618
Paul Mundtcad82442006-01-16 22:14:19 -0800619menu "Bus options"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620
621# Even on SuperH devices which don't have an ISA bus,
622# this variable helps the PCMCIA modules handle
623# IRQ requesting properly -- Greg Banks.
624#
625# Though we're generally not interested in it when
626# we're not using PCMCIA, so we make it dependent on
627# PCMCIA outright. -- PFM.
628config ISA
Paul Mundt357d5942007-06-11 15:32:07 +0900629 def_bool y
630 depends on PCMCIA && HD6446X_SERIES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 help
632 Find out whether you have ISA slots on your motherboard. ISA is the
633 name of a bus system, i.e. the way the CPU talks to the other stuff
634 inside your box. Other bus systems are PCI, EISA, MicroChannel
635 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
636 newer boards don't support it. If you have ISA, say Y, otherwise N.
637
638config EISA
639 bool
640 ---help---
641 The Extended Industry Standard Architecture (EISA) bus was
642 developed as an open alternative to the IBM MicroChannel bus.
643
644 The EISA bus provided some of the features of the IBM MicroChannel
645 bus while maintaining backward compatibility with cards made for
646 the older ISA bus. The EISA bus saw limited use between 1988 and
647 1995 when it was made obsolete by the PCI bus.
648
649 Say Y here if you are building a kernel for an EISA-based machine.
650
651 Otherwise, say N.
652
653config MCA
654 bool
655 help
656 MicroChannel Architecture is found in some IBM PS/2 machines and
657 laptops. It is a bus system similar to PCI or ISA. See
658 <file:Documentation/mca.txt> (and especially the web page given
659 there) before attempting to build an MCA bus kernel.
660
661config SBUS
662 bool
663
Paul Mundtcad82442006-01-16 22:14:19 -0800664config SUPERHYWAY
665 tristate "SuperHyway Bus support"
666 depends on CPU_SUBTYPE_SH4_202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667
Adrian McMenamin17be2d22007-09-21 15:55:55 +0900668config MAPLE
669 bool "Maple Bus support"
670 depends on SH_DREAMCAST
671 help
672 The Maple Bus is SEGA's serial communication bus for peripherals
673 on the Dreamcast. Without this bus support you won't be able to
674 get your Dreamcast keyboard etc to work, so most users
675 probably want to say 'Y' here, unless you are only using the
676 Dreamcast with a serial line terminal or a remote network
677 connection.
678
Paul Mundt824e55f2007-06-20 18:01:52 +0900679config CF_ENABLER
680 bool "Compact Flash Enabler support"
681 depends on SOLUTION_ENGINE || SH_SH03
682 ---help---
683 Compact Flash is a small, removable mass storage device introduced
684 in 1994 originally as a PCMCIA device. If you say `Y' here, you
685 compile in support for Compact Flash devices directly connected to
686 a SuperH processor. A Compact Flash FAQ is available at
687 <http://www.compactflash.org/faqs/faq.htm>.
688
689 If your board has "Directly Connected" CompactFlash at area 5 or 6,
690 you may want to enable this option. Then, you can use CF as
691 primary IDE drive (only tested for SanDisk).
692
693 If in doubt, select 'N'.
694
695choice
696 prompt "Compact Flash Connection Area"
697 depends on CF_ENABLER
698 default CF_AREA6
699
700config CF_AREA5
701 bool "Area5"
702 help
703 If your board has "Directly Connected" CompactFlash, You should
704 select the area where your CF is connected to.
705
706 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
707 - "Area6" if it is connected to Area 6 (0x18000000)
708
709 "Area6" will work for most boards.
710
711config CF_AREA6
712 bool "Area6"
713
714endchoice
715
716config CF_BASE_ADDR
717 hex
718 depends on CF_ENABLER
719 default "0xb8000000" if CF_AREA6
720 default "0xb4000000" if CF_AREA5
721
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722source "arch/sh/drivers/pci/Kconfig"
723
724source "drivers/pci/Kconfig"
725
726source "drivers/pcmcia/Kconfig"
727
728source "drivers/pci/hotplug/Kconfig"
729
730endmenu
731
732menu "Executable file formats"
733
734source "fs/Kconfig.binfmt"
735
736endmenu
737
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900738menu "Power management options (EXPERIMENTAL)"
Paul Mundt357d5942007-06-11 15:32:07 +0900739depends on EXPERIMENTAL && SYS_SUPPORTS_PM
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900740
Johannes Bergf4cb5702007-12-08 02:14:00 +0100741config ARCH_SUSPEND_POSSIBLE
742 def_bool y
743 depends on !SMP
744
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900745source kernel/power/Kconfig
746
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900747endmenu
748
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700749source "net/Kconfig"
750
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751source "drivers/Kconfig"
752
753source "fs/Kconfig"
754
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755source "arch/sh/Kconfig.debug"
756
757source "security/Kconfig"
758
759source "crypto/Kconfig"
760
761source "lib/Kconfig"