sh64: Ensure KALLSYMS is enabled for unwinder use.
[firefly-linux-kernel-4.4.55.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 ARCH_HAVE_NMI_SAFE_CMPXCHG if (GUSA_RB || CPU_SH4A)
17         select PERF_USE_VMALLOC
18         select HAVE_KERNEL_GZIP
19         select HAVE_KERNEL_BZIP2
20         select HAVE_KERNEL_LZMA
21         select HAVE_KERNEL_XZ
22         select HAVE_KERNEL_LZO
23         select HAVE_SYSCALL_TRACEPOINTS
24         select HAVE_REGS_AND_STACK_ACCESS_API
25         select HAVE_GENERIC_HARDIRQS
26         select MAY_HAVE_SPARSE_IRQ
27         select IRQ_FORCED_THREADING
28         select RTC_LIB
29         select GENERIC_ATOMIC64
30         select GENERIC_IRQ_SHOW
31         select GENERIC_SMP_IDLE_THREAD
32         help
33           The SuperH is a RISC processor targeted for use in embedded systems
34           and consumer electronics; it was also used in the Sega Dreamcast
35           gaming console.  The SuperH port has a home page at
36           <http://www.linux-sh.org/>.
37
38 config SUPERH32
39         def_bool ARCH = "sh"
40         select HAVE_KPROBES
41         select HAVE_KRETPROBES
42         select HAVE_IOREMAP_PROT if MMU && !X2TLB
43         select HAVE_FUNCTION_TRACER
44         select HAVE_FTRACE_MCOUNT_RECORD
45         select HAVE_DYNAMIC_FTRACE
46         select HAVE_FUNCTION_TRACE_MCOUNT_TEST
47         select HAVE_FTRACE_NMI_ENTER if DYNAMIC_FTRACE
48         select HAVE_FUNCTION_GRAPH_TRACER
49         select HAVE_ARCH_KGDB
50         select HAVE_HW_BREAKPOINT
51         select HAVE_MIXED_BREAKPOINTS_REGS
52         select PERF_EVENTS
53         select ARCH_HIBERNATION_POSSIBLE if MMU
54         select SPARSE_IRQ
55
56 config SUPERH64
57         def_bool ARCH = "sh64"
58         select KALLSYMS
59
60 config ARCH_DEFCONFIG
61         string
62         default "arch/sh/configs/shx3_defconfig" if SUPERH32
63         default "arch/sh/configs/cayman_defconfig" if SUPERH64
64
65 config RWSEM_GENERIC_SPINLOCK
66         def_bool y
67
68 config RWSEM_XCHGADD_ALGORITHM
69         bool
70
71 config GENERIC_BUG
72         def_bool y
73         depends on BUG && SUPERH32
74
75 config GENERIC_CSUM
76         def_bool y
77         depends on SUPERH64
78
79 config GENERIC_HWEIGHT
80         def_bool y
81
82 config IRQ_PER_CPU
83         def_bool y
84
85 config GENERIC_GPIO
86         def_bool n
87
88 config GENERIC_CALIBRATE_DELAY
89         bool
90
91 config GENERIC_CLOCKEVENTS
92         def_bool y
93
94 config GENERIC_CLOCKEVENTS_BROADCAST
95         bool
96
97 config GENERIC_CMOS_UPDATE
98         def_bool y
99         depends on SH_SH03 || SH_DREAMCAST
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 source "kernel/time/Kconfig"
616
617 endmenu
618
619 menu "CPU Frequency scaling"
620
621 source "drivers/cpufreq/Kconfig"
622
623 config SH_CPU_FREQ
624         tristate "SuperH CPU Frequency driver"
625         depends on CPU_FREQ
626         select CPU_FREQ_TABLE
627         help
628           This adds the cpufreq driver for SuperH. Any CPU that supports
629           clock rate rounding through the clock framework can use this
630           driver. While it will make the kernel slightly larger, this is
631           harmless for CPUs that don't support rate rounding. The driver
632           will also generate a notice in the boot log before disabling
633           itself if the CPU in question is not capable of rate rounding.
634
635           For details, take a look at <file:Documentation/cpu-freq>.
636
637           If unsure, say N.
638
639 endmenu
640
641 source "arch/sh/drivers/Kconfig"
642
643 endmenu
644
645 menu "Kernel features"
646
647 source kernel/Kconfig.hz
648
649 config KEXEC
650         bool "kexec system call (EXPERIMENTAL)"
651         depends on SUPERH32 && EXPERIMENTAL && MMU
652         help
653           kexec is a system call that implements the ability to shutdown your
654           current kernel, and to start another kernel.  It is like a reboot
655           but it is independent of the system firmware.  And like a reboot
656           you can start any kernel with it, not just Linux.
657
658           The name comes from the similarity to the exec system call.
659
660           It is an ongoing process to be certain the hardware in a machine
661           is properly shutdown, so do not be surprised if this code does not
662           initially work for you.  It may help to enable device hotplugging
663           support.  As of this writing the exact hardware interface is
664           strongly in flux, so no good recommendation can be made.
665
666 config CRASH_DUMP
667         bool "kernel crash dumps (EXPERIMENTAL)"
668         depends on SUPERH32 && EXPERIMENTAL && BROKEN_ON_SMP
669         help
670           Generate crash dump after being started by kexec.
671           This should be normally only set in special crash dump kernels
672           which are loaded in the main kernel with kexec-tools into
673           a specially reserved region and then later executed after
674           a crash by kdump/kexec. The crash dump kernel must be compiled
675           to a memory address not used by the main kernel using
676           PHYSICAL_START.
677
678           For more details see Documentation/kdump/kdump.txt
679
680 config KEXEC_JUMP
681         bool "kexec jump (EXPERIMENTAL)"
682         depends on SUPERH32 && KEXEC && HIBERNATION && EXPERIMENTAL
683         help
684           Jump between original kernel and kexeced kernel and invoke
685           code via KEXEC
686
687 config PHYSICAL_START
688         hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP)
689         default MEMORY_START
690         ---help---
691           This gives the physical address where the kernel is loaded
692           and is ordinarily the same as MEMORY_START.
693
694           Different values are primarily used in the case of kexec on panic
695           where the fail safe kernel needs to run at a different address
696           than the panic-ed kernel.
697
698 config SECCOMP
699         bool "Enable seccomp to safely compute untrusted bytecode"
700         depends on PROC_FS
701         help
702           This kernel feature is useful for number crunching applications
703           that may need to compute untrusted bytecode during their
704           execution. By using pipes or other transports made available to
705           the process as file descriptors supporting the read/write
706           syscalls, it's possible to isolate those applications in
707           their own address space using seccomp. Once seccomp is
708           enabled via prctl, it cannot be disabled and the task is only
709           allowed to execute a few safe syscalls defined by each seccomp
710           mode.
711
712           If unsure, say N.
713
714 config CC_STACKPROTECTOR
715         bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
716         depends on SUPERH32 && EXPERIMENTAL
717         help
718           This option turns on the -fstack-protector GCC feature. This
719           feature puts, at the beginning of functions, a canary value on
720           the stack just before the return address, and validates
721           the value just before actually returning.  Stack based buffer
722           overflows (that need to overwrite this return address) now also
723           overwrite the canary, which gets detected and the attack is then
724           neutralized via a kernel panic.
725
726           This feature requires gcc version 4.2 or above.
727
728 config SMP
729         bool "Symmetric multi-processing support"
730         depends on SYS_SUPPORTS_SMP
731         select USE_GENERIC_SMP_HELPERS
732         ---help---
733           This enables support for systems with more than one CPU. If you have
734           a system with only one CPU, like most personal computers, say N. If
735           you have a system with more than one CPU, say Y.
736
737           If you say N here, the kernel will run on single and multiprocessor
738           machines, but will use only one CPU of a multiprocessor machine. If
739           you say Y here, the kernel will run on many, but not all,
740           singleprocessor machines. On a singleprocessor machine, the kernel
741           will run faster if you say N here.
742
743           People using multiprocessor machines who say Y here should also say
744           Y to "Enhanced Real Time Clock Support", below.
745
746           See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
747           available at <http://www.tldp.org/docs.html#howto>.
748
749           If you don't know what to do here, say N.
750
751 config NR_CPUS
752         int "Maximum number of CPUs (2-32)"
753         range 2 32
754         depends on SMP
755         default "4" if CPU_SUBTYPE_SHX3
756         default "2"
757         help
758           This allows you to specify the maximum number of CPUs which this
759           kernel will support.  The maximum supported value is 32 and the
760           minimum value which makes sense is 2.
761
762           This is purely to save memory - each supported CPU adds
763           approximately eight kilobytes to the kernel image.
764
765 config HOTPLUG_CPU
766         bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
767         depends on SMP && HOTPLUG && EXPERIMENTAL
768         help
769           Say Y here to experiment with turning CPUs off and on.  CPUs
770           can be controlled through /sys/devices/system/cpu.
771
772 source "kernel/Kconfig.preempt"
773
774 config GUSA
775         def_bool y
776         depends on !SMP && SUPERH32
777         help
778           This enables support for gUSA (general UserSpace Atomicity).
779           This is the default implementation for both UP and non-ll/sc
780           CPUs, and is used by the libc, amongst others.
781
782           For additional information, design information can be found 
783           in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
784
785           This should only be disabled for special cases where alternate
786           atomicity implementations exist.
787
788 config GUSA_RB
789         bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
790         depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
791         help
792           Enabling this option will allow the kernel to implement some
793           atomic operations using a software implementation of load-locked/
794           store-conditional (LLSC). On machines which do not have hardware
795           LLSC, this should be more efficient than the other alternative of
796           disabling interrupts around the atomic sequence.
797
798 config HW_PERF_EVENTS
799         bool "Enable hardware performance counter support for perf events"
800         depends on PERF_EVENTS && CPU_HAS_PMU
801         default y
802         help
803           Enable hardware performance counter support for perf events. If
804           disabled, perf events will use software events only.
805
806 source "drivers/sh/Kconfig"
807
808 endmenu
809
810 menu "Boot options"
811
812 config ZERO_PAGE_OFFSET
813         hex
814         default "0x00010000" if PAGE_SIZE_64KB || SH_RTS7751R2D || \
815                                 SH_7751_SOLUTION_ENGINE
816         default "0x00004000" if PAGE_SIZE_16KB || SH_SH03
817         default "0x00002000" if PAGE_SIZE_8KB
818         default "0x00001000"
819         help
820           This sets the default offset of zero page.
821
822 config BOOT_LINK_OFFSET
823         hex
824         default "0x00210000" if SH_SHMIN
825         default "0x00400000" if SH_CAYMAN
826         default "0x00810000" if SH_7780_SOLUTION_ENGINE
827         default "0x009e0000" if SH_TITAN
828         default "0x01800000" if SH_SDK7780
829         default "0x02000000" if SH_EDOSK7760
830         default "0x00800000"
831         help
832           This option allows you to set the link address offset of the zImage.
833           This can be useful if you are on a board which has a small amount of
834           memory.
835
836 config ENTRY_OFFSET
837         hex
838         default "0x00001000" if PAGE_SIZE_4KB
839         default "0x00002000" if PAGE_SIZE_8KB
840         default "0x00004000" if PAGE_SIZE_16KB
841         default "0x00010000" if PAGE_SIZE_64KB
842         default "0x00000000"
843
844 config ROMIMAGE_MMCIF
845         bool "Include MMCIF loader in romImage (EXPERIMENTAL)"
846         depends on CPU_SUBTYPE_SH7724 && EXPERIMENTAL
847         help
848           Say Y here to include experimental MMCIF loading code in
849           romImage. With this enabled it is possible to write the romImage
850           kernel image to an MMC card and boot the kernel straight from
851           the reset vector. At reset the processor Mask ROM will load the
852           first part of the romImage which in turn loads the rest the kernel
853           image to RAM using the MMCIF hardware block.
854
855 choice
856         prompt "Kernel command line"
857         optional
858         default CMDLINE_OVERWRITE
859         help
860           Setting this option allows the kernel command line arguments
861           to be set.
862
863 config CMDLINE_OVERWRITE
864         bool "Overwrite bootloader kernel arguments"
865         help
866           Given string will overwrite any arguments passed in by
867           a bootloader.
868
869 config CMDLINE_EXTEND
870         bool "Extend bootloader kernel arguments"
871         help
872           Given string will be concatenated with arguments passed in
873           by a bootloader.
874
875 endchoice
876
877 config CMDLINE
878         string "Kernel command line arguments string"
879         depends on CMDLINE_OVERWRITE || CMDLINE_EXTEND
880         default "console=ttySC1,115200"
881
882 endmenu
883
884 menu "Bus options"
885
886 config SUPERHYWAY
887         tristate "SuperHyway Bus support"
888         depends on CPU_SUBTYPE_SH4_202
889
890 config MAPLE
891         bool "Maple Bus support"
892         depends on SH_DREAMCAST
893         help
894          The Maple Bus is SEGA's serial communication bus for peripherals
895          on the Dreamcast. Without this bus support you won't be able to
896          get your Dreamcast keyboard etc to work, so most users
897          probably want to say 'Y' here, unless you are only using the
898          Dreamcast with a serial line terminal or a remote network
899          connection.
900
901 config PCI
902         bool "PCI support"
903         depends on SYS_SUPPORTS_PCI
904         select PCI_DOMAINS
905         select GENERIC_PCI_IOMAP
906         select NO_GENERIC_PCI_IOPORT_MAP
907         help
908           Find out whether you have a PCI motherboard. PCI is the name of a
909           bus system, i.e. the way the CPU talks to the other stuff inside
910           your box. If you have PCI, say Y, otherwise N.
911
912 config PCI_DOMAINS
913         bool
914
915 source "drivers/pci/pcie/Kconfig"
916
917 source "drivers/pci/Kconfig"
918
919 source "drivers/pcmcia/Kconfig"
920
921 source "drivers/pci/hotplug/Kconfig"
922
923 endmenu
924
925 menu "Executable file formats"
926
927 source "fs/Kconfig.binfmt"
928
929 endmenu
930
931 menu "Power management options (EXPERIMENTAL)"
932 depends on EXPERIMENTAL
933
934 source "kernel/power/Kconfig"
935
936 source "drivers/cpuidle/Kconfig"
937
938 endmenu
939
940 source "net/Kconfig"
941
942 source "drivers/Kconfig"
943
944 source "fs/Kconfig"
945
946 source "arch/sh/Kconfig.debug"
947
948 source "security/Kconfig"
949
950 source "crypto/Kconfig"
951
952 source "lib/Kconfig"