Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option
[linux-2.6-block.git] / arch / sh / Kconfig
CommitLineData
1da177e4 1config SUPERH
ea0e1a9a 2 def_bool y
6a108a14 3 select EXPERT
6d803ba7 4 select CLKDEV_LOOKUP
86e4dd5a 5 select HAVE_IDE if HAS_IOPORT
95f72d1e 6 select HAVE_MEMBLOCK
534cfbee 7 select HAVE_MEMBLOCK_NODE_MAP
adaf7fd2 8 select ARCH_DISCARD_MEMBLOCK
42d4b839 9 select HAVE_OPROFILE
9de90ac2 10 select HAVE_GENERIC_DMA_COHERENT
d7b01f78 11 select HAVE_ARCH_TRACEHOOK
f802d969 12 select HAVE_DMA_API_DEBUG
73c926be 13 select HAVE_DMA_ATTRS
e360adbe 14 select HAVE_IRQ_WORK
cdd6c482 15 select HAVE_PERF_EVENTS
9b2a60c4 16 select HAVE_DEBUG_BUGVERBOSE
7563bbf8 17 select ARCH_HAVE_CUSTOM_GPIO_H
df013ffb 18 select ARCH_HAVE_NMI_SAFE_CMPXCHG if (GUSA_RB || CPU_SH4A)
72f0c137 19 select PERF_USE_VMALLOC
b69ec42b 20 select HAVE_DEBUG_KMEMLEAK
df8ce259 21 select HAVE_KERNEL_GZIP
07e88e1b
PM
22 select HAVE_KERNEL_BZIP2
23 select HAVE_KERNEL_LZMA
50cfa79d 24 select HAVE_KERNEL_XZ
c7b16efb 25 select HAVE_KERNEL_LZO
af1839eb 26 select HAVE_UID16
c1d7e01d 27 select ARCH_WANT_IPC_PARSE_VERSION
a74f7e04 28 select HAVE_SYSCALL_TRACEPOINTS
eaaaeef3 29 select HAVE_REGS_AND_STACK_ACCESS_API
57b81330 30 select HAVE_GENERIC_HARDIRQS
2ed86b16 31 select MAY_HAVE_SPARSE_IRQ
ed170924 32 select IRQ_FORCED_THREADING
6eac1af0 33 select RTC_LIB
f01789c6 34 select GENERIC_ATOMIC64
3d44ae40 35 select GENERIC_IRQ_SHOW
ea0588cb 36 select GENERIC_SMP_IDLE_THREAD
8cf200d8
AMG
37 select GENERIC_CLOCKEVENTS
38 select GENERIC_CMOS_UPDATE if SH_SH03 || SH_DREAMCAST
0e100e11 39 select GENERIC_STRNCPY_FROM_USER
cba8df4b 40 select GENERIC_STRNLEN_USER
1da177e4
LT
41 help
42 The SuperH is a RISC processor targeted for use in embedded systems
43 and consumer electronics; it was also used in the Sega Dreamcast
44 gaming console. The SuperH port has a home page at
45 <http://www.linux-sh.org/>.
46
39d28a2d 47config SUPERH32
3cc000b5 48 def_bool ARCH = "sh"
d39f5450
CS
49 select HAVE_KPROBES
50 select HAVE_KRETPROBES
6d63e73d 51 select HAVE_IOREMAP_PROT if MMU && !X2TLB
694f94f2 52 select HAVE_FUNCTION_TRACER
fad57feb
MF
53 select HAVE_FTRACE_MCOUNT_RECORD
54 select HAVE_DYNAMIC_FTRACE
c1340c05 55 select HAVE_FUNCTION_TRACE_MCOUNT_TEST
e4b053d9 56 select HAVE_FTRACE_NMI_ENTER if DYNAMIC_FTRACE
c1d7e01d 57 select ARCH_WANT_IPC_PARSE_VERSION
327933f5 58 select HAVE_FUNCTION_GRAPH_TRACER
ab6e570b 59 select HAVE_ARCH_KGDB
6fbfe8d7 60 select HAVE_HW_BREAKPOINT
0102752e 61 select HAVE_MIXED_BREAKPOINTS_REGS
e583d6b3 62 select PERF_EVENTS
8dafc346 63 select ARCH_HIBERNATION_POSSIBLE if MMU
57b81330 64 select SPARSE_IRQ
ea0e1a9a
PM
65
66config SUPERH64
3cc000b5 67 def_bool ARCH = "sh64"
3a898c0f 68 select KALLSYMS
39d28a2d 69
f42b7e3d
PM
70config ARCH_DEFCONFIG
71 string
72 default "arch/sh/configs/shx3_defconfig" if SUPERH32
73 default "arch/sh/configs/cayman_defconfig" if SUPERH64
74
1da177e4 75config RWSEM_GENERIC_SPINLOCK
d7ef4fb3 76 def_bool y
1da177e4
LT
77
78config RWSEM_XCHGADD_ALGORITHM
79 bool
80
fa691511
PM
81config GENERIC_BUG
82 def_bool y
a82d53ec 83 depends on BUG && SUPERH32
fa691511 84
3767f3f1
PM
85config GENERIC_CSUM
86 def_bool y
87 depends on SUPERH64
88
e2268c71 89config GENERIC_HWEIGHT
d7ef4fb3 90 def_bool y
e2268c71 91
2eb2a436
PM
92config IRQ_PER_CPU
93 def_bool y
94
2967dab1
MD
95config GENERIC_GPIO
96 def_bool n
97
1da177e4 98config GENERIC_CALIBRATE_DELAY
cf204fa7 99 bool
1da177e4 100
bdcab87b
PM
101config GENERIC_LOCKBREAK
102 def_bool y
103 depends on SMP && PREEMPT
104
af998a9a
MD
105config ARCH_SUSPEND_POSSIBLE
106 def_bool n
107
108config ARCH_HIBERNATION_POSSIBLE
109 def_bool n
357d5946 110
0a9b0db1
PM
111config SYS_SUPPORTS_APM_EMULATION
112 bool
af998a9a 113 select ARCH_SUSPEND_POSSIBLE
357d5946 114
ffb4a73d
PM
115config SYS_SUPPORTS_HUGETLBFS
116 bool
117
357d5946
PM
118config SYS_SUPPORTS_SMP
119 bool
120
121config SYS_SUPPORTS_NUMA
122 bool
123
124config SYS_SUPPORTS_PCI
125 bool
0a9b0db1 126
f5ad881b
PM
127config SYS_SUPPORTS_CMT
128 bool
129
d5ed4c2e
MD
130config SYS_SUPPORTS_MTU2
131 bool
132
9570ef20
MD
133config SYS_SUPPORTS_TMU
134 bool
135
afbfb52e 136config STACKTRACE_SUPPORT
d7ef4fb3 137 def_bool y
afbfb52e
PM
138
139config LOCKDEP_SUPPORT
d7ef4fb3 140 def_bool y
afbfb52e 141
5a89f1ad
PM
142config HAVE_LATENCYTOP_SUPPORT
143 def_bool y
5a89f1ad 144
f0d1b0b3 145config ARCH_HAS_ILOG2_U32
d7ef4fb3 146 def_bool n
f0d1b0b3
DH
147
148config ARCH_HAS_ILOG2_U64
d7ef4fb3 149 def_bool n
f0d1b0b3 150
e257ad06
PM
151config ARCH_NO_VIRT_TO_BUS
152 def_bool y
153
e869a90e
PM
154config ARCH_HAS_DEFAULT_IDLE
155 def_bool y
156
86e4dd5a 157config NO_IOPORT
37b7a978 158 def_bool !PCI
c30b9c43
PM
159 depends on !SH_CAYMAN && !SH_SH4202_MICRODEV && !SH_SHMIN && \
160 !SH_HP6XX && !SH_SOLUTION_ENGINE
86e4dd5a 161
e7cc9a73
MD
162config IO_TRAPPED
163 bool
164
b7e68d68
PM
165config SWAP_IO_SPACE
166 bool
167
01be5d63
PM
168config DMA_COHERENT
169 bool
170
171config DMA_NONCOHERENT
172 def_bool !DMA_COHERENT
173
5cabbb62
FT
174config NEED_DMA_MAP_STATE
175 def_bool DMA_NONCOHERENT
176
18e98307
FT
177config NEED_SG_DMA_LENGTH
178 def_bool y
179
1da177e4
LT
180source "init/Kconfig"
181
dc52ddc0
MH
182source "kernel/Kconfig.freezer"
183
1da177e4
LT
184menu "System type"
185
b5f42db0
PM
186#
187# Processor families
188#
189config CPU_SH2
190 bool
191
192config CPU_SH2A
193 bool
194 select CPU_SH2
e2fcf74f 195 select UNCACHED_MAPPING
b5f42db0
PM
196
197config CPU_SH3
198 bool
199 select CPU_HAS_INTEVT
200 select CPU_HAS_SR_RB
4fa48e17 201 select SYS_SUPPORTS_TMU
b5f42db0
PM
202
203config CPU_SH4
204 bool
205 select CPU_HAS_INTEVT
206 select CPU_HAS_SR_RB
b5f42db0 207 select CPU_HAS_FPU if !CPU_SH4AL_DSP
4fa48e17 208 select SYS_SUPPORTS_TMU
ffb4a73d 209 select SYS_SUPPORTS_HUGETLBFS if MMU
b5f42db0
PM
210
211config CPU_SH4A
212 bool
213 select CPU_SH4
214
215config CPU_SH4AL_DSP
216 bool
217 select CPU_SH4A
218 select CPU_HAS_DSP
219
ea0e1a9a
PM
220config CPU_SH5
221 bool
222 select CPU_HAS_FPU
add47067 223 select SYS_SUPPORTS_TMU
ffb4a73d 224 select SYS_SUPPORTS_HUGETLBFS if MMU
ea0e1a9a 225
b5f42db0
PM
226config CPU_SHX2
227 bool
228
229config CPU_SHX3
230 bool
01be5d63 231 select DMA_COHERENT
4b478ee2
PM
232 select SYS_SUPPORTS_SMP
233 select SYS_SUPPORTS_NUMA
b5f42db0 234
dc65a977
PM
235config ARCH_SHMOBILE
236 bool
77594912 237 select ARCH_SUSPEND_POSSIBLE
ac2c596b
MD
238 select PM
239 select PM_RUNTIME
dc65a977 240
86c8c047
MF
241config CPU_HAS_PMU
242 depends on CPU_SH4 || CPU_SH4A
243 default y
244 bool
245
3cc000b5
PM
246if SUPERH32
247
b5f42db0
PM
248choice
249 prompt "Processor sub-type selection"
250
251#
252# Processor subtypes
253#
254
255# SH-2 Processor Support
256
257config CPU_SUBTYPE_SH7619
258 bool "Support SH7619 processor"
259 select CPU_SH2
f5ad881b 260 select SYS_SUPPORTS_CMT
b5f42db0
PM
261
262# SH-2A Processor Support
263
2825999e
PG
264config CPU_SUBTYPE_SH7201
265 bool "Support SH7201 processor"
266 select CPU_SH2A
267 select CPU_HAS_FPU
da107c6e 268 select SYS_SUPPORTS_MTU2
2825999e 269
6d01f510
PM
270config CPU_SUBTYPE_SH7203
271 bool "Support SH7203 processor"
272 select CPU_SH2A
74d99a5e 273 select CPU_HAS_FPU
f5ad881b 274 select SYS_SUPPORTS_CMT
da107c6e 275 select SYS_SUPPORTS_MTU2
f020c92d 276 select ARCH_WANT_OPTIONAL_GPIOLIB
6d01f510 277
b5f42db0
PM
278config CPU_SUBTYPE_SH7206
279 bool "Support SH7206 processor"
280 select CPU_SH2A
f5ad881b 281 select SYS_SUPPORTS_CMT
da107c6e 282 select SYS_SUPPORTS_MTU2
b5f42db0 283
a8f67f4b
PM
284config CPU_SUBTYPE_SH7263
285 bool "Support SH7263 processor"
286 select CPU_SH2A
74d99a5e 287 select CPU_HAS_FPU
f5ad881b 288 select SYS_SUPPORTS_CMT
da107c6e 289 select SYS_SUPPORTS_MTU2
a8f67f4b 290
51ce3068
PE
291config CPU_SUBTYPE_SH7264
292 bool "Support SH7264 processor"
293 select CPU_SH2A
294 select CPU_HAS_FPU
295 select SYS_SUPPORTS_CMT
296 select SYS_SUPPORTS_MTU2
297
0b25b7c8
PE
298config CPU_SUBTYPE_SH7269
299 bool "Support SH7269 processor"
300 select CPU_SH2A
301 select CPU_HAS_FPU
302 select SYS_SUPPORTS_CMT
303 select SYS_SUPPORTS_MTU2
304
2ad69908
PM
305config CPU_SUBTYPE_MXG
306 bool "Support MX-G processor"
307 select CPU_SH2A
da107c6e 308 select SYS_SUPPORTS_MTU2
2ad69908
PM
309 help
310 Select MX-G if running on an R8A03022BG part.
311
b5f42db0
PM
312# SH-3 Processor Support
313
314config CPU_SUBTYPE_SH7705
315 bool "Support SH7705 processor"
316 select CPU_SH3
317
318config CPU_SUBTYPE_SH7706
319 bool "Support SH7706 processor"
320 select CPU_SH3
321 help
322 Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.
323
324config CPU_SUBTYPE_SH7707
325 bool "Support SH7707 processor"
326 select CPU_SH3
327 help
328 Select SH7707 if you have a 60 Mhz SH-3 HD6417707 CPU.
329
330config CPU_SUBTYPE_SH7708
331 bool "Support SH7708 processor"
332 select CPU_SH3
333 help
334 Select SH7708 if you have a 60 Mhz SH-3 HD6417708S or
335 if you have a 100 Mhz SH-3 HD6417708R CPU.
336
337config CPU_SUBTYPE_SH7709
338 bool "Support SH7709 processor"
339 select CPU_SH3
340 help
341 Select SH7709 if you have a 80 Mhz SH-3 HD6417709 CPU.
342
343config CPU_SUBTYPE_SH7710
344 bool "Support SH7710 processor"
345 select CPU_SH3
346 select CPU_HAS_DSP
347 help
348 Select SH7710 if you have a SH3-DSP SH7710 CPU.
349
350config CPU_SUBTYPE_SH7712
351 bool "Support SH7712 processor"
352 select CPU_SH3
353 select CPU_HAS_DSP
354 help
355 Select SH7712 if you have a SH3-DSP SH7712 CPU.
356
357config CPU_SUBTYPE_SH7720
358 bool "Support SH7720 processor"
359 select CPU_SH3
360 select CPU_HAS_DSP
2b23a882 361 select SYS_SUPPORTS_CMT
f020c92d 362 select ARCH_WANT_OPTIONAL_GPIOLIB
e3e9887e 363 select USB_ARCH_HAS_OHCI
7b61ca5d 364 select USB_OHCI_SH if USB_OHCI_HCD
b5f42db0
PM
365 help
366 Select SH7720 if you have a SH3-DSP SH7720 CPU.
367
31a49c4b
YS
368config CPU_SUBTYPE_SH7721
369 bool "Support SH7721 processor"
370 select CPU_SH3
371 select CPU_HAS_DSP
2b23a882 372 select SYS_SUPPORTS_CMT
e3e9887e 373 select USB_ARCH_HAS_OHCI
7b61ca5d 374 select USB_OHCI_SH if USB_OHCI_HCD
31a49c4b
YS
375 help
376 Select SH7721 if you have a SH3-DSP SH7721 CPU.
377
b5f42db0
PM
378# SH-4 Processor Support
379
380config CPU_SUBTYPE_SH7750
381 bool "Support SH7750 processor"
382 select CPU_SH4
383 help
384 Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.
385
386config CPU_SUBTYPE_SH7091
387 bool "Support SH7091 processor"
388 select CPU_SH4
389 help
390 Select SH7091 if you have an SH-4 based Sega device (such as
391 the Dreamcast, Naomi, and Naomi 2).
392
393config CPU_SUBTYPE_SH7750R
394 bool "Support SH7750R processor"
395 select CPU_SH4
396
397config CPU_SUBTYPE_SH7750S
398 bool "Support SH7750S processor"
399 select CPU_SH4
400
401config CPU_SUBTYPE_SH7751
402 bool "Support SH7751 processor"
403 select CPU_SH4
404 help
405 Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
406 or if you have a HD6417751R CPU.
407
408config CPU_SUBTYPE_SH7751R
409 bool "Support SH7751R processor"
410 select CPU_SH4
411
412config CPU_SUBTYPE_SH7760
413 bool "Support SH7760 processor"
414 select CPU_SH4
415
416config CPU_SUBTYPE_SH4_202
417 bool "Support SH4-202 processor"
418 select CPU_SH4
419
420# SH-4A Processor Support
421
178dd0cd
PM
422config CPU_SUBTYPE_SH7723
423 bool "Support SH7723 processor"
424 select CPU_SH4A
425 select CPU_SHX2
dc65a977 426 select ARCH_SHMOBILE
178dd0cd 427 select ARCH_SPARSEMEM_ENABLE
f5ad881b 428 select SYS_SUPPORTS_CMT
f020c92d 429 select ARCH_WANT_OPTIONAL_GPIOLIB
178dd0cd
PM
430 help
431 Select SH7723 if you have an SH-MobileR2 CPU.
432
0207a2ef
KM
433config CPU_SUBTYPE_SH7724
434 bool "Support SH7724 processor"
435 select CPU_SH4A
436 select CPU_SHX2
59fe700d 437 select ARCH_SHMOBILE
0207a2ef
KM
438 select ARCH_SPARSEMEM_ENABLE
439 select SYS_SUPPORTS_CMT
f020c92d 440 select ARCH_WANT_OPTIONAL_GPIOLIB
0207a2ef
KM
441 help
442 Select SH7724 if you have an SH-MobileR2R CPU.
443
fea88a0c
NI
444config CPU_SUBTYPE_SH7734
445 bool "Support SH7734 processor"
446 select CPU_SH4A
447 select CPU_SHX2
448 select ARCH_WANT_OPTIONAL_GPIOLIB
449 select USB_ARCH_HAS_OHCI
450 select USB_ARCH_HAS_EHCI
451 help
452 Select SH7734 if you have a SH4A SH7734 CPU.
453
c01f0f1a
YS
454config CPU_SUBTYPE_SH7757
455 bool "Support SH7757 processor"
456 select CPU_SH4A
457 select CPU_SHX2
f020c92d 458 select ARCH_WANT_OPTIONAL_GPIOLIB
0fe48601
YS
459 select USB_ARCH_HAS_OHCI
460 select USB_ARCH_HAS_EHCI
c01f0f1a
YS
461 help
462 Select SH7757 if you have a SH4A SH7757 CPU.
463
7d740a06
YS
464config CPU_SUBTYPE_SH7763
465 bool "Support SH7763 processor"
466 select CPU_SH4A
e3e9887e 467 select USB_ARCH_HAS_OHCI
7b61ca5d 468 select USB_OHCI_SH if USB_OHCI_HCD
7d740a06
YS
469 help
470 Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.
471
b5f42db0
PM
472config CPU_SUBTYPE_SH7770
473 bool "Support SH7770 processor"
474 select CPU_SH4A
475
476config CPU_SUBTYPE_SH7780
477 bool "Support SH7780 processor"
478 select CPU_SH4A
479
480config CPU_SUBTYPE_SH7785
481 bool "Support SH7785 processor"
482 select CPU_SH4A
483 select CPU_SHX2
55ba99eb
KM
484 select ARCH_SPARSEMEM_ENABLE
485 select SYS_SUPPORTS_NUMA
f020c92d 486 select ARCH_WANT_OPTIONAL_GPIOLIB
55ba99eb
KM
487
488config CPU_SUBTYPE_SH7786
489 bool "Support SH7786 processor"
490 select CPU_SH4A
37042fbd 491 select CPU_SHX3
8263a67e 492 select CPU_HAS_PTEAEX
2eb2a436 493 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
f020c92d 494 select ARCH_WANT_OPTIONAL_GPIOLIB
e3e9887e 495 select USB_ARCH_HAS_OHCI
7b61ca5d 496 select USB_OHCI_SH if USB_OHCI_HCD
e3e9887e 497 select USB_ARCH_HAS_EHCI
7b61ca5d 498 select USB_EHCI_SH if USB_EHCI_HCD
b5f42db0
PM
499
500config CPU_SUBTYPE_SHX3
501 bool "Support SH-X3 processor"
502 select CPU_SH4A
503 select CPU_SHX3
5840263e 504 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
742759ea 505 select ARCH_REQUIRE_GPIOLIB
b5f42db0
PM
506
507# SH4AL-DSP Processor Support
508
509config CPU_SUBTYPE_SH7343
510 bool "Support SH7343 processor"
511 select CPU_SH4AL_DSP
dc65a977 512 select ARCH_SHMOBILE
f5ad881b 513 select SYS_SUPPORTS_CMT
b5f42db0
PM
514
515config CPU_SUBTYPE_SH7722
516 bool "Support SH7722 processor"
517 select CPU_SH4AL_DSP
518 select CPU_SHX2
dc65a977 519 select ARCH_SHMOBILE
b5f42db0
PM
520 select ARCH_SPARSEMEM_ENABLE
521 select SYS_SUPPORTS_NUMA
f5ad881b 522 select SYS_SUPPORTS_CMT
f020c92d 523 select ARCH_WANT_OPTIONAL_GPIOLIB
9109a30e
MD
524
525config CPU_SUBTYPE_SH7366
526 bool "Support SH7366 processor"
527 select CPU_SH4AL_DSP
528 select CPU_SHX2
dc65a977 529 select ARCH_SHMOBILE
9109a30e
MD
530 select ARCH_SPARSEMEM_ENABLE
531 select SYS_SUPPORTS_NUMA
f5ad881b 532 select SYS_SUPPORTS_CMT
b5f42db0 533
3cc000b5
PM
534endchoice
535
536endif
537
538if SUPERH64
539
540choice
541 prompt "Processor sub-type selection"
542
ea0e1a9a
PM
543# SH-5 Processor Support
544
545config CPU_SUBTYPE_SH5_101
546 bool "Support SH5-101 processor"
547 select CPU_SH5
548
549config CPU_SUBTYPE_SH5_103
550 bool "Support SH5-103 processor"
8ef97dd7 551 select CPU_SH5
ea0e1a9a 552
b5f42db0
PM
553endchoice
554
3cc000b5
PM
555endif
556
f3d22298 557source "arch/sh/mm/Kconfig"
939a24a6 558
4690bdc7 559source "arch/sh/Kconfig.cpu"
f3d22298 560
939a24a6 561source "arch/sh/boards/Kconfig"
32351a28 562
32351a28
PM
563menu "Timer and clock configuration"
564
9570ef20
MD
565config SH_TIMER_TMU
566 bool "TMU timer driver"
f19900b2 567 depends on SYS_SUPPORTS_TMU
9570ef20 568 default y
9570ef20
MD
569 help
570 This enables the build of the TMU timer driver.
571
f5ad881b 572config SH_TIMER_CMT
f425752f
MD
573 bool "CMT timer driver"
574 depends on SYS_SUPPORTS_CMT
575 default y
f425752f
MD
576 help
577 This enables build of the CMT timer driver.
f5ad881b 578
d5ed4c2e
MD
579config SH_TIMER_MTU2
580 bool "MTU2 timer driver"
3280c886 581 depends on SYS_SUPPORTS_MTU2
d5ed4c2e 582 default y
d5ed4c2e
MD
583 help
584 This enables build of the MTU2 timer driver.
585
cad82448
PM
586config SH_PCLK_FREQ
587 int "Peripheral clock frequency (in Hz)"
8152a74b 588 depends on SH_CLK_CPG_LEGACY
9d4436a6 589 default "31250000" if CPU_SUBTYPE_SH7619
8152a74b
PM
590 default "33333333" if CPU_SUBTYPE_SH7770 || \
591 CPU_SUBTYPE_SH7760 || \
592 CPU_SUBTYPE_SH7705 || \
593 CPU_SUBTYPE_SH7203 || \
594 CPU_SUBTYPE_SH7206 || \
595 CPU_SUBTYPE_SH7263 || \
43a1839c 596 CPU_SUBTYPE_MXG
05627486 597 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R
cad82448 598 default "66000000" if CPU_SUBTYPE_SH4_202
05627486 599 default "50000000"
1da177e4 600 help
cad82448
PM
601 This option is used to specify the peripheral clock frequency.
602 This is necessary for determining the reference clock value on
603 platforms lacking an RTC.
1da177e4 604
36aa1e32
PM
605config SH_CLK_CPG
606 def_bool y
607
253b0887 608config SH_CLK_CPG_LEGACY
36aa1e32 609 depends on SH_CLK_CPG
43a1839c 610 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \
51ce3068 611 !CPU_SHX3 && !CPU_SUBTYPE_SH7757 && \
bcb86e0a
PM
612 !CPU_SUBTYPE_SH7734 && !CPU_SUBTYPE_SH7264 && \
613 !CPU_SUBTYPE_SH7269
253b0887 614
32351a28
PM
615endmenu
616
cad82448
PM
617menu "CPU Frequency scaling"
618
619source "drivers/cpufreq/Kconfig"
1da177e4 620
cad82448
PM
621config SH_CPU_FREQ
622 tristate "SuperH CPU Frequency driver"
cb5ec75b 623 depends on CPU_FREQ
cad82448 624 select CPU_FREQ_TABLE
1da177e4 625 help
8a655053
PM
626 This adds the cpufreq driver for SuperH. Any CPU that supports
627 clock rate rounding through the clock framework can use this
628 driver. While it will make the kernel slightly larger, this is
629 harmless for CPUs that don't support rate rounding. The driver
630 will also generate a notice in the boot log before disabling
631 itself if the CPU in question is not capable of rate rounding.
1da177e4 632
cad82448 633 For details, take a look at <file:Documentation/cpu-freq>.
1da177e4
LT
634
635 If unsure, say N.
636
cad82448
PM
637endmenu
638
9f5e8eee
PM
639source "arch/sh/drivers/Kconfig"
640
cad82448 641endmenu
1da177e4 642
cad82448
PM
643menu "Kernel features"
644
91b91d01
PM
645source kernel/Kconfig.hz
646
cad82448
PM
647config KEXEC
648 bool "kexec system call (EXPERIMENTAL)"
f36b59d1 649 depends on SUPERH32 && EXPERIMENTAL && MMU
1da177e4 650 help
cad82448
PM
651 kexec is a system call that implements the ability to shutdown your
652 current kernel, and to start another kernel. It is like a reboot
1f1332f7 653 but it is independent of the system firmware. And like a reboot
cad82448
PM
654 you can start any kernel with it, not just Linux.
655
1f1332f7 656 The name comes from the similarity to the exec system call.
cad82448
PM
657
658 It is an ongoing process to be certain the hardware in a machine
659 is properly shutdown, so do not be surprised if this code does not
660 initially work for you. It may help to enable device hotplugging
661 support. As of this writing the exact hardware interface is
662 strongly in flux, so no good recommendation can be made.
663
4d5ade5b
PM
664config CRASH_DUMP
665 bool "kernel crash dumps (EXPERIMENTAL)"
d523e1ae 666 depends on SUPERH32 && EXPERIMENTAL && BROKEN_ON_SMP
4d5ade5b
PM
667 help
668 Generate crash dump after being started by kexec.
669 This should be normally only set in special crash dump kernels
670 which are loaded in the main kernel with kexec-tools into
671 a specially reserved region and then later executed after
672 a crash by kdump/kexec. The crash dump kernel must be compiled
673 to a memory address not used by the main kernel using
e66ac3f2 674 PHYSICAL_START.
4d5ade5b
PM
675
676 For more details see Documentation/kdump/kdump.txt
677
b7cf6ddc
MD
678config KEXEC_JUMP
679 bool "kexec jump (EXPERIMENTAL)"
680 depends on SUPERH32 && KEXEC && HIBERNATION && EXPERIMENTAL
681 help
682 Jump between original kernel and kexeced kernel and invoke
683 code via KEXEC
684
e66ac3f2
SH
685config PHYSICAL_START
686 hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP)
687 default MEMORY_START
688 ---help---
689 This gives the physical address where the kernel is loaded
690 and is ordinarily the same as MEMORY_START.
691
692 Different values are primarily used in the case of kexec on panic
693 where the fail safe kernel needs to run at a different address
694 than the panic-ed kernel.
695
c4637d47
PM
696config SECCOMP
697 bool "Enable seccomp to safely compute untrusted bytecode"
698 depends on PROC_FS
c4637d47
PM
699 help
700 This kernel feature is useful for number crunching applications
701 that may need to compute untrusted bytecode during their
702 execution. By using pipes or other transports made available to
703 the process as file descriptors supporting the read/write
704 syscalls, it's possible to isolate those applications in
705 their own address space using seccomp. Once seccomp is
706 enabled via prctl, it cannot be disabled and the task is only
707 allowed to execute a few safe syscalls defined by each seccomp
708 mode.
709
710 If unsure, say N.
711
5d920bb9
FA
712config CC_STACKPROTECTOR
713 bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
714 depends on SUPERH32 && EXPERIMENTAL
715 help
716 This option turns on the -fstack-protector GCC feature. This
717 feature puts, at the beginning of functions, a canary value on
718 the stack just before the return address, and validates
719 the value just before actually returning. Stack based buffer
720 overflows (that need to overwrite this return address) now also
721 overwrite the canary, which gets detected and the attack is then
722 neutralized via a kernel panic.
723
724 This feature requires gcc version 4.2 or above.
725
1da177e4
LT
726config SMP
727 bool "Symmetric multi-processing support"
357d5946 728 depends on SYS_SUPPORTS_SMP
490f5de5 729 select USE_GENERIC_SMP_HELPERS
1da177e4
LT
730 ---help---
731 This enables support for systems with more than one CPU. If you have
732 a system with only one CPU, like most personal computers, say N. If
733 you have a system with more than one CPU, say Y.
734
735 If you say N here, the kernel will run on single and multiprocessor
736 machines, but will use only one CPU of a multiprocessor machine. If
737 you say Y here, the kernel will run on many, but not all,
738 singleprocessor machines. On a singleprocessor machine, the kernel
739 will run faster if you say N here.
740
741 People using multiprocessor machines who say Y here should also say
742 Y to "Enhanced Real Time Clock Support", below.
743
03502faa
AB
744 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
745 available at <http://www.tldp.org/docs.html#howto>.
1da177e4
LT
746
747 If you don't know what to do here, say N.
748
749config NR_CPUS
750 int "Maximum number of CPUs (2-32)"
751 range 2 32
752 depends on SMP
2eb2a436 753 default "4" if CPU_SUBTYPE_SHX3
1da177e4
LT
754 default "2"
755 help
756 This allows you to specify the maximum number of CPUs which this
757 kernel will support. The maximum supported value is 32 and the
758 minimum value which makes sense is 2.
759
760 This is purely to save memory - each supported CPU adds
761 approximately eight kilobytes to the kernel image.
762
763142d1
PM
763config HOTPLUG_CPU
764 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
765 depends on SMP && HOTPLUG && EXPERIMENTAL
766 help
767 Say Y here to experiment with turning CPUs off and on. CPUs
768 can be controlled through /sys/devices/system/cpu.
769
91b91d01
PM
770source "kernel/Kconfig.preempt"
771
83662461
PM
772config GUSA
773 def_bool y
1efe4ce3 774 depends on !SMP && SUPERH32
83662461
PM
775 help
776 This enables support for gUSA (general UserSpace Atomicity).
777 This is the default implementation for both UP and non-ll/sc
778 CPUs, and is used by the libc, amongst others.
779
780 For additional information, design information can be found
781 in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.
782
783 This should only be disabled for special cases where alternate
784 atomicity implementations exist.
785
1efe4ce3
SM
786config GUSA_RB
787 bool "Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)"
788 depends on GUSA && CPU_SH3 || (CPU_SH4 && !CPU_SH4A)
789 help
790 Enabling this option will allow the kernel to implement some
692105b8 791 atomic operations using a software implementation of load-locked/
1efe4ce3
SM
792 store-conditional (LLSC). On machines which do not have hardware
793 LLSC, this should be more efficient than the other alternative of
692105b8 794 disabling interrupts around the atomic sequence.
1efe4ce3 795
86c8c047
MF
796config HW_PERF_EVENTS
797 bool "Enable hardware performance counter support for perf events"
798 depends on PERF_EVENTS && CPU_HAS_PMU
799 default y
800 help
801 Enable hardware performance counter support for perf events. If
802 disabled, perf events will use software events only.
803
43b8774d
PM
804source "drivers/sh/Kconfig"
805
cad82448 806endmenu
1da177e4 807
cad82448 808menu "Boot options"
1da177e4 809
cad82448 810config ZERO_PAGE_OFFSET
b412a49a
PM
811 hex
812 default "0x00010000" if PAGE_SIZE_64KB || SH_RTS7751R2D || \
813 SH_7751_SOLUTION_ENGINE
814 default "0x00004000" if PAGE_SIZE_16KB || SH_SH03
7a847f81 815 default "0x00002000" if PAGE_SIZE_8KB
cad82448 816 default "0x00001000"
1da177e4 817 help
cad82448 818 This sets the default offset of zero page.
1da177e4 819
cad82448 820config BOOT_LINK_OFFSET
b412a49a
PM
821 hex
822 default "0x00210000" if SH_SHMIN
a2e76c80 823 default "0x00400000" if SH_CAYMAN
b412a49a
PM
824 default "0x00810000" if SH_7780_SOLUTION_ENGINE
825 default "0x009e0000" if SH_TITAN
826 default "0x01800000" if SH_SDK7780
827 default "0x02000000" if SH_EDOSK7760
cad82448
PM
828 default "0x00800000"
829 help
830 This option allows you to set the link address offset of the zImage.
831 This can be useful if you are on a board which has a small amount of
832 memory.
1da177e4 833
b412a49a
PM
834config ENTRY_OFFSET
835 hex
836 default "0x00001000" if PAGE_SIZE_4KB
837 default "0x00002000" if PAGE_SIZE_8KB
838 default "0x00004000" if PAGE_SIZE_16KB
839 default "0x00010000" if PAGE_SIZE_64KB
840 default "0x00000000"
841
4705b2e8
MD
842config ROMIMAGE_MMCIF
843 bool "Include MMCIF loader in romImage (EXPERIMENTAL)"
844 depends on CPU_SUBTYPE_SH7724 && EXPERIMENTAL
845 help
846 Say Y here to include experimental MMCIF loading code in
847 romImage. With this enabled it is possible to write the romImage
848 kernel image to an MMC card and boot the kernel straight from
849 the reset vector. At reset the processor Mask ROM will load the
850 first part of the romImage which in turn loads the rest the kernel
851 image to RAM using the MMCIF hardware block.
852
d724a9c9
PM
853choice
854 prompt "Kernel command line"
855 optional
856 default CMDLINE_OVERWRITE
857 help
858 Setting this option allows the kernel command line arguments
859 to be set.
860
861config CMDLINE_OVERWRITE
862 bool "Overwrite bootloader kernel arguments"
863 help
864 Given string will overwrite any arguments passed in by
865 a bootloader.
866
867config CMDLINE_EXTEND
868 bool "Extend bootloader kernel arguments"
869 help
870 Given string will be concatenated with arguments passed in
871 by a bootloader.
872
873endchoice
1da177e4 874
cad82448 875config CMDLINE
d724a9c9
PM
876 string "Kernel command line arguments string"
877 depends on CMDLINE_OVERWRITE || CMDLINE_EXTEND
cad82448 878 default "console=ttySC1,115200"
1da177e4
LT
879
880endmenu
881
cad82448 882menu "Bus options"
1da177e4 883
cad82448
PM
884config SUPERHYWAY
885 tristate "SuperHyway Bus support"
886 depends on CPU_SUBTYPE_SH4_202
1da177e4 887
17be2d2b 888config MAPLE
e16038ab
PM
889 bool "Maple Bus support"
890 depends on SH_DREAMCAST
891 help
892 The Maple Bus is SEGA's serial communication bus for peripherals
893 on the Dreamcast. Without this bus support you won't be able to
894 get your Dreamcast keyboard etc to work, so most users
895 probably want to say 'Y' here, unless you are only using the
896 Dreamcast with a serial line terminal or a remote network
897 connection.
17be2d2b 898
7693465d
PM
899config PCI
900 bool "PCI support"
901 depends on SYS_SUPPORTS_PCI
320e68da 902 select PCI_DOMAINS
43db595e 903 select GENERIC_PCI_IOMAP
1e05b62a 904 select NO_GENERIC_PCI_IOPORT_MAP
7693465d
PM
905 help
906 Find out whether you have a PCI motherboard. PCI is the name of a
907 bus system, i.e. the way the CPU talks to the other stuff inside
908 your box. If you have PCI, say Y, otherwise N.
1da177e4 909
320e68da
PM
910config PCI_DOMAINS
911 bool
912
e16038ab
PM
913source "drivers/pci/pcie/Kconfig"
914
1da177e4
LT
915source "drivers/pci/Kconfig"
916
917source "drivers/pcmcia/Kconfig"
918
919source "drivers/pci/hotplug/Kconfig"
920
921endmenu
922
923menu "Executable file formats"
924
925source "fs/Kconfig.binfmt"
926
927endmenu
928
3aa770e7 929menu "Power management options (EXPERIMENTAL)"
af998a9a 930depends on EXPERIMENTAL
f4cb5700 931
c6f17cb2
MD
932source "kernel/power/Kconfig"
933
934source "drivers/cpuidle/Kconfig"
3aa770e7 935
3aa770e7
AS
936endmenu
937
d5950b43
SR
938source "net/Kconfig"
939
1da177e4
LT
940source "drivers/Kconfig"
941
942source "fs/Kconfig"
943
1da177e4
LT
944source "arch/sh/Kconfig.debug"
945
946source "security/Kconfig"
947
948source "crypto/Kconfig"
949
950source "lib/Kconfig"