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