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