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