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