2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
6 mainmenu "Linux/SuperH Kernel Configuration"
14 The SuperH is a RISC processor targeted for use in embedded systems
15 and consumer electronics; it was also used in the Sega Dreamcast
16 gaming console. The SuperH port has a home page at
17 <http://www.linux-sh.org/>.
25 config RWSEM_GENERIC_SPINLOCK
28 config RWSEM_XCHGADD_ALGORITHM
33 depends on BUG && SUPERH32
35 config GENERIC_FIND_NEXT_BIT
38 config GENERIC_HWEIGHT
41 config GENERIC_HARDIRQS
44 config GENERIC_IRQ_PROBE
47 config GENERIC_CALIBRATE_DELAY
56 config GENERIC_CLOCKEVENTS
59 config SYS_SUPPORTS_PM
62 config SYS_SUPPORTS_APM_EMULATION
64 select SYS_SUPPORTS_PM
66 config SYS_SUPPORTS_SMP
69 config SYS_SUPPORTS_NUMA
72 config SYS_SUPPORTS_PCI
75 config ARCH_MAY_HAVE_PC_FDC
78 config STACKTRACE_SUPPORT
81 config LOCKDEP_SUPPORT
84 config ARCH_HAS_ILOG2_U32
87 config ARCH_HAS_ILOG2_U64
90 config ARCH_NO_VIRT_TO_BUS
93 config ARCH_SUPPORTS_AOUT
112 select CPU_HAS_INTEVT
117 select CPU_HAS_INTEVT
119 select CPU_HAS_PTEA if !CPU_SH4A || CPU_SHX2
120 select CPU_HAS_FPU if !CPU_SH4AL_DSP
142 prompt "Processor sub-type selection"
148 # SH-2 Processor Support
150 config CPU_SUBTYPE_SH7619
151 bool "Support SH7619 processor"
154 # SH-2A Processor Support
156 config CPU_SUBTYPE_SH7203
157 bool "Support SH7203 processor"
161 config CPU_SUBTYPE_SH7206
162 bool "Support SH7206 processor"
165 config CPU_SUBTYPE_SH7263
166 bool "Support SH7263 processor"
170 # SH-3 Processor Support
172 config CPU_SUBTYPE_SH7705
173 bool "Support SH7705 processor"
176 config CPU_SUBTYPE_SH7706
177 bool "Support SH7706 processor"
180 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
182 config CPU_SUBTYPE_SH7707
183 bool "Support SH7707 processor"
186 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
188 config CPU_SUBTYPE_SH7708
189 bool "Support SH7708 processor"
192 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
193 if you have a 100 Mhz SH-3 HD6417708R CPU.
195 config CPU_SUBTYPE_SH7709
196 bool "Support SH7709 processor"
199 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
201 config CPU_SUBTYPE_SH7710
202 bool "Support SH7710 processor"
206 Select SH7710 if you have a SH3-DSP SH7710 CPU.
208 config CPU_SUBTYPE_SH7712
209 bool "Support SH7712 processor"
213 Select SH7712 if you have a SH3-DSP SH7712 CPU.
215 config CPU_SUBTYPE_SH7720
216 bool "Support SH7720 processor"
220 Select SH7720 if you have a SH3-DSP SH7720 CPU.
222 config CPU_SUBTYPE_SH7721
223 bool "Support SH7721 processor"
227 Select SH7721 if you have a SH3-DSP SH7721 CPU.
229 # SH-4 Processor Support
231 config CPU_SUBTYPE_SH7750
232 bool "Support SH7750 processor"
235 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
237 config CPU_SUBTYPE_SH7091
238 bool "Support SH7091 processor"
241 Select SH7091 if you have an SH-4 based Sega device (such as
242 the Dreamcast, Naomi, and Naomi 2).
244 config CPU_SUBTYPE_SH7750R
245 bool "Support SH7750R processor"
248 config CPU_SUBTYPE_SH7750S
249 bool "Support SH7750S processor"
252 config CPU_SUBTYPE_SH7751
253 bool "Support SH7751 processor"
256 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
257 or if you have a HD6417751R CPU.
259 config CPU_SUBTYPE_SH7751R
260 bool "Support SH7751R processor"
263 config CPU_SUBTYPE_SH7760
264 bool "Support SH7760 processor"
267 config CPU_SUBTYPE_SH4_202
268 bool "Support SH4-202 processor"
271 # SH-4A Processor Support
273 config CPU_SUBTYPE_SH7763
274 bool "Support SH7763 processor"
277 Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
279 config CPU_SUBTYPE_SH7770
280 bool "Support SH7770 processor"
283 config CPU_SUBTYPE_SH7780
284 bool "Support SH7780 processor"
287 config CPU_SUBTYPE_SH7785
288 bool "Support SH7785 processor"
291 select ARCH_SPARSEMEM_ENABLE
292 select SYS_SUPPORTS_NUMA
294 config CPU_SUBTYPE_SHX3
295 bool "Support SH-X3 processor"
298 select ARCH_SPARSEMEM_ENABLE
299 select SYS_SUPPORTS_NUMA
300 select SYS_SUPPORTS_SMP
302 # SH4AL-DSP Processor Support
304 config CPU_SUBTYPE_SH7343
305 bool "Support SH7343 processor"
308 config CPU_SUBTYPE_SH7722
309 bool "Support SH7722 processor"
312 select ARCH_SPARSEMEM_ENABLE
313 select SYS_SUPPORTS_NUMA
315 # SH-5 Processor Support
317 config CPU_SUBTYPE_SH5_101
318 bool "Support SH5-101 processor"
321 config CPU_SUBTYPE_SH5_103
322 bool "Support SH5-103 processor"
326 source "arch/sh/mm/Kconfig"
327 source "arch/sh/Kconfig.cpu"
331 config SOLUTION_ENGINE
334 config SH_SOLUTION_ENGINE
335 bool "SolutionEngine"
336 select SOLUTION_ENGINE
337 select CPU_HAS_IPR_IRQ
338 depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \
339 CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \
342 Select SolutionEngine if configuring for a Hitachi SH7705, SH7709,
343 SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board.
345 config SH_7206_SOLUTION_ENGINE
346 bool "SolutionEngine7206"
347 select SOLUTION_ENGINE
348 depends on CPU_SUBTYPE_SH7206
350 Select 7206 SolutionEngine if configuring for a Hitachi SH7206
353 config SH_7619_SOLUTION_ENGINE
354 bool "SolutionEngine7619"
355 select SOLUTION_ENGINE
356 depends on CPU_SUBTYPE_SH7619
358 Select 7619 SolutionEngine if configuring for a Hitachi SH7619
361 config SH_7722_SOLUTION_ENGINE
362 bool "SolutionEngine7722"
363 select SOLUTION_ENGINE
364 depends on CPU_SUBTYPE_SH7722
366 Select 7722 SolutionEngine if configuring for a Hitachi SH772
369 config SH_7751_SOLUTION_ENGINE
370 bool "SolutionEngine7751"
371 select SOLUTION_ENGINE
372 select CPU_HAS_IPR_IRQ
373 depends on CPU_SUBTYPE_SH7751
375 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
378 config SH_7780_SOLUTION_ENGINE
379 bool "SolutionEngine7780"
380 select SOLUTION_ENGINE
381 select SYS_SUPPORTS_PCI
382 depends on CPU_SUBTYPE_SH7780
384 Select 7780 SolutionEngine if configuring for a Renesas SH7780
387 config SH_7343_SOLUTION_ENGINE
388 bool "SolutionEngine7343"
389 select SOLUTION_ENGINE
390 depends on CPU_SUBTYPE_SH7343
392 Select 7343 SolutionEngine if configuring for a Hitachi
393 SH7343 (SH-Mobile 3AS) evaluation board.
395 config SH_7751_SYSTEMH
397 depends on CPU_SUBTYPE_SH7751R
399 Select SystemH if you are configuring for a Renesas SystemH
400 7751R evaluation board.
404 select SYS_SUPPORTS_APM_EMULATION
405 select HD6446X_SERIES
406 depends on CPU_SUBTYPE_SH7709
408 Select HP6XX if configuring for a HP jornada HP6xx.
409 More information (hardware only) at
410 <http://www.hp.com/jornada/>.
414 select SYS_SUPPORTS_PCI
415 depends on CPU_SUBTYPE_SH7091
417 Select Dreamcast if configuring for a SEGA Dreamcast.
418 More information at <http://www.linux-sh.org>
421 bool "Interface MPC1211"
422 depends on CPU_SUBTYPE_SH7751 && BROKEN
424 CTP/PCI-SH02 is a CPU module computer that is produced
425 by Interface Corporation.
426 More information at <http://www.interface.co.jp>
429 bool "Interface CTP/PCI-SH03"
430 depends on CPU_SUBTYPE_SH7751
431 select CPU_HAS_IPR_IRQ
432 select SYS_SUPPORTS_PCI
434 CTP/PCI-SH03 is a CPU module computer that is produced
435 by Interface Corporation.
436 More information at <http://www.interface.co.jp>
438 config SH_SECUREEDGE5410
439 bool "SecureEdge5410"
440 depends on CPU_SUBTYPE_SH7751R
441 select CPU_HAS_IPR_IRQ
442 select SYS_SUPPORTS_PCI
444 Select SecureEdge5410 if configuring for a SnapGear SH board.
445 This includes both the OEM SecureEdge products as well as the
449 bool "SH7710-VOIP-GW"
450 depends on CPU_SUBTYPE_SH7710
452 Select this option to build a kernel for the SH7710 based
457 depends on CPU_SUBTYPE_SH7751R
458 select SYS_SUPPORTS_PCI
460 Select RTS7751R2D if configuring for a Renesas Technology
461 Sales SH-Graphics board.
465 depends on CPU_SUBTYPE_SH7780
466 select SYS_SUPPORTS_PCI
468 Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3
473 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
474 select SYS_SUPPORTS_PCI
478 depends on CPU_SUBTYPE_SH7705
480 config SH_SH4202_MICRODEV
481 bool "SH4-202 MicroDev"
482 depends on CPU_SUBTYPE_SH4_202
484 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
489 depends on CPU_SUBTYPE_SH7751R
490 select SYS_SUPPORTS_PCI
492 I-O DATA DEVICE, INC. "LANDISK Series" support.
496 depends on CPU_SUBTYPE_SH7751R
497 select CPU_HAS_IPR_IRQ
498 select SYS_SUPPORTS_PCI
500 Select Titan if you are configuring for a Nimble Microsystems
505 depends on CPU_SUBTYPE_SH7706
506 select CPU_HAS_IPR_IRQ
508 Select SHMIN if configuring for the SHMIN board.
512 depends on CPU_SUBTYPE_SH7751R
513 select SYS_SUPPORTS_PCI
515 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
518 bool "SH-X3 Prototype board"
519 depends on CPU_SUBTYPE_SHX3
521 config SH_MAGIC_PANEL_R2
522 bool "Magic Panel R2"
523 depends on CPU_SUBTYPE_SH7720
525 Select Magic Panel R2 if configuring for Magic Panel R2.
528 bool "Hitachi Cayman"
529 depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
530 select SYS_SUPPORTS_PCI
534 source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
535 source "arch/sh/boards/renesas/r7780rp/Kconfig"
536 source "arch/sh/boards/renesas/sdk7780/Kconfig"
537 source "arch/sh/boards/magicpanelr2/Kconfig"
539 menu "Timer and clock configuration"
543 prompt "TMU timer support"
544 depends on CPU_SH3 || CPU_SH4
546 select GENERIC_CLOCKEVENTS
548 This enables the use of the TMU as the system timer.
552 prompt "CMT timer support"
555 This enables the use of the CMT as the system timer.
559 prompt "MTU2 timer support"
562 This enables the use of the MTU2 as the system timer.
566 default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 || \
568 default "86" if CPU_SUBTYPE_SH7619
569 default "140" if CPU_SUBTYPE_SH7206
573 int "Peripheral clock frequency (in Hz)"
574 default "27000000" if CPU_SUBTYPE_SH7343
575 default "31250000" if CPU_SUBTYPE_SH7619
576 default "32000000" if CPU_SUBTYPE_SH7722
577 default "33333333" if CPU_SUBTYPE_SH7770 || \
578 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
579 CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \
581 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
582 default "66000000" if CPU_SUBTYPE_SH4_202
585 This option is used to specify the peripheral clock frequency.
586 This is necessary for determining the reference clock value on
587 platforms lacking an RTC.
590 int "CPU Mode Pin Setting"
592 default 6 if CPU_SUBTYPE_SH7206
593 default 5 if CPU_SUBTYPE_SH7619
596 MD2 - MD0 pin setting.
598 source "kernel/time/Kconfig"
602 menu "CPU Frequency scaling"
604 source "drivers/cpufreq/Kconfig"
607 tristate "SuperH CPU Frequency driver"
609 select CPU_FREQ_TABLE
611 This adds the cpufreq driver for SuperH. At present, only
612 the SH-4 is supported.
614 For details, take a look at <file:Documentation/cpu-freq>.
620 source "arch/sh/drivers/Kconfig"
626 depends on SH_MPC1211
628 menu "Kernel features"
630 source kernel/Kconfig.hz
633 bool "kexec system call (EXPERIMENTAL)"
634 depends on EXPERIMENTAL
636 kexec is a system call that implements the ability to shutdown your
637 current kernel, and to start another kernel. It is like a reboot
638 but it is independent of the system firmware. And like a reboot
639 you can start any kernel with it, not just Linux.
641 The name comes from the similarity to the exec system call.
643 It is an ongoing process to be certain the hardware in a machine
644 is properly shutdown, so do not be surprised if this code does not
645 initially work for you. It may help to enable device hotplugging
646 support. As of this writing the exact hardware interface is
647 strongly in flux, so no good recommendation can be made.
650 bool "kernel crash dumps (EXPERIMENTAL)"
651 depends on EXPERIMENTAL
653 Generate crash dump after being started by kexec.
654 This should be normally only set in special crash dump kernels
655 which are loaded in the main kernel with kexec-tools into
656 a specially reserved region and then later executed after
657 a crash by kdump/kexec. The crash dump kernel must be compiled
658 to a memory address not used by the main kernel using
661 For more details see Documentation/kdump/kdump.txt
664 bool "Symmetric multi-processing support"
665 depends on SYS_SUPPORTS_SMP
667 This enables support for systems with more than one CPU. If you have
668 a system with only one CPU, like most personal computers, say N. If
669 you have a system with more than one CPU, say Y.
671 If you say N here, the kernel will run on single and multiprocessor
672 machines, but will use only one CPU of a multiprocessor machine. If
673 you say Y here, the kernel will run on many, but not all,
674 singleprocessor machines. On a singleprocessor machine, the kernel
675 will run faster if you say N here.
677 People using multiprocessor machines who say Y here should also say
678 Y to "Enhanced Real Time Clock Support", below.
680 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
681 available at <http://www.tldp.org/docs.html#howto>.
683 If you don't know what to do here, say N.
686 int "Maximum number of CPUs (2-32)"
689 default "4" if CPU_SHX3
692 This allows you to specify the maximum number of CPUs which this
693 kernel will support. The maximum supported value is 32 and the
694 minimum value which makes sense is 2.
696 This is purely to save memory - each supported CPU adds
697 approximately eight kilobytes to the kernel image.
699 source "kernel/Kconfig.preempt"
703 depends on !SMP && SUPERH32
705 This enables support for gUSA (general UserSpace Atomicity).
706 This is the default implementation for both UP and non-ll/sc
707 CPUs, and is used by the libc, amongst others.
709 For additional information, design information can be found
710 in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
712 This should only be disabled for special cases where alternate
713 atomicity implementations exist.
716 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
717 depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
719 Enabling this option will allow the kernel to implement some
720 atomic operations using a software implemention of load-locked/
721 store-conditional (LLSC). On machines which do not have hardware
722 LLSC, this should be more efficient than the other alternative of
723 disabling insterrupts around the atomic sequence.
729 config ZERO_PAGE_OFFSET
730 hex "Zero page offset"
731 default "0x00004000" if SH_MPC1211 || SH_SH03
732 default "0x00010000" if PAGE_SIZE_64KB
733 default "0x00002000" if PAGE_SIZE_8KB
736 This sets the default offset of zero page.
738 config BOOT_LINK_OFFSET
739 hex "Link address offset for booting"
742 This option allows you to set the link address offset of the zImage.
743 This can be useful if you are on a board which has a small amount of
747 bool "Wakeup UBC on startup"
748 depends on CPU_SH4 && !CPU_SH4A
750 Selecting this option will wakeup the User Break Controller (UBC) on
751 startup. Although the UBC is left in an awake state when the processor
752 comes up, some boot loaders misbehave by putting the UBC to sleep in a
753 power saving state, which causes issues with things like ptrace().
758 bool "Default bootloader kernel arguments"
761 string "Initial kernel command string"
762 depends on CMDLINE_BOOL
763 default "console=ttySC1,115200"
769 # Even on SuperH devices which don't have an ISA bus,
770 # this variable helps the PCMCIA modules handle
771 # IRQ requesting properly -- Greg Banks.
773 # Though we're generally not interested in it when
774 # we're not using PCMCIA, so we make it dependent on
775 # PCMCIA outright. -- PFM.
778 depends on PCMCIA && HD6446X_SERIES
780 Find out whether you have ISA slots on your motherboard. ISA is the
781 name of a bus system, i.e. the way the CPU talks to the other stuff
782 inside your box. Other bus systems are PCI, EISA, MicroChannel
783 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
784 newer boards don't support it. If you have ISA, say Y, otherwise N.
789 The Extended Industry Standard Architecture (EISA) bus was
790 developed as an open alternative to the IBM MicroChannel bus.
792 The EISA bus provided some of the features of the IBM MicroChannel
793 bus while maintaining backward compatibility with cards made for
794 the older ISA bus. The EISA bus saw limited use between 1988 and
795 1995 when it was made obsolete by the PCI bus.
797 Say Y here if you are building a kernel for an EISA-based machine.
804 MicroChannel Architecture is found in some IBM PS/2 machines and
805 laptops. It is a bus system similar to PCI or ISA. See
806 <file:Documentation/mca.txt> (and especially the web page given
807 there) before attempting to build an MCA bus kernel.
813 tristate "SuperHyway Bus support"
814 depends on CPU_SUBTYPE_SH4_202
817 bool "Maple Bus support"
818 depends on SH_DREAMCAST
820 The Maple Bus is SEGA's serial communication bus for peripherals
821 on the Dreamcast. Without this bus support you won't be able to
822 get your Dreamcast keyboard etc to work, so most users
823 probably want to say 'Y' here, unless you are only using the
824 Dreamcast with a serial line terminal or a remote network
828 bool "Compact Flash Enabler support"
829 depends on SOLUTION_ENGINE || SH_SH03
831 Compact Flash is a small, removable mass storage device introduced
832 in 1994 originally as a PCMCIA device. If you say `Y' here, you
833 compile in support for Compact Flash devices directly connected to
834 a SuperH processor. A Compact Flash FAQ is available at
835 <http://www.compactflash.org/faqs/faq.htm>.
837 If your board has "Directly Connected" CompactFlash at area 5 or 6,
838 you may want to enable this option. Then, you can use CF as
839 primary IDE drive (only tested for SanDisk).
841 If in doubt, select 'N'.
844 prompt "Compact Flash Connection Area"
845 depends on CF_ENABLER
851 If your board has "Directly Connected" CompactFlash, You should
852 select the area where your CF is connected to.
854 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
855 - "Area6" if it is connected to Area 6 (0x18000000)
857 "Area6" will work for most boards.
866 depends on CF_ENABLER
867 default "0xb8000000" if CF_AREA6
868 default "0xb4000000" if CF_AREA5
870 source "arch/sh/drivers/pci/Kconfig"
872 source "drivers/pci/Kconfig"
874 source "drivers/pcmcia/Kconfig"
876 source "drivers/pci/hotplug/Kconfig"
880 menu "Executable file formats"
882 source "fs/Kconfig.binfmt"
886 menu "Power management options (EXPERIMENTAL)"
887 depends on EXPERIMENTAL && SYS_SUPPORTS_PM
889 config ARCH_SUSPEND_POSSIBLE
893 source kernel/power/Kconfig
899 source "drivers/Kconfig"
903 source "arch/sh/Kconfig.debug"
905 source "security/Kconfig"
907 source "crypto/Kconfig"