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