sh: CMT platform data for sh7720/sh7721
[safe/jmp/linux-2.6] / arch / sh / Kconfig
1 #
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
4 #
5
6 mainmenu "Linux/SuperH Kernel Configuration"
7
8 config SUPERH
9         def_bool y
10         select EMBEDDED
11         select HAVE_CLK
12         select HAVE_IDE
13         select HAVE_OPROFILE
14         select HAVE_GENERIC_DMA_COHERENT
15         select HAVE_IOREMAP_PROT if MMU
16         select HAVE_ARCH_TRACEHOOK
17         select HAVE_DMA_API_DEBUG
18         select RTC_LIB
19         help
20           The SuperH is a RISC processor targeted for use in embedded systems
21           and consumer electronics; it was also used in the Sega Dreamcast
22           gaming console.  The SuperH port has a home page at
23           <http://www.linux-sh.org/>.
24
25 config SUPERH32
26         def_bool ARCH = "sh"
27         select HAVE_KPROBES
28         select HAVE_KRETPROBES
29         select HAVE_FUNCTION_TRACER
30         select HAVE_FTRACE_MCOUNT_RECORD
31         select HAVE_DYNAMIC_FTRACE
32         select HAVE_ARCH_KGDB
33         select ARCH_HIBERNATION_POSSIBLE if MMU
34
35 config SUPERH64
36         def_bool ARCH = "sh64"
37
38 config ARCH_DEFCONFIG
39         string
40         default "arch/sh/configs/shx3_defconfig" if SUPERH32
41         default "arch/sh/configs/cayman_defconfig" if SUPERH64
42
43 config RWSEM_GENERIC_SPINLOCK
44         def_bool y
45
46 config RWSEM_XCHGADD_ALGORITHM
47         bool
48
49 config GENERIC_BUG
50         def_bool y
51         depends on BUG && SUPERH32
52
53 config GENERIC_FIND_NEXT_BIT
54         def_bool y
55
56 config GENERIC_HWEIGHT
57         def_bool y
58
59 config GENERIC_HARDIRQS
60         def_bool y
61
62 config GENERIC_HARDIRQS_NO__DO_IRQ
63         def_bool y
64
65 config GENERIC_IRQ_PROBE
66         def_bool y
67
68 config GENERIC_GPIO
69         def_bool n
70
71 config GENERIC_CALIBRATE_DELAY
72         bool
73
74 config GENERIC_IOMAP
75         bool
76
77 config GENERIC_TIME
78         def_bool y
79
80 config GENERIC_CLOCKEVENTS
81         def_bool y
82
83 config GENERIC_CLOCKEVENTS_BROADCAST
84         bool
85
86 config GENERIC_CMOS_UPDATE
87         def_bool y
88         depends on SH_SH03 || SH_DREAMCAST
89
90 config GENERIC_LOCKBREAK
91         def_bool y
92         depends on SMP && PREEMPT
93
94 config SYS_SUPPORTS_PM
95         bool
96         depends on !SMP
97
98 config ARCH_SUSPEND_POSSIBLE
99         def_bool n
100
101 config ARCH_HIBERNATION_POSSIBLE
102         def_bool n
103
104 config SYS_SUPPORTS_APM_EMULATION
105         bool
106         select ARCH_SUSPEND_POSSIBLE
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         depends on !SMP
135
136 config ARCH_HAS_ILOG2_U32
137         def_bool n
138
139 config ARCH_HAS_ILOG2_U64
140         def_bool n
141
142 config ARCH_NO_VIRT_TO_BUS
143         def_bool y
144
145 config ARCH_HAS_DEFAULT_IDLE
146         def_bool y
147
148 config IO_TRAPPED
149         bool
150
151 source "init/Kconfig"
152
153 source "kernel/Kconfig.freezer"
154
155 menu "System type"
156
157 #
158 # Processor families
159 #
160 config CPU_SH2
161         bool
162
163 config CPU_SH2A
164         bool
165         select CPU_SH2
166
167 config CPU_SH3
168         bool
169         select CPU_HAS_INTEVT
170         select CPU_HAS_SR_RB
171         select SYS_SUPPORTS_TMU
172
173 config CPU_SH4
174         bool
175         select CPU_HAS_INTEVT
176         select CPU_HAS_SR_RB
177         select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2
178         select CPU_HAS_FPU if !CPU_SH4AL_DSP
179         select SYS_SUPPORTS_TMU
180
181 config CPU_SH4A
182         bool
183         select CPU_SH4
184
185 config CPU_SH4AL_DSP
186         bool
187         select CPU_SH4A
188         select CPU_HAS_DSP
189
190 config CPU_SH5
191         bool
192         select CPU_HAS_FPU
193         select SYS_SUPPORTS_TMU
194
195 config CPU_SHX2
196         bool
197
198 config CPU_SHX3
199         bool
200
201 config ARCH_SHMOBILE
202         bool
203         select ARCH_SUSPEND_POSSIBLE
204
205 if SUPERH32
206
207 choice
208         prompt "Processor sub-type selection"
209
210 #
211 # Processor subtypes
212 #
213
214 # SH-2 Processor Support
215
216 config CPU_SUBTYPE_SH7619
217         bool "Support SH7619 processor"
218         select CPU_SH2
219         select SYS_SUPPORTS_CMT
220
221 # SH-2A Processor Support
222
223 config CPU_SUBTYPE_SH7201
224         bool "Support SH7201 processor"
225         select CPU_SH2A
226         select CPU_HAS_FPU
227         select SYS_SUPPORTS_MTU2
228  
229 config CPU_SUBTYPE_SH7203
230         bool "Support SH7203 processor"
231         select CPU_SH2A
232         select CPU_HAS_FPU
233         select SYS_SUPPORTS_CMT
234         select SYS_SUPPORTS_MTU2
235
236 config CPU_SUBTYPE_SH7206
237         bool "Support SH7206 processor"
238         select CPU_SH2A
239         select SYS_SUPPORTS_CMT
240         select SYS_SUPPORTS_MTU2
241
242 config CPU_SUBTYPE_SH7263
243         bool "Support SH7263 processor"
244         select CPU_SH2A
245         select CPU_HAS_FPU
246         select SYS_SUPPORTS_CMT
247         select SYS_SUPPORTS_MTU2
248
249 config CPU_SUBTYPE_MXG
250         bool "Support MX-G processor"
251         select CPU_SH2A
252         select SYS_SUPPORTS_MTU2
253         help
254           Select MX-G if running on an R8A03022BG part.
255
256 # SH-3 Processor Support
257
258 config CPU_SUBTYPE_SH7705
259         bool "Support SH7705 processor"
260         select CPU_SH3
261
262 config CPU_SUBTYPE_SH7706
263         bool "Support SH7706 processor"
264         select CPU_SH3
265         help
266           Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
267
268 config CPU_SUBTYPE_SH7707
269         bool "Support SH7707 processor"
270         select CPU_SH3
271         help
272           Select SH7707 if you have a  60 Mhz SH-3 HD6417707 CPU.
273
274 config CPU_SUBTYPE_SH7708
275         bool "Support SH7708 processor"
276         select CPU_SH3
277         help
278           Select SH7708 if you have a  60 Mhz SH-3 HD6417708S or
279           if you have a 100 Mhz SH-3 HD6417708R CPU.
280
281 config CPU_SUBTYPE_SH7709
282         bool "Support SH7709 processor"
283         select CPU_SH3
284         help
285           Select SH7709 if you have a  80 Mhz SH-3 HD6417709 CPU.
286
287 config CPU_SUBTYPE_SH7710
288         bool "Support SH7710 processor"
289         select CPU_SH3
290         select CPU_HAS_DSP
291         help
292           Select SH7710 if you have a SH3-DSP SH7710 CPU.
293
294 config CPU_SUBTYPE_SH7712
295         bool "Support SH7712 processor"
296         select CPU_SH3
297         select CPU_HAS_DSP
298         help
299           Select SH7712 if you have a SH3-DSP SH7712 CPU.
300
301 config CPU_SUBTYPE_SH7720
302         bool "Support SH7720 processor"
303         select CPU_SH3
304         select CPU_HAS_DSP
305         select SYS_SUPPORTS_CMT
306         help
307           Select SH7720 if you have a SH3-DSP SH7720 CPU.
308
309 config CPU_SUBTYPE_SH7721
310         bool "Support SH7721 processor"
311         select CPU_SH3
312         select CPU_HAS_DSP
313         select SYS_SUPPORTS_CMT
314         help
315           Select SH7721 if you have a SH3-DSP SH7721 CPU.
316
317 # SH-4 Processor Support
318
319 config CPU_SUBTYPE_SH7750
320         bool "Support SH7750 processor"
321         select CPU_SH4
322         help
323           Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
324
325 config CPU_SUBTYPE_SH7091
326         bool "Support SH7091 processor"
327         select CPU_SH4
328         help
329           Select SH7091 if you have an SH-4 based Sega device (such as
330           the Dreamcast, Naomi, and Naomi 2).
331
332 config CPU_SUBTYPE_SH7750R
333         bool "Support SH7750R processor"
334         select CPU_SH4
335
336 config CPU_SUBTYPE_SH7750S
337         bool "Support SH7750S processor"
338         select CPU_SH4
339
340 config CPU_SUBTYPE_SH7751
341         bool "Support SH7751 processor"
342         select CPU_SH4
343         help
344           Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
345           or if you have a HD6417751R CPU.
346
347 config CPU_SUBTYPE_SH7751R
348         bool "Support SH7751R processor"
349         select CPU_SH4
350
351 config CPU_SUBTYPE_SH7760
352         bool "Support SH7760 processor"
353         select CPU_SH4
354
355 config CPU_SUBTYPE_SH4_202
356         bool "Support SH4-202 processor"
357         select CPU_SH4
358
359 # SH-4A Processor Support
360
361 config CPU_SUBTYPE_SH7723
362         bool "Support SH7723 processor"
363         select CPU_SH4A
364         select CPU_SHX2
365         select ARCH_SHMOBILE
366         select ARCH_SPARSEMEM_ENABLE
367         select SYS_SUPPORTS_CMT
368         help
369           Select SH7723 if you have an SH-MobileR2 CPU.
370
371 config CPU_SUBTYPE_SH7724
372         bool "Support SH7724 processor"
373         select CPU_SH4A
374         select CPU_SHX2
375         select ARCH_SHMOBILE
376         select ARCH_SPARSEMEM_ENABLE
377         select SYS_SUPPORTS_CMT
378         help
379           Select SH7724 if you have an SH-MobileR2R CPU.
380
381 config CPU_SUBTYPE_SH7763
382         bool "Support SH7763 processor"
383         select CPU_SH4A
384         help
385           Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
386
387 config CPU_SUBTYPE_SH7770
388         bool "Support SH7770 processor"
389         select CPU_SH4A
390
391 config CPU_SUBTYPE_SH7780
392         bool "Support SH7780 processor"
393         select CPU_SH4A
394
395 config CPU_SUBTYPE_SH7785
396         bool "Support SH7785 processor"
397         select CPU_SH4A
398         select CPU_SHX2
399         select ARCH_SPARSEMEM_ENABLE
400         select SYS_SUPPORTS_NUMA
401
402 config CPU_SUBTYPE_SH7786
403         bool "Support SH7786 processor"
404         select CPU_SH4A
405         select CPU_SHX3
406         select CPU_HAS_PTEAEX
407         select ARCH_SPARSEMEM_ENABLE
408         select SYS_SUPPORTS_NUMA
409
410 config CPU_SUBTYPE_SHX3
411         bool "Support SH-X3 processor"
412         select CPU_SH4A
413         select CPU_SHX3
414         select ARCH_SPARSEMEM_ENABLE
415         select SYS_SUPPORTS_NUMA
416         select SYS_SUPPORTS_SMP
417         select GENERIC_CLOCKEVENTS_BROADCAST if SMP
418
419 # SH4AL-DSP Processor Support
420
421 config CPU_SUBTYPE_SH7343
422         bool "Support SH7343 processor"
423         select CPU_SH4AL_DSP
424         select ARCH_SHMOBILE
425         select SYS_SUPPORTS_CMT
426
427 config CPU_SUBTYPE_SH7722
428         bool "Support SH7722 processor"
429         select CPU_SH4AL_DSP
430         select CPU_SHX2
431         select ARCH_SHMOBILE
432         select ARCH_SPARSEMEM_ENABLE
433         select SYS_SUPPORTS_NUMA
434         select SYS_SUPPORTS_CMT
435
436 config CPU_SUBTYPE_SH7366
437         bool "Support SH7366 processor"
438         select CPU_SH4AL_DSP
439         select CPU_SHX2
440         select ARCH_SHMOBILE
441         select ARCH_SPARSEMEM_ENABLE
442         select SYS_SUPPORTS_NUMA
443         select SYS_SUPPORTS_CMT
444
445 endchoice
446
447 endif
448
449 if SUPERH64
450
451 choice
452         prompt "Processor sub-type selection"
453
454 # SH-5 Processor Support
455
456 config CPU_SUBTYPE_SH5_101
457         bool "Support SH5-101 processor"
458         select CPU_SH5
459
460 config CPU_SUBTYPE_SH5_103
461         bool "Support SH5-103 processor"
462         select CPU_SH5
463
464 endchoice
465
466 endif
467
468 source "arch/sh/mm/Kconfig"
469  
470 source "arch/sh/Kconfig.cpu"
471
472 source "arch/sh/boards/Kconfig"
473
474 menu "Timer and clock configuration"
475
476 config SH_TMU
477         bool "TMU timer support"
478         depends on CPU_SH3 || CPU_SH4
479         default y
480         help
481           This enables the use of the TMU as the system timer.
482
483 config SH_TIMER_TMU
484         bool "TMU timer driver"
485         depends on !SH_TMU && SYS_SUPPORTS_TMU
486         default y
487         help
488           This enables the build of the TMU timer driver.
489
490 config SH_TIMER_CMT
491         bool "CMT timer driver"
492         depends on SYS_SUPPORTS_CMT
493         default y
494         help
495           This enables build of the CMT timer driver.
496
497 config SH_TIMER_MTU2
498         bool "MTU2 timer driver"
499         depends on SYS_SUPPORTS_MTU2
500         default y
501         help
502           This enables build of the MTU2 timer driver.
503
504 config SH_TIMER_IRQ
505         int
506         default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \
507                         CPU_SUBTYPE_SH7763
508         default "86" if CPU_SUBTYPE_SH7619
509         default "140" if CPU_SUBTYPE_SH7206
510         default "142" if CPU_SUBTYPE_SH7203 && SH_CMT
511         default "153" if CPU_SUBTYPE_SH7203 && SH_MTU2
512         default "238" if CPU_SUBTYPE_MXG
513         default "16"
514
515 config SH_PCLK_FREQ
516         int "Peripheral clock frequency (in Hz)"
517         default "27000000" if CPU_SUBTYPE_SH7343
518         default "31250000" if CPU_SUBTYPE_SH7619
519         default "32000000" if CPU_SUBTYPE_SH7722
520         default "33333333" if CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7723 || \
521                               CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
522                               CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \
523                               CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG    || \
524                               CPU_SUBTYPE_SH7786
525         default "41666666" if CPU_SUBTYPE_SH7724
526         default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
527         default "66000000" if CPU_SUBTYPE_SH4_202
528         default "50000000"
529         help
530           This option is used to specify the peripheral clock frequency.
531           This is necessary for determining the reference clock value on
532           platforms lacking an RTC.
533
534 config SH_CLK_MD
535         int "CPU Mode Pin Setting"
536         depends on CPU_SH2
537         default 6 if CPU_SUBTYPE_SH7206
538         default 5 if CPU_SUBTYPE_SH7619
539         default 0
540         help
541           MD2 - MD0 pin setting.
542
543 source "kernel/time/Kconfig"
544
545 endmenu
546
547 menu "CPU Frequency scaling"
548
549 source "drivers/cpufreq/Kconfig"
550
551 config SH_CPU_FREQ
552         tristate "SuperH CPU Frequency driver"
553         depends on CPU_FREQ
554         select CPU_FREQ_TABLE
555         help
556           This adds the cpufreq driver for SuperH. Any CPU that supports
557           clock rate rounding through the clock framework can use this
558           driver. While it will make the kernel slightly larger, this is
559           harmless for CPUs that don't support rate rounding. The driver
560           will also generate a notice in the boot log before disabling
561           itself if the CPU in question is not capable of rate rounding.
562
563           For details, take a look at <file:Documentation/cpu-freq>.
564
565           If unsure, say N.
566
567 endmenu
568
569 source "arch/sh/drivers/Kconfig"
570
571 endmenu
572
573 menu "Kernel features"
574
575 source kernel/Kconfig.hz
576
577 config KEXEC
578         bool "kexec system call (EXPERIMENTAL)"
579         depends on SUPERH32 && EXPERIMENTAL && MMU
580         help
581           kexec is a system call that implements the ability to shutdown your
582           current kernel, and to start another kernel.  It is like a reboot
583           but it is independent of the system firmware.  And like a reboot
584           you can start any kernel with it, not just Linux.
585
586           The name comes from the similarity to the exec system call.
587
588           It is an ongoing process to be certain the hardware in a machine
589           is properly shutdown, so do not be surprised if this code does not
590           initially work for you.  It may help to enable device hotplugging
591           support.  As of this writing the exact hardware interface is
592           strongly in flux, so no good recommendation can be made.
593
594 config CRASH_DUMP
595         bool "kernel crash dumps (EXPERIMENTAL)"
596         depends on SUPERH32 && EXPERIMENTAL
597         help
598           Generate crash dump after being started by kexec.
599           This should be normally only set in special crash dump kernels
600           which are loaded in the main kernel with kexec-tools into
601           a specially reserved region and then later executed after
602           a crash by kdump/kexec. The crash dump kernel must be compiled
603           to a memory address not used by the main kernel using
604           MEMORY_START.
605
606           For more details see Documentation/kdump/kdump.txt
607
608 config KEXEC_JUMP
609         bool "kexec jump (EXPERIMENTAL)"
610         depends on SUPERH32 && KEXEC && HIBERNATION && EXPERIMENTAL
611         help
612           Jump between original kernel and kexeced kernel and invoke
613           code via KEXEC
614
615 config SECCOMP
616         bool "Enable seccomp to safely compute untrusted bytecode"
617         depends on PROC_FS
618         help
619           This kernel feature is useful for number crunching applications
620           that may need to compute untrusted bytecode during their
621           execution. By using pipes or other transports made available to
622           the process as file descriptors supporting the read/write
623           syscalls, it's possible to isolate those applications in
624           their own address space using seccomp. Once seccomp is
625           enabled via prctl, it cannot be disabled and the task is only
626           allowed to execute a few safe syscalls defined by each seccomp
627           mode.
628
629           If unsure, say N.
630
631 config SMP
632         bool "Symmetric multi-processing support"
633         depends on SYS_SUPPORTS_SMP
634         select USE_GENERIC_SMP_HELPERS
635         ---help---
636           This enables support for systems with more than one CPU. If you have
637           a system with only one CPU, like most personal computers, say N. If
638           you have a system with more than one CPU, say Y.
639
640           If you say N here, the kernel will run on single and multiprocessor
641           machines, but will use only one CPU of a multiprocessor machine. If
642           you say Y here, the kernel will run on many, but not all,
643           singleprocessor machines. On a singleprocessor machine, the kernel
644           will run faster if you say N here.
645
646           People using multiprocessor machines who say Y here should also say
647           Y to "Enhanced Real Time Clock Support", below.
648
649           See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
650           available at <http://www.tldp.org/docs.html#howto>.
651
652           If you don't know what to do here, say N.
653
654 config NR_CPUS
655         int "Maximum number of CPUs (2-32)"
656         range 2 32
657         depends on SMP
658         default "4" if CPU_SHX3
659         default "2"
660         help
661           This allows you to specify the maximum number of CPUs which this
662           kernel will support.  The maximum supported value is 32 and the
663           minimum value which makes sense is 2.
664
665           This is purely to save memory - each supported CPU adds
666           approximately eight kilobytes to the kernel image.
667
668 source "kernel/Kconfig.preempt"
669
670 config GUSA
671         def_bool y
672         depends on !SMP && SUPERH32
673         help
674           This enables support for gUSA (general UserSpace Atomicity).
675           This is the default implementation for both UP and non-ll/sc
676           CPUs, and is used by the libc, amongst others.
677
678           For additional information, design information can be found 
679           in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
680
681           This should only be disabled for special cases where alternate
682           atomicity implementations exist.
683
684 config GUSA_RB
685         bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
686         depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
687         help
688           Enabling this option will allow the kernel to implement some
689           atomic operations using a software implementation of load-locked/
690           store-conditional (LLSC). On machines which do not have hardware
691           LLSC, this should be more efficient than the other alternative of
692           disabling interrupts around the atomic sequence.
693
694 endmenu
695
696 menu "Boot options"
697
698 config ZERO_PAGE_OFFSET
699         hex
700         default "0x00010000" if PAGE_SIZE_64KB || SH_RTS7751R2D || \
701                                 SH_7751_SOLUTION_ENGINE
702         default "0x00004000" if PAGE_SIZE_16KB || SH_SH03
703         default "0x00002000" if PAGE_SIZE_8KB
704         default "0x00001000"
705         help
706           This sets the default offset of zero page.
707
708 config BOOT_LINK_OFFSET
709         hex
710         default "0x00210000" if SH_SHMIN
711         default "0x00400000" if SH_CAYMAN
712         default "0x00810000" if SH_7780_SOLUTION_ENGINE
713         default "0x009e0000" if SH_TITAN
714         default "0x01800000" if SH_SDK7780
715         default "0x02000000" if SH_EDOSK7760
716         default "0x00800000"
717         help
718           This option allows you to set the link address offset of the zImage.
719           This can be useful if you are on a board which has a small amount of
720           memory.
721
722 config ENTRY_OFFSET
723         hex
724         default "0x00001000" if PAGE_SIZE_4KB
725         default "0x00002000" if PAGE_SIZE_8KB
726         default "0x00004000" if PAGE_SIZE_16KB
727         default "0x00010000" if PAGE_SIZE_64KB
728         default "0x00000000"
729
730 config UBC_WAKEUP
731         bool "Wakeup UBC on startup"
732         depends on CPU_SH4 && !CPU_SH4A
733         help
734           Selecting this option will wakeup the User Break Controller (UBC) on
735           startup. Although the UBC is left in an awake state when the processor
736           comes up, some boot loaders misbehave by putting the UBC to sleep in a
737           power saving state, which causes issues with things like ptrace().
738
739           If unsure, say N.
740
741 config CMDLINE_BOOL
742         bool "Default bootloader kernel arguments"
743
744 config CMDLINE
745         string "Initial kernel command string"
746         depends on CMDLINE_BOOL
747         default "console=ttySC1,115200"
748
749 endmenu
750
751 menu "Bus options"
752
753 config SUPERHYWAY
754         tristate "SuperHyway Bus support"
755         depends on CPU_SUBTYPE_SH4_202
756
757 config MAPLE
758         bool "Maple Bus support"
759         depends on SH_DREAMCAST
760         help
761          The Maple Bus is SEGA's serial communication bus for peripherals
762          on the Dreamcast. Without this bus support you won't be able to
763          get your Dreamcast keyboard etc to work, so most users
764          probably want to say 'Y' here, unless you are only using the
765          Dreamcast with a serial line terminal or a remote network
766          connection.
767
768 source "arch/sh/drivers/pci/Kconfig"
769
770 source "drivers/pci/pcie/Kconfig"
771
772 source "drivers/pci/Kconfig"
773
774 source "drivers/pcmcia/Kconfig"
775
776 source "drivers/pci/hotplug/Kconfig"
777
778 endmenu
779
780 menu "Executable file formats"
781
782 source "fs/Kconfig.binfmt"
783
784 endmenu
785
786 menu "Power management options (EXPERIMENTAL)"
787 depends on EXPERIMENTAL
788
789 source "kernel/power/Kconfig"
790
791 source "drivers/cpuidle/Kconfig"
792
793 endmenu
794
795 source "net/Kconfig"
796
797 source "drivers/Kconfig"
798
799 source "fs/Kconfig"
800
801 source "arch/sh/Kconfig.debug"
802
803 source "security/Kconfig"
804
805 source "crypto/Kconfig"
806
807 source "lib/Kconfig"