sh: Fix irq assignment for uarts on sh7722
[deliverable/linux.git] / arch / sh / Kconfig
CommitLineData
1da177e4
LT
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/SuperH Kernel Configuration"
7
8config SUPERH
9 bool
10 default y
7a440c95 11 select EMBEDDED
1da177e4
LT
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
1da177e4
LT
18config RWSEM_GENERIC_SPINLOCK
19 bool
20 default y
21
22config RWSEM_XCHGADD_ALGORITHM
23 bool
24
fa691511
PM
25config GENERIC_BUG
26 def_bool y
27 depends on BUG
28
e2268c71
AM
29config GENERIC_FIND_NEXT_BIT
30 bool
31 default y
32
33config GENERIC_HWEIGHT
34 bool
35 default y
36
1da177e4
LT
37config GENERIC_HARDIRQS
38 bool
39 default y
40
41config GENERIC_IRQ_PROBE
42 bool
43 default y
44
45config GENERIC_CALIBRATE_DELAY
46 bool
47 default y
48
cad82448
PM
49config GENERIC_IOMAP
50 bool
51
45882145
PM
52config GENERIC_TIME
53 def_bool n
54
57be2b48
PM
55config GENERIC_CLOCKEVENTS
56 def_bool n
57
357d5946
PM
58config SYS_SUPPORTS_PM
59 bool
60
0a9b0db1
PM
61config SYS_SUPPORTS_APM_EMULATION
62 bool
357d5946
PM
63 select SYS_SUPPORTS_PM
64
65config SYS_SUPPORTS_SMP
66 bool
67
68config SYS_SUPPORTS_NUMA
69 bool
70
71config SYS_SUPPORTS_PCI
72 bool
0a9b0db1 73
a08b6b79
Z
74config ARCH_MAY_HAVE_PC_FDC
75 bool
a08b6b79 76
afbfb52e
PM
77config STACKTRACE_SUPPORT
78 bool
79 default y
80
81config LOCKDEP_SUPPORT
82 bool
83 default y
84
f0d1b0b3
DH
85config ARCH_HAS_ILOG2_U32
86 bool
87 default n
88
89config ARCH_HAS_ILOG2_U64
90 bool
91 default n
92
1da177e4
LT
93source "init/Kconfig"
94
95menu "System type"
96
f3d22298
PM
97source "arch/sh/mm/Kconfig"
98
99menu "Processor features"
bc8fb5d0 100
1da177e4 101choice
f3d22298
PM
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
108config CPU_LITTLE_ENDIAN
109 bool "Little Endian"
110
111config CPU_BIG_ENDIAN
112 bool "Big Endian"
113
114endchoice
115
116config SH_FPU
117 bool "FPU support"
357d5946 118 depends on CPU_SH4
f3d22298
PM
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
126config 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
135config 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
145config 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
155config 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
162config 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
172config CPU_HAS_INTEVT
173 bool
174
175config CPU_HAS_PINT_IRQ
176 bool
177
178config CPU_HAS_MASKREG_IRQ
179 bool
180
181config CPU_HAS_INTC2_IRQ
182 bool
183
184config CPU_HAS_IPR_IRQ
185 bool
186
187config CPU_HAS_SR_RB
188 bool "CPU has SR.RB"
189 depends on CPU_SH3 || CPU_SH4
190 default y
191 help
192 This will enable the use of SR.RB register bank usage. Processors
193 that are lacking this bit must have another method in place for
194 accomplishing what is taken care of by the banked registers.
195
196 See <file:Documentation/sh/register-banks.txt> for further
197 information on SR.RB and register banking in the kernel in general.
198
199config CPU_HAS_PTEA
200 bool
201
202endmenu
203
204menu "Board support"
205
206config SOLUTION_ENGINE
207 bool
1da177e4
LT
208
209config SH_SOLUTION_ENGINE
210 bool "SolutionEngine"
bc8fb5d0 211 select SOLUTION_ENGINE
f3d22298 212 depends on CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7750
1da177e4
LT
213 help
214 Select SolutionEngine if configuring for a Hitachi SH7709
215 or SH7750 evaluation board.
216
f3d22298
PM
217config SH_7206_SOLUTION_ENGINE
218 bool "SolutionEngine7206"
219 select SOLUTION_ENGINE
220 depends on CPU_SUBTYPE_SH7206
221 help
222 Select 7206 SolutionEngine if configuring for a Hitachi SH7206
223 evaluation board.
224
225config SH_7619_SOLUTION_ENGINE
226 bool "SolutionEngine7619"
227 select SOLUTION_ENGINE
228 depends on CPU_SUBTYPE_SH7619
229 help
230 Select 7619 SolutionEngine if configuring for a Hitachi SH7619
231 evaluation board.
232
6865f0ea
RS
233config SH_7722_SOLUTION_ENGINE
234 bool "SolutionEngine7722"
235 select SOLUTION_ENGINE
f3d22298 236 depends on CPU_SUBTYPE_SH7722
6865f0ea
RS
237 help
238 Select 7722 SolutionEngine if configuring for a Hitachi SH772
239 evaluation board.
240
1da177e4
LT
241config SH_7751_SOLUTION_ENGINE
242 bool "SolutionEngine7751"
bc8fb5d0 243 select SOLUTION_ENGINE
f3d22298 244 depends on CPU_SUBTYPE_SH7751
1da177e4
LT
245 help
246 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
247 evaluation board.
b7576230
NI
248
249config SH_7780_SOLUTION_ENGINE
250 bool "SolutionEngine7780"
251 select SOLUTION_ENGINE
357d5946 252 select SYS_SUPPORTS_PCI
f3d22298 253 depends on CPU_SUBTYPE_SH7780
b7576230
NI
254 help
255 Select 7780 SolutionEngine if configuring for a Renesas SH7780
256 evaluation board.
1da177e4
LT
257
258config SH_7300_SOLUTION_ENGINE
259 bool "SolutionEngine7300"
bc8fb5d0 260 select SOLUTION_ENGINE
f3d22298 261 depends on CPU_SUBTYPE_SH7300
1da177e4 262 help
bc8fb5d0
PM
263 Select 7300 SolutionEngine if configuring for a Hitachi
264 SH7300(SH-Mobile V) evaluation board.
265
266config SH_7343_SOLUTION_ENGINE
267 bool "SolutionEngine7343"
268 select SOLUTION_ENGINE
f3d22298 269 depends on CPU_SUBTYPE_SH7343
bc8fb5d0
PM
270 help
271 Select 7343 SolutionEngine if configuring for a Hitachi
272 SH7343 (SH-Mobile 3AS) evaluation board.
1da177e4
LT
273
274config SH_73180_SOLUTION_ENGINE
f3d22298 275 bool "SolutionEngine73180"
bc8fb5d0 276 select SOLUTION_ENGINE
f3d22298 277 depends on CPU_SUBTYPE_SH73180
bc8fb5d0
PM
278 help
279 Select 73180 SolutionEngine if configuring for a Hitachi
280 SH73180(SH-Mobile 3) evaluation board.
1da177e4
LT
281
282config SH_7751_SYSTEMH
283 bool "SystemH7751R"
f3d22298 284 depends on CPU_SUBTYPE_SH7751R
1da177e4
LT
285 help
286 Select SystemH if you are configuring for a Renesas SystemH
287 7751R evaluation board.
288
cad82448
PM
289config SH_HP6XX
290 bool "HP6XX"
0a9b0db1 291 select SYS_SUPPORTS_APM_EMULATION
357d5946 292 select HD6446X_SERIES
f3d22298 293 depends on CPU_SUBTYPE_SH7709
1da177e4 294 help
cad82448 295 Select HP6XX if configuring for a HP jornada HP6xx.
1da177e4
LT
296 More information (hardware only) at
297 <http://www.hp.com/jornada/>.
298
1da177e4
LT
299config SH_DREAMCAST
300 bool "Dreamcast"
357d5946 301 select SYS_SUPPORTS_PCI
f3d22298 302 depends on CPU_SUBTYPE_SH7091
1da177e4
LT
303 help
304 Select Dreamcast if configuring for a SEGA Dreamcast.
305 More information at
306 <http://www.m17n.org/linux-sh/dreamcast/>. There is a
307 Dreamcast project is at <http://linuxdc.sourceforge.net/>.
308
1da177e4 309config SH_MPC1211
cad82448 310 bool "Interface MPC1211"
f3d22298 311 depends on CPU_SUBTYPE_SH7751 && BROKEN
cad82448
PM
312 help
313 CTP/PCI-SH02 is a CPU module computer that is produced
314 by Interface Corporation.
315 More information at <http://www.interface.co.jp>
1da177e4
LT
316
317config SH_SH03
cad82448 318 bool "Interface CTP/PCI-SH03"
f3d22298 319 depends on CPU_SUBTYPE_SH7751 && BROKEN
357d5946 320 select SYS_SUPPORTS_PCI
1da177e4 321 help
cad82448 322 CTP/PCI-SH03 is a CPU module computer that is produced
1da177e4 323 by Interface Corporation.
1da177e4
LT
324 More information at <http://www.interface.co.jp>
325
326config SH_SECUREEDGE5410
327 bool "SecureEdge5410"
f3d22298 328 depends on CPU_SUBTYPE_SH7751R
357d5946 329 select SYS_SUPPORTS_PCI
1da177e4
LT
330 help
331 Select SecureEdge5410 if configuring for a SnapGear SH board.
332 This includes both the OEM SecureEdge products as well as the
333 SME product line.
334
335config SH_HS7751RVOIP
336 bool "HS7751RVOIP"
f3d22298 337 depends on CPU_SUBTYPE_SH7751R
1da177e4
LT
338 help
339 Select HS7751RVOIP if configuring for a Renesas Technology
340 Sales VoIP board.
341
91b91d01
PM
342config SH_7710VOIPGW
343 bool "SH7710-VOIP-GW"
f3d22298 344 depends on CPU_SUBTYPE_SH7710
91b91d01
PM
345 help
346 Select this option to build a kernel for the SH7710 based
347 VOIP GW.
348
1da177e4
LT
349config SH_RTS7751R2D
350 bool "RTS7751R2D"
f3d22298 351 depends on CPU_SUBTYPE_SH7751R
357d5946 352 select SYS_SUPPORTS_PCI
1da177e4
LT
353 help
354 Select RTS7751R2D if configuring for a Renesas Technology
355 Sales SH-Graphics board.
356
32351a28
PM
357config SH_HIGHLANDER
358 bool "Highlander"
f3d22298 359 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
357d5946 360 select SYS_SUPPORTS_PCI
cad82448 361
1da177e4
LT
362config SH_EDOSK7705
363 bool "EDOSK7705"
f3d22298 364 depends on CPU_SUBTYPE_SH7705
1da177e4
LT
365
366config SH_SH4202_MICRODEV
367 bool "SH4-202 MicroDev"
f3d22298 368 depends on CPU_SUBTYPE_SH4_202
1da177e4
LT
369 help
370 Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
371 with an SH4-202 CPU.
372
cad82448
PM
373config SH_LANDISK
374 bool "LANDISK"
f3d22298 375 depends on CPU_SUBTYPE_SH7751R
357d5946 376 select SYS_SUPPORTS_PCI
cad82448
PM
377 help
378 I-O DATA DEVICE, INC. "LANDISK Series" support.
379
380config SH_TITAN
381 bool "TITAN"
f3d22298 382 depends on CPU_SUBTYPE_SH7751R
357d5946 383 select SYS_SUPPORTS_PCI
cad82448
PM
384 help
385 Select Titan if you are configuring for a Nimble Microsystems
386 NetEngine NP51R.
387
51e22e7a
TY
388config SH_SHMIN
389 bool "SHMIN"
f3d22298 390 depends on CPU_SUBTYPE_SH7706
51e22e7a 391 help
3cb2fccc 392 Select SHMIN if configuring for the SHMIN board.
51e22e7a 393
c86c5a91
NI
394config SH_LBOX_RE2
395 bool "L-BOX RE2"
f3d22298 396 depends on CPU_SUBTYPE_SH7751R
357d5946 397 select SYS_SUPPORTS_PCI
c86c5a91
NI
398 help
399 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
9d4436a6 400
f3d22298 401endmenu
1da177e4 402
32351a28
PM
403source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
404source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
405source "arch/sh/boards/renesas/r7780rp/Kconfig"
406
32351a28
PM
407menu "Timer and clock configuration"
408
cad82448
PM
409config SH_TMU
410 bool "TMU timer support"
9d4436a6 411 depends on CPU_SH3 || CPU_SH4
57be2b48
PM
412 select GENERIC_TIME
413 select GENERIC_CLOCKEVENTS
1da177e4 414 default y
1da177e4 415 help
cad82448 416 This enables the use of the TMU as the system timer.
1da177e4 417
9d4436a6
YS
418config 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
425config 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
417528a2
PM
432config SH_TIMER_IRQ
433 int
32351a28 434 default "28" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
417528a2
PM
435 default "86" if CPU_SUBTYPE_SH7619
436 default "140" if CPU_SUBTYPE_SH7206
437 default "16"
438
cad82448
PM
439config SH_PCLK_FREQ
440 int "Peripheral clock frequency (in Hz)"
9d4436a6
YS
441 default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343
442 default "31250000" if CPU_SUBTYPE_SH7619
05627486 443 default "32000000" if CPU_SUBTYPE_SH7722
9d4436a6
YS
444 default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \
445 CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \
446 CPU_SUBTYPE_SH7206
05627486 447 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
cad82448 448 default "66000000" if CPU_SUBTYPE_SH4_202
05627486 449 default "50000000"
1da177e4 450 help
cad82448
PM
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.
1da177e4 454
9d4436a6
YS
455config SH_CLK_MD
456 int "CPU Mode Pin Setting"
457 depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206
357d5946
PM
458 default 6 if CPU_SUBTYPE_SH7206
459 default 5 if CPU_SUBTYPE_SH7619
460 default 0
9d4436a6 461 help
11cbb70e 462 MD2 - MD0 pin setting.
9d4436a6 463
57be2b48
PM
464source "kernel/time/Kconfig"
465
32351a28
PM
466endmenu
467
cad82448
PM
468menu "CPU Frequency scaling"
469
470source "drivers/cpufreq/Kconfig"
1da177e4 471
cad82448
PM
472config SH_CPU_FREQ
473 tristate "SuperH CPU Frequency driver"
474 depends on CPU_FREQ
475 select CPU_FREQ_TABLE
1da177e4 476 help
cad82448
PM
477 This adds the cpufreq driver for SuperH. At present, only
478 the SH-4 is supported.
1da177e4 479
cad82448 480 For details, take a look at <file:Documentation/cpu-freq>.
1da177e4
LT
481
482 If unsure, say N.
483
cad82448
PM
484endmenu
485
9f5e8eee
PM
486source "arch/sh/drivers/Kconfig"
487
cad82448 488endmenu
1da177e4 489
cad82448
PM
490config ISA_DMA_API
491 bool
05efc67d 492 depends on SH_MPC1211
cad82448 493 default y
1da177e4 494
cad82448
PM
495menu "Kernel features"
496
91b91d01
PM
497source kernel/Kconfig.hz
498
cad82448
PM
499config KEXEC
500 bool "kexec system call (EXPERIMENTAL)"
501 depends on EXPERIMENTAL
1da177e4 502 help
cad82448
PM
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
1f1332f7 505 but it is independent of the system firmware. And like a reboot
cad82448
PM
506 you can start any kernel with it, not just Linux.
507
1f1332f7 508 The name comes from the similarity to the exec system call.
cad82448
PM
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
4d5ade5b
PM
516config 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
1da177e4
LT
530config SMP
531 bool "Symmetric multi-processing support"
357d5946 532 depends on SYS_SUPPORTS_SMP
1da177e4
LT
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
553config NR_CPUS
554 int "Maximum number of CPUs (2-32)"
555 range 2 32
556 depends on SMP
2b1bd1ac 557 default "4" if CPU_SHX3
1da177e4
LT
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
91b91d01
PM
567source "kernel/Kconfig.preempt"
568
c80d79d7
YG
569config NODES_SHIFT
570 int
571 default "1"
572 depends on NEED_MULTIPLE_NODES
573
cad82448 574endmenu
1da177e4 575
cad82448 576menu "Boot options"
1da177e4 577
cad82448
PM
578config ZERO_PAGE_OFFSET
579 hex "Zero page offset"
580 default "0x00004000" if SH_MPC1211 || SH_SH03
7a847f81
PM
581 default "0x00010000" if PAGE_SIZE_64KB
582 default "0x00002000" if PAGE_SIZE_8KB
cad82448 583 default "0x00001000"
1da177e4 584 help
cad82448 585 This sets the default offset of zero page.
1da177e4 586
cad82448
PM
587config BOOT_LINK_OFFSET
588 hex "Link address offset for booting"
589 default "0x00800000"
590 help
591 This option allows you to set the link address offset of the zImage.
592 This can be useful if you are on a board which has a small amount of
593 memory.
1da177e4 594
cad82448
PM
595config UBC_WAKEUP
596 bool "Wakeup UBC on startup"
357d5946 597 depends on CPU_SH4
cad82448
PM
598 help
599 Selecting this option will wakeup the User Break Controller (UBC) on
600 startup. Although the UBC is left in an awake state when the processor
601 comes up, some boot loaders misbehave by putting the UBC to sleep in a
602 power saving state, which causes issues with things like ptrace().
1da177e4 603
cad82448 604 If unsure, say N.
1da177e4 605
cad82448
PM
606config CMDLINE_BOOL
607 bool "Default bootloader kernel arguments"
1da177e4 608
cad82448
PM
609config CMDLINE
610 string "Initial kernel command string"
611 depends on CMDLINE_BOOL
612 default "console=ttySC1,115200"
1da177e4
LT
613
614endmenu
615
cad82448 616menu "Bus options"
1da177e4
LT
617
618# Even on SuperH devices which don't have an ISA bus,
619# this variable helps the PCMCIA modules handle
620# IRQ requesting properly -- Greg Banks.
621#
622# Though we're generally not interested in it when
623# we're not using PCMCIA, so we make it dependent on
624# PCMCIA outright. -- PFM.
625config ISA
357d5946
PM
626 def_bool y
627 depends on PCMCIA && HD6446X_SERIES
1da177e4
LT
628 help
629 Find out whether you have ISA slots on your motherboard. ISA is the
630 name of a bus system, i.e. the way the CPU talks to the other stuff
631 inside your box. Other bus systems are PCI, EISA, MicroChannel
632 (MCA) or VESA. ISA is an older system, now being displaced by PCI;
633 newer boards don't support it. If you have ISA, say Y, otherwise N.
634
635config EISA
636 bool
637 ---help---
638 The Extended Industry Standard Architecture (EISA) bus was
639 developed as an open alternative to the IBM MicroChannel bus.
640
641 The EISA bus provided some of the features of the IBM MicroChannel
642 bus while maintaining backward compatibility with cards made for
643 the older ISA bus. The EISA bus saw limited use between 1988 and
644 1995 when it was made obsolete by the PCI bus.
645
646 Say Y here if you are building a kernel for an EISA-based machine.
647
648 Otherwise, say N.
649
650config MCA
651 bool
652 help
653 MicroChannel Architecture is found in some IBM PS/2 machines and
654 laptops. It is a bus system similar to PCI or ISA. See
655 <file:Documentation/mca.txt> (and especially the web page given
656 there) before attempting to build an MCA bus kernel.
657
658config SBUS
659 bool
660
cad82448
PM
661config SUPERHYWAY
662 tristate "SuperHyway Bus support"
663 depends on CPU_SUBTYPE_SH4_202
1da177e4 664
824e55f9
PM
665config CF_ENABLER
666 bool "Compact Flash Enabler support"
667 depends on SOLUTION_ENGINE || SH_SH03
668 ---help---
669 Compact Flash is a small, removable mass storage device introduced
670 in 1994 originally as a PCMCIA device. If you say `Y' here, you
671 compile in support for Compact Flash devices directly connected to
672 a SuperH processor. A Compact Flash FAQ is available at
673 <http://www.compactflash.org/faqs/faq.htm>.
674
675 If your board has "Directly Connected" CompactFlash at area 5 or 6,
676 you may want to enable this option. Then, you can use CF as
677 primary IDE drive (only tested for SanDisk).
678
679 If in doubt, select 'N'.
680
681choice
682 prompt "Compact Flash Connection Area"
683 depends on CF_ENABLER
684 default CF_AREA6
685
686config CF_AREA5
687 bool "Area5"
688 help
689 If your board has "Directly Connected" CompactFlash, You should
690 select the area where your CF is connected to.
691
692 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
693 - "Area6" if it is connected to Area 6 (0x18000000)
694
695 "Area6" will work for most boards.
696
697config CF_AREA6
698 bool "Area6"
699
700endchoice
701
702config CF_BASE_ADDR
703 hex
704 depends on CF_ENABLER
705 default "0xb8000000" if CF_AREA6
706 default "0xb4000000" if CF_AREA5
707
1da177e4
LT
708source "arch/sh/drivers/pci/Kconfig"
709
710source "drivers/pci/Kconfig"
711
712source "drivers/pcmcia/Kconfig"
713
714source "drivers/pci/hotplug/Kconfig"
715
716endmenu
717
718menu "Executable file formats"
719
720source "fs/Kconfig.binfmt"
721
722endmenu
723
3aa770e7 724menu "Power management options (EXPERIMENTAL)"
357d5946 725depends on EXPERIMENTAL && SYS_SUPPORTS_PM
3aa770e7
AS
726
727source kernel/power/Kconfig
728
3aa770e7
AS
729endmenu
730
d5950b43
SR
731source "net/Kconfig"
732
1da177e4
LT
733source "drivers/Kconfig"
734
735source "fs/Kconfig"
736
737source "arch/sh/oprofile/Kconfig"
738
739source "arch/sh/Kconfig.debug"
740
741source "security/Kconfig"
742
743source "crypto/Kconfig"
744
745source "lib/Kconfig"
This page took 0.283773 seconds and 5 git commands to generate.