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