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