Merge tag 'for-usb-linus-2012-10-11' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / arch / sh / Kconfig
1 config SUPERH
2         def_bool y
3         select EXPERT
4         select CLKDEV_LOOKUP
5         select HAVE_IDE if HAS_IOPORT
6         select HAVE_MEMBLOCK
7         select HAVE_MEMBLOCK_NODE_MAP
8         select ARCH_DISCARD_MEMBLOCK
9         select HAVE_OPROFILE
10         select HAVE_GENERIC_DMA_COHERENT
11         select HAVE_ARCH_TRACEHOOK
12         select HAVE_DMA_API_DEBUG
13         select HAVE_DMA_ATTRS
14         select HAVE_IRQ_WORK
15         select HAVE_PERF_EVENTS
16         select HAVE_DEBUG_BUGVERBOSE
17         select ARCH_HAVE_CUSTOM_GPIO_H
18         select ARCH_HAVE_NMI_SAFE_CMPXCHG if (GUSA_RB || CPU_SH4A)
19         select PERF_USE_VMALLOC
20         select HAVE_DEBUG_KMEMLEAK
21         select HAVE_KERNEL_GZIP
22         select HAVE_KERNEL_BZIP2
23         select HAVE_KERNEL_LZMA
24         select HAVE_KERNEL_XZ
25         select HAVE_KERNEL_LZO
26         select HAVE_UID16
27         select ARCH_WANT_IPC_PARSE_VERSION
28         select HAVE_SYSCALL_TRACEPOINTS
29         select HAVE_REGS_AND_STACK_ACCESS_API
30         select HAVE_GENERIC_HARDIRQS
31         select MAY_HAVE_SPARSE_IRQ
32         select IRQ_FORCED_THREADING
33         select RTC_LIB
34         select GENERIC_ATOMIC64
35         select GENERIC_IRQ_SHOW
36         select GENERIC_SMP_IDLE_THREAD
37         select GENERIC_CLOCKEVENTS
38         select GENERIC_CMOS_UPDATE if SH_SH03 || SH_DREAMCAST
39         select GENERIC_STRNCPY_FROM_USER
40         select GENERIC_STRNLEN_USER
41         help
42           The SuperH is a RISC processor targeted for use in embedded systems
43           and consumer electronics; it was also used in the Sega Dreamcast
44           gaming console.  The SuperH port has a home page at
45           <http://www.linux-sh.org/>.
46
47 config SUPERH32
48         def_bool ARCH = "sh"
49         select HAVE_KPROBES
50         select HAVE_KRETPROBES
51         select HAVE_IOREMAP_PROT if MMU && !X2TLB
52         select HAVE_FUNCTION_TRACER
53         select HAVE_FTRACE_MCOUNT_RECORD
54         select HAVE_DYNAMIC_FTRACE
55         select HAVE_FUNCTION_TRACE_MCOUNT_TEST
56         select HAVE_FTRACE_NMI_ENTER if DYNAMIC_FTRACE
57         select ARCH_WANT_IPC_PARSE_VERSION
58         select HAVE_FUNCTION_GRAPH_TRACER
59         select HAVE_ARCH_KGDB
60         select HAVE_HW_BREAKPOINT
61         select HAVE_MIXED_BREAKPOINTS_REGS
62         select PERF_EVENTS
63         select ARCH_HIBERNATION_POSSIBLE if MMU
64         select SPARSE_IRQ
65
66 config SUPERH64
67         def_bool ARCH = "sh64"
68         select KALLSYMS
69
70 config ARCH_DEFCONFIG
71         string
72         default "arch/sh/configs/shx3_defconfig" if SUPERH32
73         default "arch/sh/configs/cayman_defconfig" if SUPERH64
74
75 config RWSEM_GENERIC_SPINLOCK
76         def_bool y
77
78 config RWSEM_XCHGADD_ALGORITHM
79         bool
80
81 config GENERIC_BUG
82         def_bool y
83         depends on BUG && SUPERH32
84
85 config GENERIC_CSUM
86         def_bool y
87         depends on SUPERH64
88
89 config GENERIC_HWEIGHT
90         def_bool y
91
92 config IRQ_PER_CPU
93         def_bool y
94
95 config GENERIC_GPIO
96         def_bool n
97
98 config GENERIC_CALIBRATE_DELAY
99         bool
100
101 config GENERIC_LOCKBREAK
102         def_bool y
103         depends on SMP && PREEMPT
104
105 config ARCH_SUSPEND_POSSIBLE
106         def_bool n
107
108 config ARCH_HIBERNATION_POSSIBLE
109         def_bool n
110
111 config SYS_SUPPORTS_APM_EMULATION
112         bool
113         select ARCH_SUSPEND_POSSIBLE
114
115 config SYS_SUPPORTS_HUGETLBFS
116         bool
117
118 config SYS_SUPPORTS_SMP
119         bool
120
121 config SYS_SUPPORTS_NUMA
122         bool
123
124 config SYS_SUPPORTS_PCI
125         bool
126
127 config SYS_SUPPORTS_CMT
128         bool
129
130 config SYS_SUPPORTS_MTU2
131         bool
132
133 config SYS_SUPPORTS_TMU
134         bool
135
136 config STACKTRACE_SUPPORT
137         def_bool y
138
139 config LOCKDEP_SUPPORT
140         def_bool y
141
142 config HAVE_LATENCYTOP_SUPPORT
143         def_bool y
144
145 config ARCH_HAS_ILOG2_U32
146         def_bool n
147
148 config ARCH_HAS_ILOG2_U64
149         def_bool n
150
151 config ARCH_NO_VIRT_TO_BUS
152         def_bool y
153
154 config ARCH_HAS_DEFAULT_IDLE
155         def_bool y
156
157 config NO_IOPORT
158         def_bool !PCI
159         depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN && \
160                    !SH_HP6XX && !SH_SOLUTION_ENGINE
161
162 config IO_TRAPPED
163         bool
164
165 config SWAP_IO_SPACE
166         bool
167
168 config DMA_COHERENT
169         bool
170
171 config DMA_NONCOHERENT
172         def_bool !DMA_COHERENT
173
174 config NEED_DMA_MAP_STATE
175         def_bool DMA_NONCOHERENT
176
177 config NEED_SG_DMA_LENGTH
178         def_bool y
179
180 source "init/Kconfig"
181
182 source "kernel/Kconfig.freezer"
183
184 menu "System type"
185
186 #
187 # Processor families
188 #
189 config CPU_SH2
190         bool
191
192 config CPU_SH2A
193         bool
194         select CPU_SH2
195         select UNCACHED_MAPPING
196
197 config CPU_SH3
198         bool
199         select CPU_HAS_INTEVT
200         select CPU_HAS_SR_RB
201         select SYS_SUPPORTS_TMU
202
203 config CPU_SH4
204         bool
205         select CPU_HAS_INTEVT
206         select CPU_HAS_SR_RB
207         select CPU_HAS_FPU if !CPU_SH4AL_DSP
208         select SYS_SUPPORTS_TMU
209         select SYS_SUPPORTS_HUGETLBFS if MMU
210
211 config CPU_SH4A
212         bool
213         select CPU_SH4
214
215 config CPU_SH4AL_DSP
216         bool
217         select CPU_SH4A
218         select CPU_HAS_DSP
219
220 config CPU_SH5
221         bool
222         select CPU_HAS_FPU
223         select SYS_SUPPORTS_TMU
224         select SYS_SUPPORTS_HUGETLBFS if MMU
225
226 config CPU_SHX2
227         bool
228
229 config CPU_SHX3
230         bool
231         select DMA_COHERENT
232         select SYS_SUPPORTS_SMP
233         select SYS_SUPPORTS_NUMA
234
235 config ARCH_SHMOBILE
236         bool
237         select ARCH_SUSPEND_POSSIBLE
238         select PM
239         select PM_RUNTIME
240
241 config CPU_HAS_PMU
242        depends on CPU_SH4 || CPU_SH4A
243        default y
244        bool
245
246 if SUPERH32
247
248 choice
249         prompt "Processor sub-type selection"
250
251 #
252 # Processor subtypes
253 #
254
255 # SH-2 Processor Support
256
257 config CPU_SUBTYPE_SH7619
258         bool "Support SH7619 processor"
259         select CPU_SH2
260         select SYS_SUPPORTS_CMT
261
262 # SH-2A Processor Support
263
264 config CPU_SUBTYPE_SH7201
265         bool "Support SH7201 processor"
266         select CPU_SH2A
267         select CPU_HAS_FPU
268         select SYS_SUPPORTS_MTU2
269  
270 config CPU_SUBTYPE_SH7203
271         bool "Support SH7203 processor"
272         select CPU_SH2A
273         select CPU_HAS_FPU
274         select SYS_SUPPORTS_CMT
275         select SYS_SUPPORTS_MTU2
276         select ARCH_WANT_OPTIONAL_GPIOLIB
277
278 config CPU_SUBTYPE_SH7206
279         bool "Support SH7206 processor"
280         select CPU_SH2A
281         select SYS_SUPPORTS_CMT
282         select SYS_SUPPORTS_MTU2
283
284 config CPU_SUBTYPE_SH7263
285         bool "Support SH7263 processor"
286         select CPU_SH2A
287         select CPU_HAS_FPU
288         select SYS_SUPPORTS_CMT
289         select SYS_SUPPORTS_MTU2
290
291 config CPU_SUBTYPE_SH7264
292         bool "Support SH7264 processor"
293         select CPU_SH2A
294         select CPU_HAS_FPU
295         select SYS_SUPPORTS_CMT
296         select SYS_SUPPORTS_MTU2
297
298 config CPU_SUBTYPE_SH7269
299         bool "Support SH7269 processor"
300         select CPU_SH2A
301         select CPU_HAS_FPU
302         select SYS_SUPPORTS_CMT
303         select SYS_SUPPORTS_MTU2
304
305 config CPU_SUBTYPE_MXG
306         bool "Support MX-G processor"
307         select CPU_SH2A
308         select SYS_SUPPORTS_MTU2
309         help
310           Select MX-G if running on an R8A03022BG part.
311
312 # SH-3 Processor Support
313
314 config CPU_SUBTYPE_SH7705
315         bool "Support SH7705 processor"
316         select CPU_SH3
317
318 config CPU_SUBTYPE_SH7706
319         bool "Support SH7706 processor"
320         select CPU_SH3
321         help
322           Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
323
324 config CPU_SUBTYPE_SH7707
325         bool "Support SH7707 processor"
326         select CPU_SH3
327         help
328           Select SH7707 if you have a  60 Mhz SH-3 HD6417707 CPU.
329
330 config CPU_SUBTYPE_SH7708
331         bool "Support SH7708 processor"
332         select CPU_SH3
333         help
334           Select SH7708 if you have a  60 Mhz SH-3 HD6417708S or
335           if you have a 100 Mhz SH-3 HD6417708R CPU.
336
337 config CPU_SUBTYPE_SH7709
338         bool "Support SH7709 processor"
339         select CPU_SH3
340         help
341           Select SH7709 if you have a  80 Mhz SH-3 HD6417709 CPU.
342
343 config CPU_SUBTYPE_SH7710
344         bool "Support SH7710 processor"
345         select CPU_SH3
346         select CPU_HAS_DSP
347         help
348           Select SH7710 if you have a SH3-DSP SH7710 CPU.
349
350 config CPU_SUBTYPE_SH7712
351         bool "Support SH7712 processor"
352         select CPU_SH3
353         select CPU_HAS_DSP
354         help
355           Select SH7712 if you have a SH3-DSP SH7712 CPU.
356
357 config CPU_SUBTYPE_SH7720
358         bool "Support SH7720 processor"
359         select CPU_SH3
360         select CPU_HAS_DSP
361         select SYS_SUPPORTS_CMT
362         select ARCH_WANT_OPTIONAL_GPIOLIB
363         select USB_ARCH_HAS_OHCI
364         select USB_OHCI_SH if USB_OHCI_HCD
365         help
366           Select SH7720 if you have a SH3-DSP SH7720 CPU.
367
368 config CPU_SUBTYPE_SH7721
369         bool "Support SH7721 processor"
370         select CPU_SH3
371         select CPU_HAS_DSP
372         select SYS_SUPPORTS_CMT
373         select USB_ARCH_HAS_OHCI
374         select USB_OHCI_SH if USB_OHCI_HCD
375         help
376           Select SH7721 if you have a SH3-DSP SH7721 CPU.
377
378 # SH-4 Processor Support
379
380 config CPU_SUBTYPE_SH7750
381         bool "Support SH7750 processor"
382         select CPU_SH4
383         help
384           Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
385
386 config CPU_SUBTYPE_SH7091
387         bool "Support SH7091 processor"
388         select CPU_SH4
389         help
390           Select SH7091 if you have an SH-4 based Sega device (such as
391           the Dreamcast, Naomi, and Naomi 2).
392
393 config CPU_SUBTYPE_SH7750R
394         bool "Support SH7750R processor"
395         select CPU_SH4
396
397 config CPU_SUBTYPE_SH7750S
398         bool "Support SH7750S processor"
399         select CPU_SH4
400
401 config CPU_SUBTYPE_SH7751
402         bool "Support SH7751 processor"
403         select CPU_SH4
404         help
405           Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
406           or if you have a HD6417751R CPU.
407
408 config CPU_SUBTYPE_SH7751R
409         bool "Support SH7751R processor"
410         select CPU_SH4
411
412 config CPU_SUBTYPE_SH7760
413         bool "Support SH7760 processor"
414         select CPU_SH4
415
416 config CPU_SUBTYPE_SH4_202
417         bool "Support SH4-202 processor"
418         select CPU_SH4
419
420 # SH-4A Processor Support
421
422 config CPU_SUBTYPE_SH7723
423         bool "Support SH7723 processor"
424         select CPU_SH4A
425         select CPU_SHX2
426         select ARCH_SHMOBILE
427         select ARCH_SPARSEMEM_ENABLE
428         select SYS_SUPPORTS_CMT
429         select ARCH_WANT_OPTIONAL_GPIOLIB
430         help
431           Select SH7723 if you have an SH-MobileR2 CPU.
432
433 config CPU_SUBTYPE_SH7724
434         bool "Support SH7724 processor"
435         select CPU_SH4A
436         select CPU_SHX2
437         select ARCH_SHMOBILE
438         select ARCH_SPARSEMEM_ENABLE
439         select SYS_SUPPORTS_CMT
440         select ARCH_WANT_OPTIONAL_GPIOLIB
441         help
442           Select SH7724 if you have an SH-MobileR2R CPU.
443
444 config CPU_SUBTYPE_SH7734
445         bool "Support SH7734 processor"
446         select CPU_SH4A
447         select CPU_SHX2
448         select ARCH_WANT_OPTIONAL_GPIOLIB
449         select USB_ARCH_HAS_OHCI
450         select USB_ARCH_HAS_EHCI
451         help
452           Select SH7734 if you have a SH4A SH7734 CPU.
453
454 config CPU_SUBTYPE_SH7757
455         bool "Support SH7757 processor"
456         select CPU_SH4A
457         select CPU_SHX2
458         select ARCH_WANT_OPTIONAL_GPIOLIB
459         select USB_ARCH_HAS_OHCI
460         select USB_ARCH_HAS_EHCI
461         help
462           Select SH7757 if you have a SH4A SH7757 CPU.
463
464 config CPU_SUBTYPE_SH7763
465         bool "Support SH7763 processor"
466         select CPU_SH4A
467         select USB_ARCH_HAS_OHCI
468         select USB_OHCI_SH if USB_OHCI_HCD
469         help
470           Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
471
472 config CPU_SUBTYPE_SH7770
473         bool "Support SH7770 processor"
474         select CPU_SH4A
475
476 config CPU_SUBTYPE_SH7780
477         bool "Support SH7780 processor"
478         select CPU_SH4A
479
480 config CPU_SUBTYPE_SH7785
481         bool "Support SH7785 processor"
482         select CPU_SH4A
483         select CPU_SHX2
484         select ARCH_SPARSEMEM_ENABLE
485         select SYS_SUPPORTS_NUMA
486         select ARCH_WANT_OPTIONAL_GPIOLIB
487
488 config CPU_SUBTYPE_SH7786
489         bool "Support SH7786 processor"
490         select CPU_SH4A
491         select CPU_SHX3
492         select CPU_HAS_PTEAEX
493         select GENERIC_CLOCKEVENTS_BROADCAST if SMP
494         select ARCH_WANT_OPTIONAL_GPIOLIB
495         select USB_ARCH_HAS_OHCI
496         select USB_OHCI_SH if USB_OHCI_HCD
497         select USB_ARCH_HAS_EHCI
498         select USB_EHCI_SH if USB_EHCI_HCD
499
500 config CPU_SUBTYPE_SHX3
501         bool "Support SH-X3 processor"
502         select CPU_SH4A
503         select CPU_SHX3
504         select GENERIC_CLOCKEVENTS_BROADCAST if SMP
505         select ARCH_REQUIRE_GPIOLIB
506
507 # SH4AL-DSP Processor Support
508
509 config CPU_SUBTYPE_SH7343
510         bool "Support SH7343 processor"
511         select CPU_SH4AL_DSP
512         select ARCH_SHMOBILE
513         select SYS_SUPPORTS_CMT
514
515 config CPU_SUBTYPE_SH7722
516         bool "Support SH7722 processor"
517         select CPU_SH4AL_DSP
518         select CPU_SHX2
519         select ARCH_SHMOBILE
520         select ARCH_SPARSEMEM_ENABLE
521         select SYS_SUPPORTS_NUMA
522         select SYS_SUPPORTS_CMT
523         select ARCH_WANT_OPTIONAL_GPIOLIB
524
525 config CPU_SUBTYPE_SH7366
526         bool "Support SH7366 processor"
527         select CPU_SH4AL_DSP
528         select CPU_SHX2
529         select ARCH_SHMOBILE
530         select ARCH_SPARSEMEM_ENABLE
531         select SYS_SUPPORTS_NUMA
532         select SYS_SUPPORTS_CMT
533
534 endchoice
535
536 endif
537
538 if SUPERH64
539
540 choice
541         prompt "Processor sub-type selection"
542
543 # SH-5 Processor Support
544
545 config CPU_SUBTYPE_SH5_101
546         bool "Support SH5-101 processor"
547         select CPU_SH5
548
549 config CPU_SUBTYPE_SH5_103
550         bool "Support SH5-103 processor"
551         select CPU_SH5
552
553 endchoice
554
555 endif
556
557 source "arch/sh/mm/Kconfig"
558  
559 source "arch/sh/Kconfig.cpu"
560
561 source "arch/sh/boards/Kconfig"
562
563 menu "Timer and clock configuration"
564
565 config SH_TIMER_TMU
566         bool "TMU timer driver"
567         depends on SYS_SUPPORTS_TMU
568         default y
569         help
570           This enables the build of the TMU timer driver.
571
572 config SH_TIMER_CMT
573         bool "CMT timer driver"
574         depends on SYS_SUPPORTS_CMT
575         default y
576         help
577           This enables build of the CMT timer driver.
578
579 config SH_TIMER_MTU2
580         bool "MTU2 timer driver"
581         depends on SYS_SUPPORTS_MTU2
582         default y
583         help
584           This enables build of the MTU2 timer driver.
585
586 config SH_PCLK_FREQ
587         int "Peripheral clock frequency (in Hz)"
588         depends on SH_CLK_CPG_LEGACY
589         default "31250000" if CPU_SUBTYPE_SH7619
590         default "33333333" if CPU_SUBTYPE_SH7770 || \
591                               CPU_SUBTYPE_SH7760 || \
592                               CPU_SUBTYPE_SH7705 || \
593                               CPU_SUBTYPE_SH7203 || \
594                               CPU_SUBTYPE_SH7206 || \
595                               CPU_SUBTYPE_SH7263 || \
596                               CPU_SUBTYPE_MXG
597         default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
598         default "66000000" if CPU_SUBTYPE_SH4_202
599         default "50000000"
600         help
601           This option is used to specify the peripheral clock frequency.
602           This is necessary for determining the reference clock value on
603           platforms lacking an RTC.
604
605 config SH_CLK_CPG
606         def_bool y
607
608 config SH_CLK_CPG_LEGACY
609         depends on SH_CLK_CPG
610         def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \
611                       !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && \
612                       !CPU_SUBTYPE_SH7734 && !CPU_SUBTYPE_SH7264 && \
613                       !CPU_SUBTYPE_SH7269
614
615 endmenu
616
617 menu "CPU Frequency scaling"
618
619 source "drivers/cpufreq/Kconfig"
620
621 config SH_CPU_FREQ
622         tristate "SuperH CPU Frequency driver"
623         depends on CPU_FREQ
624         select CPU_FREQ_TABLE
625         help
626           This adds the cpufreq driver for SuperH. Any CPU that supports
627           clock rate rounding through the clock framework can use this
628           driver. While it will make the kernel slightly larger, this is
629           harmless for CPUs that don't support rate rounding. The driver
630           will also generate a notice in the boot log before disabling
631           itself if the CPU in question is not capable of rate rounding.
632
633           For details, take a look at <file:Documentation/cpu-freq>.
634
635           If unsure, say N.
636
637 endmenu
638
639 source "arch/sh/drivers/Kconfig"
640
641 endmenu
642
643 menu "Kernel features"
644
645 source kernel/Kconfig.hz
646
647 config KEXEC
648         bool "kexec system call (EXPERIMENTAL)"
649         depends on SUPERH32 && EXPERIMENTAL && MMU
650         help
651           kexec is a system call that implements the ability to shutdown your
652           current kernel, and to start another kernel.  It is like a reboot
653           but it is independent of the system firmware.  And like a reboot
654           you can start any kernel with it, not just Linux.
655
656           The name comes from the similarity to the exec system call.
657
658           It is an ongoing process to be certain the hardware in a machine
659           is properly shutdown, so do not be surprised if this code does not
660           initially work for you.  It may help to enable device hotplugging
661           support.  As of this writing the exact hardware interface is
662           strongly in flux, so no good recommendation can be made.
663
664 config CRASH_DUMP
665         bool "kernel crash dumps (EXPERIMENTAL)"
666         depends on SUPERH32 && EXPERIMENTAL && BROKEN_ON_SMP
667         help
668           Generate crash dump after being started by kexec.
669           This should be normally only set in special crash dump kernels
670           which are loaded in the main kernel with kexec-tools into
671           a specially reserved region and then later executed after
672           a crash by kdump/kexec. The crash dump kernel must be compiled
673           to a memory address not used by the main kernel using
674           PHYSICAL_START.
675
676           For more details see Documentation/kdump/kdump.txt
677
678 config KEXEC_JUMP
679         bool "kexec jump (EXPERIMENTAL)"
680         depends on SUPERH32 && KEXEC && HIBERNATION && EXPERIMENTAL
681         help
682           Jump between original kernel and kexeced kernel and invoke
683           code via KEXEC
684
685 config PHYSICAL_START
686         hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP)
687         default MEMORY_START
688         ---help---
689           This gives the physical address where the kernel is loaded
690           and is ordinarily the same as MEMORY_START.
691
692           Different values are primarily used in the case of kexec on panic
693           where the fail safe kernel needs to run at a different address
694           than the panic-ed kernel.
695
696 config SECCOMP
697         bool "Enable seccomp to safely compute untrusted bytecode"
698         depends on PROC_FS
699         help
700           This kernel feature is useful for number crunching applications
701           that may need to compute untrusted bytecode during their
702           execution. By using pipes or other transports made available to
703           the process as file descriptors supporting the read/write
704           syscalls, it's possible to isolate those applications in
705           their own address space using seccomp. Once seccomp is
706           enabled via prctl, it cannot be disabled and the task is only
707           allowed to execute a few safe syscalls defined by each seccomp
708           mode.
709
710           If unsure, say N.
711
712 config CC_STACKPROTECTOR
713         bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
714         depends on SUPERH32 && EXPERIMENTAL
715         help
716           This option turns on the -fstack-protector GCC feature. This
717           feature puts, at the beginning of functions, a canary value on
718           the stack just before the return address, and validates
719           the value just before actually returning.  Stack based buffer
720           overflows (that need to overwrite this return address) now also
721           overwrite the canary, which gets detected and the attack is then
722           neutralized via a kernel panic.
723
724           This feature requires gcc version 4.2 or above.
725
726 config SMP
727         bool "Symmetric multi-processing support"
728         depends on SYS_SUPPORTS_SMP
729         select USE_GENERIC_SMP_HELPERS
730         ---help---
731           This enables support for systems with more than one CPU. If you have
732           a system with only one CPU, like most personal computers, say N. If
733           you have a system with more than one CPU, say Y.
734
735           If you say N here, the kernel will run on single and multiprocessor
736           machines, but will use only one CPU of a multiprocessor machine. If
737           you say Y here, the kernel will run on many, but not all,
738           singleprocessor machines. On a singleprocessor machine, the kernel
739           will run faster if you say N here.
740
741           People using multiprocessor machines who say Y here should also say
742           Y to "Enhanced Real Time Clock Support", below.
743
744           See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
745           available at <http://www.tldp.org/docs.html#howto>.
746
747           If you don't know what to do here, say N.
748
749 config NR_CPUS
750         int "Maximum number of CPUs (2-32)"
751         range 2 32
752         depends on SMP
753         default "4" if CPU_SUBTYPE_SHX3
754         default "2"
755         help
756           This allows you to specify the maximum number of CPUs which this
757           kernel will support.  The maximum supported value is 32 and the
758           minimum value which makes sense is 2.
759
760           This is purely to save memory - each supported CPU adds
761           approximately eight kilobytes to the kernel image.
762
763 config HOTPLUG_CPU
764         bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
765         depends on SMP && HOTPLUG && EXPERIMENTAL
766         help
767           Say Y here to experiment with turning CPUs off and on.  CPUs
768           can be controlled through /sys/devices/system/cpu.
769
770 source "kernel/Kconfig.preempt"
771
772 config GUSA
773         def_bool y
774         depends on !SMP && SUPERH32
775         help
776           This enables support for gUSA (general UserSpace Atomicity).
777           This is the default implementation for both UP and non-ll/sc
778           CPUs, and is used by the libc, amongst others.
779
780           For additional information, design information can be found 
781           in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
782
783           This should only be disabled for special cases where alternate
784           atomicity implementations exist.
785
786 config GUSA_RB
787         bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
788         depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
789         help
790           Enabling this option will allow the kernel to implement some
791           atomic operations using a software implementation of load-locked/
792           store-conditional (LLSC). On machines which do not have hardware
793           LLSC, this should be more efficient than the other alternative of
794           disabling interrupts around the atomic sequence.
795
796 config HW_PERF_EVENTS
797         bool "Enable hardware performance counter support for perf events"
798         depends on PERF_EVENTS && CPU_HAS_PMU
799         default y
800         help
801           Enable hardware performance counter support for perf events. If
802           disabled, perf events will use software events only.
803
804 source "drivers/sh/Kconfig"
805
806 endmenu
807
808 menu "Boot options"
809
810 config ZERO_PAGE_OFFSET
811         hex
812         default "0x00010000" if PAGE_SIZE_64KB || SH_RTS7751R2D || \
813                                 SH_7751_SOLUTION_ENGINE
814         default "0x00004000" if PAGE_SIZE_16KB || SH_SH03
815         default "0x00002000" if PAGE_SIZE_8KB
816         default "0x00001000"
817         help
818           This sets the default offset of zero page.
819
820 config BOOT_LINK_OFFSET
821         hex
822         default "0x00210000" if SH_SHMIN
823         default "0x00400000" if SH_CAYMAN
824         default "0x00810000" if SH_7780_SOLUTION_ENGINE
825         default "0x009e0000" if SH_TITAN
826         default "0x01800000" if SH_SDK7780
827         default "0x02000000" if SH_EDOSK7760
828         default "0x00800000"
829         help
830           This option allows you to set the link address offset of the zImage.
831           This can be useful if you are on a board which has a small amount of
832           memory.
833
834 config ENTRY_OFFSET
835         hex
836         default "0x00001000" if PAGE_SIZE_4KB
837         default "0x00002000" if PAGE_SIZE_8KB
838         default "0x00004000" if PAGE_SIZE_16KB
839         default "0x00010000" if PAGE_SIZE_64KB
840         default "0x00000000"
841
842 config ROMIMAGE_MMCIF
843         bool "Include MMCIF loader in romImage (EXPERIMENTAL)"
844         depends on CPU_SUBTYPE_SH7724 && EXPERIMENTAL
845         help
846           Say Y here to include experimental MMCIF loading code in
847           romImage. With this enabled it is possible to write the romImage
848           kernel image to an MMC card and boot the kernel straight from
849           the reset vector. At reset the processor Mask ROM will load the
850           first part of the romImage which in turn loads the rest the kernel
851           image to RAM using the MMCIF hardware block.
852
853 choice
854         prompt "Kernel command line"
855         optional
856         default CMDLINE_OVERWRITE
857         help
858           Setting this option allows the kernel command line arguments
859           to be set.
860
861 config CMDLINE_OVERWRITE
862         bool "Overwrite bootloader kernel arguments"
863         help
864           Given string will overwrite any arguments passed in by
865           a bootloader.
866
867 config CMDLINE_EXTEND
868         bool "Extend bootloader kernel arguments"
869         help
870           Given string will be concatenated with arguments passed in
871           by a bootloader.
872
873 endchoice
874
875 config CMDLINE
876         string "Kernel command line arguments string"
877         depends on CMDLINE_OVERWRITE || CMDLINE_EXTEND
878         default "console=ttySC1,115200"
879
880 endmenu
881
882 menu "Bus options"
883
884 config SUPERHYWAY
885         tristate "SuperHyway Bus support"
886         depends on CPU_SUBTYPE_SH4_202
887
888 config MAPLE
889         bool "Maple Bus support"
890         depends on SH_DREAMCAST
891         help
892          The Maple Bus is SEGA's serial communication bus for peripherals
893          on the Dreamcast. Without this bus support you won't be able to
894          get your Dreamcast keyboard etc to work, so most users
895          probably want to say 'Y' here, unless you are only using the
896          Dreamcast with a serial line terminal or a remote network
897          connection.
898
899 config PCI
900         bool "PCI support"
901         depends on SYS_SUPPORTS_PCI
902         select PCI_DOMAINS
903         select GENERIC_PCI_IOMAP
904         select NO_GENERIC_PCI_IOPORT_MAP
905         help
906           Find out whether you have a PCI motherboard. PCI is the name of a
907           bus system, i.e. the way the CPU talks to the other stuff inside
908           your box. If you have PCI, say Y, otherwise N.
909
910 config PCI_DOMAINS
911         bool
912
913 source "drivers/pci/pcie/Kconfig"
914
915 source "drivers/pci/Kconfig"
916
917 source "drivers/pcmcia/Kconfig"
918
919 source "drivers/pci/hotplug/Kconfig"
920
921 endmenu
922
923 menu "Executable file formats"
924
925 source "fs/Kconfig.binfmt"
926
927 endmenu
928
929 menu "Power management options (EXPERIMENTAL)"
930 depends on EXPERIMENTAL
931
932 source "kernel/power/Kconfig"
933
934 source "drivers/cpuidle/Kconfig"
935
936 endmenu
937
938 source "net/Kconfig"
939
940 source "drivers/Kconfig"
941
942 source "fs/Kconfig"
943
944 source "arch/sh/Kconfig.debug"
945
946 source "security/Kconfig"
947
948 source "crypto/Kconfig"
949
950 source "lib/Kconfig"