blob: 1a4dc766344135889e793e1d51a6c3367208396d [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
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 help
16 The SuperH is a RISC processor targeted for use in embedded systems
17 and consumer electronics; it was also used in the Sega Dreamcast
18 gaming console. The SuperH port has a home page at
19 <http://www.linux-sh.org/>.
20
Paul Mundt39d28a22007-11-08 18:39:33 +090021config SUPERH32
Paul Mundtea0e1a92007-11-21 15:58:01 +090022 def_bool !SUPERH64
23
24config SUPERH64
25 def_bool y if CPU_SH5
Paul Mundt39d28a22007-11-08 18:39:33 +090026
Paul Mundtf42b7e32008-07-29 20:12:51 +090027config ARCH_DEFCONFIG
28 string
29 default "arch/sh/configs/shx3_defconfig" if SUPERH32
30 default "arch/sh/configs/cayman_defconfig" if SUPERH64
31
Linus Torvalds1da177e2005-04-16 15:20:36 -070032config RWSEM_GENERIC_SPINLOCK
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090033 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
35config RWSEM_XCHGADD_ALGORITHM
36 bool
37
Paul Mundtfa691512007-03-08 19:41:21 +090038config GENERIC_BUG
39 def_bool y
Paul Mundta82d53e2007-11-21 18:22:05 +090040 depends on BUG && SUPERH32
Paul Mundtfa691512007-03-08 19:41:21 +090041
Akinobu Mitae2268c72006-03-26 01:39:35 -080042config GENERIC_FIND_NEXT_BIT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090043 def_bool y
Akinobu Mitae2268c72006-03-26 01:39:35 -080044
45config GENERIC_HWEIGHT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090046 def_bool y
Akinobu Mitae2268c72006-03-26 01:39:35 -080047
Linus Torvalds1da177e2005-04-16 15:20:36 -070048config GENERIC_HARDIRQS
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090049 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
Paul Mundt5093c9a2008-08-04 14:17:13 +090051config GENERIC_HARDIRQS_NO__DO_IRQ
52 def_bool y
53
Linus Torvalds1da177e2005-04-16 15:20:36 -070054config GENERIC_IRQ_PROBE
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090055 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
57config GENERIC_CALIBRATE_DELAY
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090058 def_bool y
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
Paul Mundtcad82442006-01-16 22:14:19 -080060config GENERIC_IOMAP
61 bool
62
Paul Mundt45882142006-10-04 13:21:45 +090063config GENERIC_TIME
64 def_bool n
65
Paul Mundt57be2b42007-05-09 17:33:24 +090066config GENERIC_CLOCKEVENTS
67 def_bool n
68
Paul Mundtbdcab872008-08-04 14:09:15 +090069config GENERIC_LOCKBREAK
70 def_bool y
71 depends on SMP && PREEMPT
72
Paul Mundt357d5942007-06-11 15:32:07 +090073config SYS_SUPPORTS_PM
74 bool
75
Paul Mundt0a9b0db2007-01-24 21:56:20 +090076config SYS_SUPPORTS_APM_EMULATION
77 bool
Paul Mundt357d5942007-06-11 15:32:07 +090078 select SYS_SUPPORTS_PM
79
80config SYS_SUPPORTS_SMP
81 bool
82
83config SYS_SUPPORTS_NUMA
84 bool
85
86config SYS_SUPPORTS_PCI
87 bool
Paul Mundt0a9b0db2007-01-24 21:56:20 +090088
Paul Mundtafbfb522006-12-04 18:17:28 +090089config STACKTRACE_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090090 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +090091
92config LOCKDEP_SUPPORT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090093 def_bool y
Paul Mundtafbfb522006-12-04 18:17:28 +090094
David Howellsf0d1b0b2006-12-08 02:37:49 -080095config ARCH_HAS_ILOG2_U32
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090096 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -080097
98config ARCH_HAS_ILOG2_U64
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +090099 def_bool n
David Howellsf0d1b0b2006-12-08 02:37:49 -0800100
Paul Mundte257ad02007-07-25 11:18:00 +0900101config ARCH_NO_VIRT_TO_BUS
102 def_bool y
103
David Howellsb0b933c2008-02-08 04:19:27 -0800104config ARCH_SUPPORTS_AOUT
105 def_bool y
106
Magnus Damme7cc9a72008-02-07 20:18:21 +0900107config IO_TRAPPED
108 bool
109
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110source "init/Kconfig"
111
112menu "System type"
113
Paul Mundtb5f42db2007-11-08 18:38:14 +0900114#
115# Processor families
116#
117config CPU_SH2
118 bool
119
120config CPU_SH2A
121 bool
122 select CPU_SH2
123
124config CPU_SH3
125 bool
126 select CPU_HAS_INTEVT
127 select CPU_HAS_SR_RB
128
129config CPU_SH4
130 bool
131 select CPU_HAS_INTEVT
132 select CPU_HAS_SR_RB
133 select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2
134 select CPU_HAS_FPU if !CPU_SH4AL_DSP
135
136config CPU_SH4A
137 bool
138 select CPU_SH4
139
140config CPU_SH4AL_DSP
141 bool
142 select CPU_SH4A
143 select CPU_HAS_DSP
144
Paul Mundtea0e1a92007-11-21 15:58:01 +0900145config CPU_SH5
146 bool
147 select CPU_HAS_FPU
148
Paul Mundtb5f42db2007-11-08 18:38:14 +0900149config CPU_SHX2
150 bool
151
152config CPU_SHX3
153 bool
154
155choice
156 prompt "Processor sub-type selection"
157
158#
159# Processor subtypes
160#
161
162# SH-2 Processor Support
163
164config CPU_SUBTYPE_SH7619
165 bool "Support SH7619 processor"
166 select CPU_SH2
167
168# SH-2A Processor Support
169
Paul Mundt6d01f512007-11-26 18:17:21 +0900170config CPU_SUBTYPE_SH7203
171 bool "Support SH7203 processor"
172 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900173 select CPU_HAS_FPU
Paul Mundt6d01f512007-11-26 18:17:21 +0900174
Paul Mundtb5f42db2007-11-08 18:38:14 +0900175config CPU_SUBTYPE_SH7206
176 bool "Support SH7206 processor"
177 select CPU_SH2A
178
Paul Mundta8f67f42007-11-26 19:54:02 +0900179config CPU_SUBTYPE_SH7263
180 bool "Support SH7263 processor"
181 select CPU_SH2A
Paul Mundt74d99a52007-11-26 20:38:36 +0900182 select CPU_HAS_FPU
Paul Mundta8f67f42007-11-26 19:54:02 +0900183
Paul Mundt2ad69902008-03-13 12:52:44 +0900184config CPU_SUBTYPE_MXG
185 bool "Support MX-G processor"
186 select CPU_SH2A
187 help
188 Select MX-G if running on an R8A03022BG part.
189
Paul Mundtb5f42db2007-11-08 18:38:14 +0900190# SH-3 Processor Support
191
192config CPU_SUBTYPE_SH7705
193 bool "Support SH7705 processor"
194 select CPU_SH3
195
196config CPU_SUBTYPE_SH7706
197 bool "Support SH7706 processor"
198 select CPU_SH3
199 help
200 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
201
202config CPU_SUBTYPE_SH7707
203 bool "Support SH7707 processor"
204 select CPU_SH3
205 help
206 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
207
208config CPU_SUBTYPE_SH7708
209 bool "Support SH7708 processor"
210 select CPU_SH3
211 help
212 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
213 if you have a 100 Mhz SH-3 HD6417708R CPU.
214
215config CPU_SUBTYPE_SH7709
216 bool "Support SH7709 processor"
217 select CPU_SH3
218 help
219 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
220
221config CPU_SUBTYPE_SH7710
222 bool "Support SH7710 processor"
223 select CPU_SH3
224 select CPU_HAS_DSP
225 help
226 Select SH7710 if you have a SH3-DSP SH7710 CPU.
227
228config CPU_SUBTYPE_SH7712
229 bool "Support SH7712 processor"
230 select CPU_SH3
231 select CPU_HAS_DSP
232 help
233 Select SH7712 if you have a SH3-DSP SH7712 CPU.
234
235config CPU_SUBTYPE_SH7720
236 bool "Support SH7720 processor"
237 select CPU_SH3
238 select CPU_HAS_DSP
239 help
240 Select SH7720 if you have a SH3-DSP SH7720 CPU.
241
Yoshihiro Shimoda31a49c42007-12-26 11:45:06 +0900242config CPU_SUBTYPE_SH7721
243 bool "Support SH7721 processor"
244 select CPU_SH3
245 select CPU_HAS_DSP
246 help
247 Select SH7721 if you have a SH3-DSP SH7721 CPU.
248
Paul Mundtb5f42db2007-11-08 18:38:14 +0900249# SH-4 Processor Support
250
251config CPU_SUBTYPE_SH7750
252 bool "Support SH7750 processor"
253 select CPU_SH4
254 help
255 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
256
257config CPU_SUBTYPE_SH7091
258 bool "Support SH7091 processor"
259 select CPU_SH4
260 help
261 Select SH7091 if you have an SH-4 based Sega device (such as
262 the Dreamcast, Naomi, and Naomi 2).
263
264config CPU_SUBTYPE_SH7750R
265 bool "Support SH7750R processor"
266 select CPU_SH4
267
268config CPU_SUBTYPE_SH7750S
269 bool "Support SH7750S processor"
270 select CPU_SH4
271
272config CPU_SUBTYPE_SH7751
273 bool "Support SH7751 processor"
274 select CPU_SH4
275 help
276 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
277 or if you have a HD6417751R CPU.
278
279config CPU_SUBTYPE_SH7751R
280 bool "Support SH7751R processor"
281 select CPU_SH4
282
283config CPU_SUBTYPE_SH7760
284 bool "Support SH7760 processor"
285 select CPU_SH4
286
287config CPU_SUBTYPE_SH4_202
288 bool "Support SH4-202 processor"
289 select CPU_SH4
290
291# SH-4A Processor Support
292
Paul Mundt178dd0c2008-04-09 17:56:18 +0900293config CPU_SUBTYPE_SH7723
294 bool "Support SH7723 processor"
295 select CPU_SH4A
296 select CPU_SHX2
297 select ARCH_SPARSEMEM_ENABLE
Paul Mundt178dd0c2008-04-09 17:56:18 +0900298 help
299 Select SH7723 if you have an SH-MobileR2 CPU.
300
Yoshihiro Shimoda7d740a02008-01-07 14:40:07 +0900301config CPU_SUBTYPE_SH7763
302 bool "Support SH7763 processor"
303 select CPU_SH4A
304 help
305 Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
306
Paul Mundtb5f42db2007-11-08 18:38:14 +0900307config CPU_SUBTYPE_SH7770
308 bool "Support SH7770 processor"
309 select CPU_SH4A
310
311config CPU_SUBTYPE_SH7780
312 bool "Support SH7780 processor"
313 select CPU_SH4A
314
315config CPU_SUBTYPE_SH7785
316 bool "Support SH7785 processor"
317 select CPU_SH4A
318 select CPU_SHX2
319 select ARCH_SPARSEMEM_ENABLE
320 select SYS_SUPPORTS_NUMA
321
322config CPU_SUBTYPE_SHX3
323 bool "Support SH-X3 processor"
324 select CPU_SH4A
325 select CPU_SHX3
326 select ARCH_SPARSEMEM_ENABLE
327 select SYS_SUPPORTS_NUMA
328 select SYS_SUPPORTS_SMP
329
330# SH4AL-DSP Processor Support
331
332config CPU_SUBTYPE_SH7343
333 bool "Support SH7343 processor"
334 select CPU_SH4AL_DSP
335
336config CPU_SUBTYPE_SH7722
337 bool "Support SH7722 processor"
338 select CPU_SH4AL_DSP
339 select CPU_SHX2
340 select ARCH_SPARSEMEM_ENABLE
341 select SYS_SUPPORTS_NUMA
342
Magnus Damm9109a302008-02-08 17:31:24 +0900343config CPU_SUBTYPE_SH7366
344 bool "Support SH7366 processor"
345 select CPU_SH4AL_DSP
346 select CPU_SHX2
347 select ARCH_SPARSEMEM_ENABLE
348 select SYS_SUPPORTS_NUMA
349
Paul Mundtea0e1a92007-11-21 15:58:01 +0900350# SH-5 Processor Support
351
352config CPU_SUBTYPE_SH5_101
353 bool "Support SH5-101 processor"
354 select CPU_SH5
355
356config CPU_SUBTYPE_SH5_103
357 bool "Support SH5-103 processor"
Paul Mundt8ef97dd2008-02-14 15:30:54 +0900358 select CPU_SH5
Paul Mundtea0e1a92007-11-21 15:58:01 +0900359
Paul Mundtb5f42db2007-11-08 18:38:14 +0900360endchoice
361
Paul Mundtcad82442006-01-16 22:14:19 -0800362source "arch/sh/mm/Kconfig"
Paul Mundt939a24a2008-07-29 21:41:37 +0900363
Paul Mundt4690bdc2007-11-09 13:45:42 +0900364source "arch/sh/Kconfig.cpu"
Paul Mundtcad82442006-01-16 22:14:19 -0800365
Paul Mundt939a24a2008-07-29 21:41:37 +0900366source "arch/sh/boards/Kconfig"
Paul Mundtf3d22292007-05-14 17:29:12 +0900367
Paul Mundt32351a22007-03-12 14:38:59 +0900368menu "Timer and clock configuration"
369
Paul Mundtcad82442006-01-16 22:14:19 -0800370config SH_TMU
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900371 def_bool y
372 prompt "TMU timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900373 depends on CPU_SH3 || CPU_SH4
Paul Mundt57be2b42007-05-09 17:33:24 +0900374 select GENERIC_TIME
375 select GENERIC_CLOCKEVENTS
Paul Mundtcad82442006-01-16 22:14:19 -0800376 help
377 This enables the use of the TMU as the system timer.
378
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900379config SH_CMT
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900380 def_bool y
381 prompt "CMT timer support"
Paul Mundt2ad69902008-03-13 12:52:44 +0900382 depends on CPU_SH2 && !CPU_SUBTYPE_MXG
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900383 help
384 This enables the use of the CMT as the system timer.
385
386config SH_MTU2
Harvey Harrisond7ef4fb2007-12-11 13:49:35 +0900387 def_bool n
388 prompt "MTU2 timer support"
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900389 depends on CPU_SH2A
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900390 help
391 This enables the use of the MTU2 as the system timer.
392
Paul Mundt417528a2006-11-20 11:18:30 +0900393config SH_TIMER_IRQ
394 int
Yoshihiro Shimoda7d740a02008-01-07 14:40:07 +0900395 default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \
396 CPU_SUBTYPE_SH7763
Paul Mundt417528a2006-11-20 11:18:30 +0900397 default "86" if CPU_SUBTYPE_SH7619
398 default "140" if CPU_SUBTYPE_SH7206
Paul Mundt2b2d4e72008-03-13 19:51:06 +0900399 default "142" if CPU_SUBTYPE_SH7203
Paul Mundt2ad69902008-03-13 12:52:44 +0900400 default "238" if CPU_SUBTYPE_MXG
Paul Mundt417528a2006-11-20 11:18:30 +0900401 default "16"
402
Paul Mundtcad82442006-01-16 22:14:19 -0800403config SH_PCLK_FREQ
404 int "Peripheral clock frequency (in Hz)"
Magnus Damm870e8a22007-07-25 10:49:21 +0900405 default "27000000" if CPU_SUBTYPE_SH7343
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900406 default "31250000" if CPU_SUBTYPE_SH7619
Paul Mundt05627482007-05-15 16:25:47 +0900407 default "32000000" if CPU_SUBTYPE_SH7722
Paul Mundt178dd0c2008-04-09 17:56:18 +0900408 default "33333333" if CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7723 || \
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900409 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
Paul Mundta8f67f42007-11-26 19:54:02 +0900410 CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \
Paul Mundt2ad69902008-03-13 12:52:44 +0900411 CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG
Paul Mundt05627482007-05-15 16:25:47 +0900412 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
Paul Mundtcad82442006-01-16 22:14:19 -0800413 default "66000000" if CPU_SUBTYPE_SH4_202
Paul Mundt05627482007-05-15 16:25:47 +0900414 default "50000000"
Paul Mundtcad82442006-01-16 22:14:19 -0800415 help
416 This option is used to specify the peripheral clock frequency.
417 This is necessary for determining the reference clock value on
418 platforms lacking an RTC.
419
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900420config SH_CLK_MD
421 int "CPU Mode Pin Setting"
Paul Mundt6d01f512007-11-26 18:17:21 +0900422 depends on CPU_SH2
Paul Mundt357d5942007-06-11 15:32:07 +0900423 default 6 if CPU_SUBTYPE_SH7206
424 default 5 if CPU_SUBTYPE_SH7619
425 default 0
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900426 help
Yoshinori Sato11cbb702006-12-07 18:07:27 +0900427 MD2 - MD0 pin setting.
Yoshinori Sato9d4436a2006-11-05 15:40:13 +0900428
Paul Mundt57be2b42007-05-09 17:33:24 +0900429source "kernel/time/Kconfig"
430
Paul Mundt32351a22007-03-12 14:38:59 +0900431endmenu
432
Paul Mundtcad82442006-01-16 22:14:19 -0800433menu "CPU Frequency scaling"
434
435source "drivers/cpufreq/Kconfig"
436
437config SH_CPU_FREQ
438 tristate "SuperH CPU Frequency driver"
Paul Mundtcb5ec752007-07-20 13:38:19 +0900439 depends on CPU_FREQ
Paul Mundtcad82442006-01-16 22:14:19 -0800440 select CPU_FREQ_TABLE
441 help
442 This adds the cpufreq driver for SuperH. At present, only
443 the SH-4 is supported.
444
445 For details, take a look at <file:Documentation/cpu-freq>.
446
447 If unsure, say N.
448
449endmenu
450
Paul Mundt9f5e8ee2006-11-24 11:22:57 +0900451source "arch/sh/drivers/Kconfig"
452
Paul Mundtcad82442006-01-16 22:14:19 -0800453endmenu
454
455config ISA_DMA_API
Adrian Bunkf5f826c2008-03-31 01:40:17 +0300456 bool
Paul Mundtcad82442006-01-16 22:14:19 -0800457
458menu "Kernel features"
459
Paul Mundt91b91d02006-09-27 18:08:33 +0900460source kernel/Kconfig.hz
461
Paul Mundtcad82442006-01-16 22:14:19 -0800462config KEXEC
463 bool "kexec system call (EXPERIMENTAL)"
Paul Mundt640f7482008-04-25 13:04:56 +0900464 depends on SUPERH32 && EXPERIMENTAL
Paul Mundtcad82442006-01-16 22:14:19 -0800465 help
466 kexec is a system call that implements the ability to shutdown your
467 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400468 but it is independent of the system firmware. And like a reboot
Paul Mundtcad82442006-01-16 22:14:19 -0800469 you can start any kernel with it, not just Linux.
470
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400471 The name comes from the similarity to the exec system call.
Paul Mundtcad82442006-01-16 22:14:19 -0800472
473 It is an ongoing process to be certain the hardware in a machine
474 is properly shutdown, so do not be surprised if this code does not
475 initially work for you. It may help to enable device hotplugging
476 support. As of this writing the exact hardware interface is
477 strongly in flux, so no good recommendation can be made.
478
Paul Mundt4d5ade52007-04-27 11:25:57 +0900479config CRASH_DUMP
480 bool "kernel crash dumps (EXPERIMENTAL)"
Paul Mundt640f7482008-04-25 13:04:56 +0900481 depends on SUPERH32 && EXPERIMENTAL
Paul Mundt4d5ade52007-04-27 11:25:57 +0900482 help
483 Generate crash dump after being started by kexec.
484 This should be normally only set in special crash dump kernels
485 which are loaded in the main kernel with kexec-tools into
486 a specially reserved region and then later executed after
487 a crash by kdump/kexec. The crash dump kernel must be compiled
488 to a memory address not used by the main kernel using
489 MEMORY_START.
490
491 For more details see Documentation/kdump/kdump.txt
492
Paul Mundtc4637d42008-07-30 15:30:52 +0900493config SECCOMP
494 bool "Enable seccomp to safely compute untrusted bytecode"
495 depends on PROC_FS
496 default y
497 help
498 This kernel feature is useful for number crunching applications
499 that may need to compute untrusted bytecode during their
500 execution. By using pipes or other transports made available to
501 the process as file descriptors supporting the read/write
502 syscalls, it's possible to isolate those applications in
503 their own address space using seccomp. Once seccomp is
504 enabled via prctl, it cannot be disabled and the task is only
505 allowed to execute a few safe syscalls defined by each seccomp
506 mode.
507
508 If unsure, say N.
509
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510config SMP
511 bool "Symmetric multi-processing support"
Paul Mundt357d5942007-06-11 15:32:07 +0900512 depends on SYS_SUPPORTS_SMP
Jens Axboe490f5de2008-06-10 20:52:59 +0200513 select USE_GENERIC_SMP_HELPERS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 ---help---
515 This enables support for systems with more than one CPU. If you have
516 a system with only one CPU, like most personal computers, say N. If
517 you have a system with more than one CPU, say Y.
518
519 If you say N here, the kernel will run on single and multiprocessor
520 machines, but will use only one CPU of a multiprocessor machine. If
521 you say Y here, the kernel will run on many, but not all,
522 singleprocessor machines. On a singleprocessor machine, the kernel
523 will run faster if you say N here.
524
525 People using multiprocessor machines who say Y here should also say
526 Y to "Enhanced Real Time Clock Support", below.
527
Adrian Bunk03502fa2008-02-03 15:50:21 +0200528 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
529 available at <http://www.tldp.org/docs.html#howto>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530
531 If you don't know what to do here, say N.
532
533config NR_CPUS
534 int "Maximum number of CPUs (2-32)"
535 range 2 32
536 depends on SMP
Paul Mundt2b1bd1a2007-06-20 18:27:10 +0900537 default "4" if CPU_SHX3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 default "2"
539 help
540 This allows you to specify the maximum number of CPUs which this
541 kernel will support. The maximum supported value is 32 and the
542 minimum value which makes sense is 2.
543
544 This is purely to save memory - each supported CPU adds
545 approximately eight kilobytes to the kernel image.
546
Paul Mundt91b91d02006-09-27 18:08:33 +0900547source "kernel/Kconfig.preempt"
548
Paul Mundt83662462007-09-28 16:04:49 +0900549config GUSA
550 def_bool y
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900551 depends on !SMP && SUPERH32
Paul Mundt83662462007-09-28 16:04:49 +0900552 help
553 This enables support for gUSA (general UserSpace Atomicity).
554 This is the default implementation for both UP and non-ll/sc
555 CPUs, and is used by the libc, amongst others.
556
557 For additional information, design information can be found
558 in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
559
560 This should only be disabled for special cases where alternate
561 atomicity implementations exist.
562
Stuart Menefy1efe4ce2007-11-30 16:12:36 +0900563config GUSA_RB
564 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
565 depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
566 help
567 Enabling this option will allow the kernel to implement some
568 atomic operations using a software implemention of load-locked/
569 store-conditional (LLSC). On machines which do not have hardware
570 LLSC, this should be more efficient than the other alternative of
571 disabling insterrupts around the atomic sequence.
572
Paul Mundtcad82442006-01-16 22:14:19 -0800573endmenu
574
575menu "Boot options"
576
577config ZERO_PAGE_OFFSET
578 hex "Zero page offset"
Adrian Bunkf5f826c2008-03-31 01:40:17 +0300579 default "0x00004000" if SH_SH03
Paul Mundt7a847f82006-12-26 15:29:19 +0900580 default "0x00010000" if PAGE_SIZE_64KB
581 default "0x00002000" if PAGE_SIZE_8KB
Paul Mundtcad82442006-01-16 22:14:19 -0800582 default "0x00001000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 help
Paul Mundtcad82442006-01-16 22:14:19 -0800584 This sets the default offset of zero page.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585
Paul Mundtcad82442006-01-16 22:14:19 -0800586config BOOT_LINK_OFFSET
587 hex "Link address offset for booting"
588 default "0x00800000"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 help
Paul Mundtcad82442006-01-16 22:14:19 -0800590 This option allows you to set the link address offset of the zImage.
591 This can be useful if you are on a board which has a small amount of
592 memory.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593
Paul Mundtcad82442006-01-16 22:14:19 -0800594config UBC_WAKEUP
595 bool "Wakeup UBC on startup"
Paul Mundt0e3a9aa2007-11-06 15:55:36 +0900596 depends on CPU_SH4 && !CPU_SH4A
Paul Mundtcad82442006-01-16 22:14:19 -0800597 help
598 Selecting this option will wakeup the User Break Controller (UBC) on
599 startup. Although the UBC is left in an awake state when the processor
600 comes up, some boot loaders misbehave by putting the UBC to sleep in a
601 power saving state, which causes issues with things like ptrace().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602
603 If unsure, say N.
604
Paul Mundtcad82442006-01-16 22:14:19 -0800605config CMDLINE_BOOL
606 bool "Default bootloader kernel arguments"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607
Paul Mundtcad82442006-01-16 22:14:19 -0800608config CMDLINE
609 string "Initial kernel command string"
610 depends on CMDLINE_BOOL
611 default "console=ttySC1,115200"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612
613endmenu
614
Paul Mundtcad82442006-01-16 22:14:19 -0800615menu "Bus options"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616
617# Even on SuperH devices which don't have an ISA bus,
618# this variable helps the PCMCIA modules handle
619# IRQ requesting properly -- Greg Banks.
620#
621# Though we're generally not interested in it when
622# we're not using PCMCIA, so we make it dependent on
623# PCMCIA outright. -- PFM.
624config ISA
Paul Mundt357d5942007-06-11 15:32:07 +0900625 def_bool y
626 depends on PCMCIA && HD6446X_SERIES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 help
628 Find out whether you have ISA slots on your motherboard. ISA is the
629 name of a bus system, i.e. the way the CPU talks to the other stuff
630 inside your box. Other bus systems are PCI, EISA, MicroChannel
631 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
632 newer boards don't support it. If you have ISA, say Y, otherwise N.
633
634config EISA
635 bool
636 ---help---
637 The Extended Industry Standard Architecture (EISA) bus was
638 developed as an open alternative to the IBM MicroChannel bus.
639
640 The EISA bus provided some of the features of the IBM MicroChannel
641 bus while maintaining backward compatibility with cards made for
642 the older ISA bus. The EISA bus saw limited use between 1988 and
643 1995 when it was made obsolete by the PCI bus.
644
645 Say Y here if you are building a kernel for an EISA-based machine.
646
647 Otherwise, say N.
648
649config MCA
650 bool
651 help
652 MicroChannel Architecture is found in some IBM PS/2 machines and
653 laptops. It is a bus system similar to PCI or ISA. See
654 <file:Documentation/mca.txt> (and especially the web page given
655 there) before attempting to build an MCA bus kernel.
656
657config SBUS
658 bool
659
Paul Mundtcad82442006-01-16 22:14:19 -0800660config SUPERHYWAY
661 tristate "SuperHyway Bus support"
662 depends on CPU_SUBTYPE_SH4_202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663
Adrian McMenamin17be2d22007-09-21 15:55:55 +0900664config MAPLE
665 bool "Maple Bus support"
666 depends on SH_DREAMCAST
667 help
668 The Maple Bus is SEGA's serial communication bus for peripherals
669 on the Dreamcast. Without this bus support you won't be able to
670 get your Dreamcast keyboard etc to work, so most users
671 probably want to say 'Y' here, unless you are only using the
672 Dreamcast with a serial line terminal or a remote network
673 connection.
674
Paul Mundt824e55f2007-06-20 18:01:52 +0900675config CF_ENABLER
676 bool "Compact Flash Enabler support"
677 depends on SOLUTION_ENGINE || SH_SH03
678 ---help---
679 Compact Flash is a small, removable mass storage device introduced
680 in 1994 originally as a PCMCIA device. If you say `Y' here, you
681 compile in support for Compact Flash devices directly connected to
682 a SuperH processor. A Compact Flash FAQ is available at
683 <http://www.compactflash.org/faqs/faq.htm>.
684
685 If your board has "Directly Connected" CompactFlash at area 5 or 6,
686 you may want to enable this option. Then, you can use CF as
687 primary IDE drive (only tested for SanDisk).
688
689 If in doubt, select 'N'.
690
691choice
692 prompt "Compact Flash Connection Area"
693 depends on CF_ENABLER
694 default CF_AREA6
695
696config CF_AREA5
697 bool "Area5"
698 help
699 If your board has "Directly Connected" CompactFlash, You should
700 select the area where your CF is connected to.
701
702 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
703 - "Area6" if it is connected to Area 6 (0x18000000)
704
705 "Area6" will work for most boards.
706
707config CF_AREA6
708 bool "Area6"
709
710endchoice
711
712config CF_BASE_ADDR
713 hex
714 depends on CF_ENABLER
715 default "0xb8000000" if CF_AREA6
716 default "0xb4000000" if CF_AREA5
717
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718source "arch/sh/drivers/pci/Kconfig"
719
720source "drivers/pci/Kconfig"
721
722source "drivers/pcmcia/Kconfig"
723
724source "drivers/pci/hotplug/Kconfig"
725
726endmenu
727
728menu "Executable file formats"
729
730source "fs/Kconfig.binfmt"
731
732endmenu
733
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900734menu "Power management options (EXPERIMENTAL)"
Paul Mundt357d5942007-06-11 15:32:07 +0900735depends on EXPERIMENTAL && SYS_SUPPORTS_PM
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900736
Johannes Bergf4cb5702007-12-08 02:14:00 +0100737config ARCH_SUSPEND_POSSIBLE
738 def_bool y
739 depends on !SMP
740
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900741source kernel/power/Kconfig
742
Andriy Skulysh3aa770e2006-09-27 16:20:22 +0900743endmenu
744
Sam Ravnborgd5950b42005-07-11 21:03:49 -0700745source "net/Kconfig"
746
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747source "drivers/Kconfig"
748
749source "fs/Kconfig"
750
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751source "arch/sh/Kconfig.debug"
752
753source "security/Kconfig"
754
755source "crypto/Kconfig"
756
757source "lib/Kconfig"