]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/sh/Kconfig
22a3eb38438b14e2cb2d5c5e4108c1ae779f2dfc
[linux-2.6-omap-h63xx.git] / 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         bool
10         default y
11         select EMBEDDED
12         help
13           The SuperH is a RISC processor targeted for use in embedded systems
14           and consumer electronics; it was also used in the Sega Dreamcast
15           gaming console.  The SuperH port has a home page at
16           <http://www.linux-sh.org/>.
17
18 config RWSEM_GENERIC_SPINLOCK
19         bool
20         default y
21
22 config RWSEM_XCHGADD_ALGORITHM
23         bool
24
25 config GENERIC_BUG
26         def_bool y
27         depends on BUG
28
29 config GENERIC_FIND_NEXT_BIT
30         bool
31         default y
32
33 config GENERIC_HWEIGHT
34         bool
35         default y
36
37 config GENERIC_HARDIRQS
38         bool
39         default y
40
41 config GENERIC_IRQ_PROBE
42         bool
43         default y
44
45 config GENERIC_CALIBRATE_DELAY
46         bool
47         default y
48
49 config GENERIC_IOMAP
50         bool
51
52 config GENERIC_TIME
53         def_bool n
54
55 config GENERIC_CLOCKEVENTS
56         def_bool n
57
58 config SYS_SUPPORTS_PM
59         bool
60
61 config SYS_SUPPORTS_APM_EMULATION
62         bool
63         select SYS_SUPPORTS_PM
64
65 config SYS_SUPPORTS_SMP
66         bool
67
68 config SYS_SUPPORTS_NUMA
69         bool
70
71 config SYS_SUPPORTS_PCI
72         bool
73
74 config ARCH_MAY_HAVE_PC_FDC
75         bool
76
77 config STACKTRACE_SUPPORT
78         bool
79         default y
80
81 config LOCKDEP_SUPPORT
82         bool
83         default y
84
85 config ARCH_HAS_ILOG2_U32
86         bool
87         default n
88
89 config ARCH_HAS_ILOG2_U64
90         bool
91         default n
92
93 config ARCH_NO_VIRT_TO_BUS
94         def_bool y
95
96 source "init/Kconfig"
97
98 menu "System type"
99
100 source "arch/sh/mm/Kconfig"
101
102 menu "Processor features"
103
104 choice
105         prompt "Endianess selection" 
106         default CPU_LITTLE_ENDIAN
107         help
108           Some SuperH machines can be configured for either little or big
109           endian byte order. These modes require different kernels.
110
111 config CPU_LITTLE_ENDIAN
112         bool "Little Endian"
113
114 config CPU_BIG_ENDIAN
115         bool "Big Endian"
116
117 endchoice
118
119 config SH_FPU
120         bool "FPU support"
121         depends on CPU_HAS_FPU
122         default y
123         help
124           Selecting this option will enable support for SH processors that
125           have FPU units (ie, SH77xx).
126
127           This option must be set in order to enable the FPU.
128
129 config SH_FPU_EMU
130         bool "FPU emulation support"
131         depends on !SH_FPU && EXPERIMENTAL
132         default n
133         help
134           Selecting this option will enable support for software FPU emulation.
135           Most SH-3 users will want to say Y here, whereas most SH-4 users will
136           want to say N.
137
138 config SH_DSP
139         bool "DSP support"
140         depends on CPU_HAS_DSP
141         default y
142         help
143           Selecting this option will enable support for SH processors that
144           have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
145
146           This option must be set in order to enable the DSP.
147
148 config SH_ADC
149         bool "ADC support"
150         depends on CPU_SH3
151         default y
152         help
153           Selecting this option will allow the Linux kernel to use SH3 on-chip
154           ADC module.
155
156           If unsure, say N.
157
158 config SH_STORE_QUEUES
159         bool "Support for Store Queues"
160         depends on CPU_SH4
161         help
162           Selecting this option will enable an in-kernel API for manipulating
163           the store queues integrated in the SH-4 processors.
164
165 config SPECULATIVE_EXECUTION
166         bool "Speculative subroutine return"
167         depends on CPU_SUBTYPE_SH7780 && EXPERIMENTAL
168         help
169           This enables support for a speculative instruction fetch for
170           subroutine return. There are various pitfalls associated with
171           this, as outlined in the SH7780 hardware manual.
172
173           If unsure, say N.
174
175 config CPU_HAS_INTEVT
176         bool
177
178 config CPU_HAS_MASKREG_IRQ
179         bool
180
181 config CPU_HAS_IPR_IRQ
182         bool
183
184 config CPU_HAS_SR_RB
185         bool
186         help
187           This will enable the use of SR.RB register bank usage. Processors
188           that are lacking this bit must have another method in place for
189           accomplishing what is taken care of by the banked registers.
190
191           See <file:Documentation/sh/register-banks.txt> for further
192           information on SR.RB and register banking in the kernel in general.
193
194 config CPU_HAS_PTEA
195         bool
196
197 config CPU_HAS_DSP
198         bool
199
200 config CPU_HAS_FPU
201         bool
202
203 endmenu
204
205 menu "Board support"
206
207 config SOLUTION_ENGINE
208         bool
209
210 config SH_SOLUTION_ENGINE
211         bool "SolutionEngine"
212         select SOLUTION_ENGINE
213         select CPU_HAS_IPR_IRQ
214         depends on CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7750
215         help
216           Select SolutionEngine if configuring for a Hitachi SH7709
217           or SH7750 evaluation board.
218
219 config SH_7206_SOLUTION_ENGINE
220         bool "SolutionEngine7206"
221         select SOLUTION_ENGINE
222         depends on CPU_SUBTYPE_SH7206
223         help
224           Select 7206 SolutionEngine if configuring for a Hitachi SH7206
225           evaluation board.
226
227 config SH_7619_SOLUTION_ENGINE
228         bool "SolutionEngine7619"
229         select SOLUTION_ENGINE
230         depends on CPU_SUBTYPE_SH7619
231         help
232           Select 7619 SolutionEngine if configuring for a Hitachi SH7619
233           evaluation board.
234         
235 config SH_7722_SOLUTION_ENGINE
236         bool "SolutionEngine7722"
237         select SOLUTION_ENGINE
238         depends on CPU_SUBTYPE_SH7722
239         help
240           Select 7722 SolutionEngine if configuring for a Hitachi SH772
241           evaluation board.
242
243 config SH_7751_SOLUTION_ENGINE
244         bool "SolutionEngine7751"
245         select SOLUTION_ENGINE
246         select CPU_HAS_IPR_IRQ
247         depends on CPU_SUBTYPE_SH7751
248         help
249           Select 7751 SolutionEngine if configuring for a Hitachi SH7751
250           evaluation board.
251           
252 config SH_7780_SOLUTION_ENGINE
253         bool "SolutionEngine7780"
254         select SOLUTION_ENGINE
255         select SYS_SUPPORTS_PCI
256         depends on CPU_SUBTYPE_SH7780
257         help
258           Select 7780 SolutionEngine if configuring for a Renesas SH7780
259           evaluation board.
260
261 config SH_7343_SOLUTION_ENGINE
262         bool "SolutionEngine7343"
263         select SOLUTION_ENGINE
264         depends on CPU_SUBTYPE_SH7343
265         help
266           Select 7343 SolutionEngine if configuring for a Hitachi
267           SH7343 (SH-Mobile 3AS) evaluation board.
268
269 config SH_7751_SYSTEMH
270         bool "SystemH7751R"
271         depends on CPU_SUBTYPE_SH7751R
272         help
273           Select SystemH if you are configuring for a Renesas SystemH
274           7751R evaluation board.
275
276 config SH_HP6XX
277         bool "HP6XX"
278         select SYS_SUPPORTS_APM_EMULATION
279         select HD6446X_SERIES
280         depends on CPU_SUBTYPE_SH7709
281         help
282           Select HP6XX if configuring for a HP jornada HP6xx.
283           More information (hardware only) at
284           <http://www.hp.com/jornada/>.
285
286 config SH_DREAMCAST
287         bool "Dreamcast"
288         select SYS_SUPPORTS_PCI
289         depends on CPU_SUBTYPE_SH7091
290         help
291           Select Dreamcast if configuring for a SEGA Dreamcast.
292           More information at <http://www.linux-sh.org>
293
294 config SH_MPC1211
295         bool "Interface MPC1211"
296         depends on CPU_SUBTYPE_SH7751 && BROKEN
297         help
298           CTP/PCI-SH02 is a CPU module computer that is produced
299           by Interface Corporation.
300           More information at <http://www.interface.co.jp>
301
302 config SH_SH03
303         bool "Interface CTP/PCI-SH03"
304         depends on CPU_SUBTYPE_SH7751
305         select CPU_HAS_IPR_IRQ
306         select SYS_SUPPORTS_PCI
307         help
308           CTP/PCI-SH03 is a CPU module computer that is produced
309           by Interface Corporation.
310           More information at <http://www.interface.co.jp>
311
312 config SH_SECUREEDGE5410
313         bool "SecureEdge5410"
314         depends on CPU_SUBTYPE_SH7751R
315         select CPU_HAS_IPR_IRQ
316         select SYS_SUPPORTS_PCI
317         help
318           Select SecureEdge5410 if configuring for a SnapGear SH board.
319           This includes both the OEM SecureEdge products as well as the
320           SME product line.
321
322 config SH_HS7751RVOIP
323         bool "HS7751RVOIP"
324         depends on CPU_SUBTYPE_SH7751R
325         help
326           Select HS7751RVOIP if configuring for a Renesas Technology
327           Sales VoIP board.
328
329 config SH_7710VOIPGW
330         bool "SH7710-VOIP-GW"
331         depends on CPU_SUBTYPE_SH7710
332         help
333           Select this option to build a kernel for the SH7710 based
334           VOIP GW.
335
336 config SH_RTS7751R2D
337         bool "RTS7751R2D"
338         depends on CPU_SUBTYPE_SH7751R
339         select SYS_SUPPORTS_PCI
340         help
341           Select RTS7751R2D if configuring for a Renesas Technology
342           Sales SH-Graphics board.
343
344 config SH_HIGHLANDER
345         bool "Highlander"
346         depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
347         select SYS_SUPPORTS_PCI
348
349 config SH_EDOSK7705
350         bool "EDOSK7705"
351         depends on CPU_SUBTYPE_SH7705
352
353 config SH_SH4202_MICRODEV
354         bool "SH4-202 MicroDev"
355         depends on CPU_SUBTYPE_SH4_202
356         help
357           Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
358           with an SH4-202 CPU.
359
360 config SH_LANDISK
361         bool "LANDISK"
362         depends on CPU_SUBTYPE_SH7751R
363         select SYS_SUPPORTS_PCI
364         help
365           I-O DATA DEVICE, INC. "LANDISK Series" support.
366
367 config SH_TITAN
368         bool "TITAN"
369         depends on CPU_SUBTYPE_SH7751R
370         select CPU_HAS_IPR_IRQ
371         select SYS_SUPPORTS_PCI
372         help
373           Select Titan if you are configuring for a Nimble Microsystems
374           NetEngine NP51R.
375
376 config SH_SHMIN
377         bool "SHMIN"
378         depends on CPU_SUBTYPE_SH7706
379         select CPU_HAS_IPR_IRQ
380         help
381           Select SHMIN if configuring for the SHMIN board.
382
383 config SH_LBOX_RE2
384         bool "L-BOX RE2"
385         depends on CPU_SUBTYPE_SH7751R
386         select SYS_SUPPORTS_PCI
387         help
388           Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
389
390 config SH_X3PROTO
391         bool "SH-X3 Prototype board"
392         depends on CPU_SUBTYPE_SHX3
393
394 config SH_MAGIC_PANEL_R2
395         bool "Magic Panel R2"
396         depends on CPU_SUBTYPE_SH7720
397         help
398           Select Magic Panel R2 if configuring for Magic Panel R2.
399
400 endmenu
401
402 source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
403 source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
404 source "arch/sh/boards/renesas/r7780rp/Kconfig"
405 source "arch/sh/boards/magicpanelr2/Kconfig"
406
407 menu "Timer and clock configuration"
408
409 config SH_TMU
410         bool "TMU timer support"
411         depends on CPU_SH3 || CPU_SH4
412         select GENERIC_TIME
413         select GENERIC_CLOCKEVENTS
414         default y
415         help
416           This enables the use of the TMU as the system timer.
417
418 config SH_CMT
419         bool "CMT timer support"
420         depends on CPU_SH2
421         default y
422         help
423           This enables the use of the CMT as the system timer.
424
425 config SH_MTU2
426         bool "MTU2 timer support"
427         depends on CPU_SH2A
428         default n
429         help
430           This enables the use of the MTU2 as the system timer.
431
432 config SH_TIMER_IRQ
433         int
434         default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
435         default "86" if CPU_SUBTYPE_SH7619
436         default "140" if CPU_SUBTYPE_SH7206
437         default "16"
438
439 config SH_PCLK_FREQ
440         int "Peripheral clock frequency (in Hz)"
441         default "27000000" if CPU_SUBTYPE_SH7343
442         default "31250000" if CPU_SUBTYPE_SH7619
443         default "32000000" if CPU_SUBTYPE_SH7722
444         default "33333333" if CPU_SUBTYPE_SH7770 || \
445                               CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
446                               CPU_SUBTYPE_SH7206
447         default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
448         default "66000000" if CPU_SUBTYPE_SH4_202
449         default "50000000"
450         help
451           This option is used to specify the peripheral clock frequency.
452           This is necessary for determining the reference clock value on
453           platforms lacking an RTC.
454
455 config SH_CLK_MD
456         int "CPU Mode Pin Setting"
457         depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206
458         default 6 if CPU_SUBTYPE_SH7206
459         default 5 if CPU_SUBTYPE_SH7619
460         default 0
461         help
462           MD2 - MD0 pin setting.
463
464 source "kernel/time/Kconfig"
465
466 endmenu
467
468 menu "CPU Frequency scaling"
469
470 source "drivers/cpufreq/Kconfig"
471
472 config SH_CPU_FREQ
473         tristate "SuperH CPU Frequency driver"
474         depends on CPU_FREQ
475         select CPU_FREQ_TABLE
476         help
477           This adds the cpufreq driver for SuperH. At present, only
478           the SH-4 is supported.
479
480           For details, take a look at <file:Documentation/cpu-freq>.
481
482           If unsure, say N.
483
484 endmenu
485
486 source "arch/sh/drivers/Kconfig"
487
488 endmenu
489
490 config ISA_DMA_API
491         bool
492         depends on SH_MPC1211
493         default y
494
495 menu "Kernel features"
496
497 source kernel/Kconfig.hz
498
499 config KEXEC
500         bool "kexec system call (EXPERIMENTAL)"
501         depends on EXPERIMENTAL
502         help
503           kexec is a system call that implements the ability to shutdown your
504           current kernel, and to start another kernel.  It is like a reboot
505           but it is independent of the system firmware.  And like a reboot
506           you can start any kernel with it, not just Linux.
507
508           The name comes from the similarity to the exec system call.
509
510           It is an ongoing process to be certain the hardware in a machine
511           is properly shutdown, so do not be surprised if this code does not
512           initially work for you.  It may help to enable device hotplugging
513           support.  As of this writing the exact hardware interface is
514           strongly in flux, so no good recommendation can be made.
515
516 config CRASH_DUMP
517         bool "kernel crash dumps (EXPERIMENTAL)"
518         depends on EXPERIMENTAL
519         help
520           Generate crash dump after being started by kexec.
521           This should be normally only set in special crash dump kernels
522           which are loaded in the main kernel with kexec-tools into
523           a specially reserved region and then later executed after
524           a crash by kdump/kexec. The crash dump kernel must be compiled
525           to a memory address not used by the main kernel using
526           MEMORY_START.
527
528           For more details see Documentation/kdump/kdump.txt
529
530 config SMP
531         bool "Symmetric multi-processing support"
532         depends on SYS_SUPPORTS_SMP
533         ---help---
534           This enables support for systems with more than one CPU. If you have
535           a system with only one CPU, like most personal computers, say N. If
536           you have a system with more than one CPU, say Y.
537
538           If you say N here, the kernel will run on single and multiprocessor
539           machines, but will use only one CPU of a multiprocessor machine. If
540           you say Y here, the kernel will run on many, but not all,
541           singleprocessor machines. On a singleprocessor machine, the kernel
542           will run faster if you say N here.
543
544           People using multiprocessor machines who say Y here should also say
545           Y to "Enhanced Real Time Clock Support", below.
546
547           See also the <file:Documentation/smp.txt>,
548           <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available
549           at <http://www.tldp.org/docs.html#howto>.
550
551           If you don't know what to do here, say N.
552
553 config NR_CPUS
554         int "Maximum number of CPUs (2-32)"
555         range 2 32
556         depends on SMP
557         default "4" if CPU_SHX3
558         default "2"
559         help
560           This allows you to specify the maximum number of CPUs which this
561           kernel will support.  The maximum supported value is 32 and the
562           minimum value which makes sense is 2.
563
564           This is purely to save memory - each supported CPU adds
565           approximately eight kilobytes to the kernel image.
566
567 source "kernel/Kconfig.preempt"
568
569 config GUSA
570         def_bool y
571         depends on !SMP
572         help
573           This enables support for gUSA (general UserSpace Atomicity).
574           This is the default implementation for both UP and non-ll/sc
575           CPUs, and is used by the libc, amongst others.
576
577           For additional information, design information can be found 
578           in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
579
580           This should only be disabled for special cases where alternate
581           atomicity implementations exist.
582
583 endmenu
584
585 menu "Boot options"
586
587 config ZERO_PAGE_OFFSET
588         hex "Zero page offset"
589         default "0x00004000" if SH_MPC1211 || SH_SH03
590         default "0x00010000" if PAGE_SIZE_64KB
591         default "0x00002000" if PAGE_SIZE_8KB
592         default "0x00001000"
593         help
594           This sets the default offset of zero page.
595
596 config BOOT_LINK_OFFSET
597         hex "Link address offset for booting"
598         default "0x00800000"
599         help
600           This option allows you to set the link address offset of the zImage.
601           This can be useful if you are on a board which has a small amount of
602           memory.
603
604 config UBC_WAKEUP
605         bool "Wakeup UBC on startup"
606         depends on CPU_SH4
607         help
608           Selecting this option will wakeup the User Break Controller (UBC) on
609           startup. Although the UBC is left in an awake state when the processor
610           comes up, some boot loaders misbehave by putting the UBC to sleep in a
611           power saving state, which causes issues with things like ptrace().
612
613           If unsure, say N.
614
615 config CMDLINE_BOOL
616         bool "Default bootloader kernel arguments"
617
618 config CMDLINE
619         string "Initial kernel command string"
620         depends on CMDLINE_BOOL
621         default "console=ttySC1,115200"
622
623 endmenu
624
625 menu "Bus options"
626
627 # Even on SuperH devices which don't have an ISA bus,
628 # this variable helps the PCMCIA modules handle
629 # IRQ requesting properly -- Greg Banks.
630 #
631 # Though we're generally not interested in it when
632 # we're not using PCMCIA, so we make it dependent on
633 # PCMCIA outright. -- PFM.
634 config ISA
635         def_bool y
636         depends on PCMCIA && HD6446X_SERIES
637         help
638           Find out whether you have ISA slots on your motherboard.  ISA is the
639           name of a bus system, i.e. the way the CPU talks to the other stuff
640           inside your box.  Other bus systems are PCI, EISA, MicroChannel
641           (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
642           newer boards don't support it.  If you have ISA, say Y, otherwise N.
643
644 config EISA
645         bool
646         ---help---
647           The Extended Industry Standard Architecture (EISA) bus was
648           developed as an open alternative to the IBM MicroChannel bus.
649
650           The EISA bus provided some of the features of the IBM MicroChannel
651           bus while maintaining backward compatibility with cards made for
652           the older ISA bus.  The EISA bus saw limited use between 1988 and
653           1995 when it was made obsolete by the PCI bus.
654
655           Say Y here if you are building a kernel for an EISA-based machine.
656
657           Otherwise, say N.
658
659 config MCA
660         bool
661         help
662           MicroChannel Architecture is found in some IBM PS/2 machines and
663           laptops.  It is a bus system similar to PCI or ISA. See
664           <file:Documentation/mca.txt> (and especially the web page given
665           there) before attempting to build an MCA bus kernel.
666
667 config SBUS
668         bool
669
670 config SUPERHYWAY
671         tristate "SuperHyway Bus support"
672         depends on CPU_SUBTYPE_SH4_202
673
674 config MAPLE
675        bool "Maple Bus support"
676        depends on SH_DREAMCAST
677        help
678          The Maple Bus is SEGA's serial communication bus for peripherals
679          on the Dreamcast. Without this bus support you won't be able to
680          get your Dreamcast keyboard etc to work, so most users
681          probably want to say 'Y' here, unless you are only using the
682          Dreamcast with a serial line terminal or a remote network
683          connection.
684
685 config CF_ENABLER
686         bool "Compact Flash Enabler support"
687         depends on SOLUTION_ENGINE || SH_SH03
688         ---help---
689           Compact Flash is a small, removable mass storage device introduced
690           in 1994 originally as a PCMCIA device.  If you say `Y' here, you
691           compile in support for Compact Flash devices directly connected to
692           a SuperH processor.  A Compact Flash FAQ is available at
693           <http://www.compactflash.org/faqs/faq.htm>.
694
695           If your board has "Directly Connected" CompactFlash at area 5 or 6,
696           you may want to enable this option.  Then, you can use CF as
697           primary IDE drive (only tested for SanDisk).
698
699           If in doubt, select 'N'.
700
701 choice
702         prompt "Compact Flash Connection Area"
703         depends on CF_ENABLER
704         default CF_AREA6
705
706 config CF_AREA5
707         bool "Area5"
708         help
709           If your board has "Directly Connected" CompactFlash, You should
710           select the area where your CF is connected to.
711
712           - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
713           - "Area6" if it is connected to Area 6 (0x18000000)
714
715           "Area6" will work for most boards.
716
717 config CF_AREA6
718         bool "Area6"
719
720 endchoice
721
722 config CF_BASE_ADDR
723         hex
724         depends on CF_ENABLER
725         default "0xb8000000" if CF_AREA6
726         default "0xb4000000" if CF_AREA5
727
728 source "arch/sh/drivers/pci/Kconfig"
729
730 source "drivers/pci/Kconfig"
731
732 source "drivers/pcmcia/Kconfig"
733
734 source "drivers/pci/hotplug/Kconfig"
735
736 endmenu
737
738 menu "Executable file formats"
739
740 source "fs/Kconfig.binfmt"
741
742 endmenu
743
744 menu "Power management options (EXPERIMENTAL)"
745 depends on EXPERIMENTAL && SYS_SUPPORTS_PM
746
747 source kernel/power/Kconfig
748
749 endmenu
750
751 source "net/Kconfig"
752
753 source "drivers/Kconfig"
754
755 source "fs/Kconfig"
756
757 source "kernel/Kconfig.instrumentation"
758
759 source "arch/sh/Kconfig.debug"
760
761 source "security/Kconfig"
762
763 source "crypto/Kconfig"
764
765 source "lib/Kconfig"