Restartable sequences: powerpc architecture support
[deliverable/linux.git] / arch / powerpc / Kconfig
CommitLineData
a0ae9c7c 1source "arch/powerpc/platforms/Kconfig.cputype"
17e638bc 2
14cf11af
PM
3config PPC32
4 bool
5 default y if !PPC64
6
234a71a7 7config 32BIT
8 bool
9 default y if PPC32
10
14cf11af
PM
11config 64BIT
12 bool
13 default y if PPC64
14
2578bfae
SR
15config WORD_SIZE
16 int
17 default 64 if PPC64
18 default 32 if !PPC64
19
600715dc
JF
20config ARCH_PHYS_ADDR_T_64BIT
21 def_bool PPC64 || PHYS_64BIT
22
787d44ca
FT
23config ARCH_DMA_ADDR_T_64BIT
24 def_bool ARCH_PHYS_ADDR_T_64BIT
25
14cf11af
PM
26config MMU
27 bool
28 default y
29
c2a7e818 30config HAVE_SETUP_PER_CPU_AREA
e74e3962
TH
31 def_bool PPC64
32
c2a7e818 33config NEED_PER_CPU_EMBED_FIRST_CHUNK
b32ef636 34 def_bool PPC64
35
551b81f2
ME
36config NR_IRQS
37 int "Number of virtual interrupt numbers"
859aefc5 38 range 32 32768
551b81f2
ME
39 default "512"
40 help
41 This defines the number of virtual interrupt numbers the kernel
42 can manage. Virtual interrupt numbers are what you see in
43 /proc/interrupts. If you configure your system to have too few,
44 drivers will fail to load or worse - handle with care.
45
fd3e0bbc
CH
46config STACKTRACE_SUPPORT
47 bool
48 default y
49
945feb17
BH
50config TRACE_IRQFLAGS_SUPPORT
51 bool
945feb17
BH
52 default y
53
54config LOCKDEP_SUPPORT
55 bool
56 default y
57
14cf11af
PM
58config RWSEM_GENERIC_SPINLOCK
59 bool
60
61config RWSEM_XCHGADD_ALGORITHM
62 bool
63 default y
64
95c354fe
NP
65config GENERIC_LOCKBREAK
66 bool
67 default y
68 depends on SMP && PREEMPT
69
f0d1b0b3
DH
70config ARCH_HAS_ILOG2_U32
71 bool
ef55d53c 72 default y
f0d1b0b3
DH
73
74config ARCH_HAS_ILOG2_U64
75 bool
ef55d53c 76 default y if 64BIT
f0d1b0b3 77
e779b2f9
AM
78config GENERIC_HWEIGHT
79 bool
80 default y
81
817820b0
BH
82config ARCH_HAS_DMA_SET_COHERENT_MASK
83 bool
84
14cf11af
PM
85config PPC
86 bool
87 default y
b7e7c37b 88 select ARCH_MIGHT_HAVE_PC_PARPORT
c74e6d3d 89 select ARCH_MIGHT_HAVE_PC_SERIO
d812c0e1 90 select BINFMT_ELF
2b68f6ca 91 select ARCH_HAS_ELF_RANDOMIZE
10f85f43 92 select OF
e6ce1324 93 select OF_EARLY_FLATTREE
708b7eef 94 select OF_RESERVED_MEM
2b79d696
SR
95 select HAVE_FTRACE_MCOUNT_RECORD
96 select HAVE_DYNAMIC_FTRACE
8c50b72a 97 select HAVE_DYNAMIC_FTRACE_WITH_REGS if MPROFILE_KERNEL
606576ce 98 select HAVE_FUNCTION_TRACER
60ce8f72 99 select HAVE_FUNCTION_GRAPH_TRACER
7ac57a89 100 select SYSCTL_EXCEPTION_TRACE
4febd95a 101 select VIRT_TO_BUS if !PPC64
ec7748b5 102 select HAVE_IDE
a1f242ff 103 select HAVE_IOREMAP_PROT
0b5e6661 104 select HAVE_EFFICIENT_UNALIGNED_ACCESS if !CPU_LITTLE_ENDIAN
3f550096 105 select HAVE_KPROBES
17ce452f 106 select HAVE_ARCH_KGDB
9edddaa2 107 select HAVE_KRETPROBES
dec2b0d0 108 select HAVE_ARCH_TRACEHOOK
95f72d1e 109 select HAVE_MEMBLOCK
1d7cfe18 110 select HAVE_MEMBLOCK_NODE_MAP
80d3e8ab 111 select HAVE_DMA_API_DEBUG
4e491d14 112 select HAVE_OPROFILE
b69ec42b 113 select HAVE_DEBUG_KMEMLEAK
308c09f1 114 select ARCH_HAS_SG_CHAIN
c2e95c6d 115 select GENERIC_ATOMIC64 if PPC32
7463449b 116 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
cdd6c482 117 select HAVE_PERF_EVENTS
ed4a4ef8 118 select HAVE_PERF_REGS
17ed7c38 119 select HAVE_PERF_USER_STACK_DUMP
359e4284 120 select HAVE_REGS_AND_STACK_ACCESS_API
5aae8a53 121 select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64
50b8d0e5 122 select HAVE_RSEQ
c1d7e01d 123 select ARCH_WANT_IPC_PARSE_VERSION
ad5b7f13 124 select SPARSE_IRQ
cc79ca69 125 select IRQ_DOMAIN
433c9c67
TG
126 select GENERIC_IRQ_SHOW
127 select GENERIC_IRQ_SHOW_LEVEL
e8d2c473 128 select IRQ_FORCED_THREADING
26723911 129 select HAVE_RCU_TABLE_FREE if SMP
02424d89 130 select HAVE_SYSCALL_TRACEPOINTS
156d0e29
NR
131 select HAVE_CBPF_JIT if !PPC64
132 select HAVE_EBPF_JIT if PPC64
ac5f89c7 133 select HAVE_ARCH_JUMP_LABEL
df013ffb 134 select ARCH_HAVE_NMI_SAFE_CMPXCHG
957e3fac 135 select ARCH_HAS_GCOV_PROFILE_ALL
17e32eac 136 select GENERIC_SMP_IDLE_THREAD
b9ed27df 137 select GENERIC_CMOS_UPDATE
70639421 138 select GENERIC_TIME_VSYSCALL_OLD
b9ed27df 139 select GENERIC_CLOCKEVENTS
0d948730
PM
140 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
141 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
1629372c
PM
142 select GENERIC_STRNCPY_FROM_USER
143 select GENERIC_STRNLEN_USER
786d35d4
DH
144 select HAVE_MOD_ARCH_SPECIFIC
145 select MODULES_USE_ELF_RELA
0bcfe540 146 select CLONE_BACKWARDS
fe3955cb 147 select ARCH_USE_BUILTIN_BSWAP
0980caea 148 select OLD_SIGSUSPEND
09a4d5d0 149 select OLD_SIGACTION if PPC32
d1a1dc0b 150 select HAVE_DEBUG_STACKOVERFLOW
62d26c82 151 select HAVE_IRQ_EXIT_ON_IRQ_STACK
3405d230 152 select ARCH_USE_CMPXCHG_LOCKREF if PPC64
7a017721 153 select HAVE_ARCH_AUDITSYSCALL
4badad35 154 select ARCH_SUPPORTS_ATOMIC_RMW
a75c380c 155 select DCACHE_WORD_ACCESS if PPC64 && CPU_LITTLE_ENDIAN
10239733 156 select NO_BOOTMEM
b30e7590 157 select HAVE_GENERIC_RCU_GUP
c54b2bf1 158 select HAVE_PERF_EVENTS_NMI if PPC64
42a0bb3f 159 select HAVE_NMI if PERF_EVENTS
b01aec9b
BP
160 select EDAC_SUPPORT
161 select EDAC_ATOMIC_SCRUB
817820b0 162 select ARCH_HAS_DMA_SET_COHERENT_MASK
21266be9 163 select ARCH_HAS_DEVMEM_IS_ALLOWED
2449acc5 164 select HAVE_ARCH_SECCOMP_FILTER
bf76f73c 165 select ARCH_HAS_UBSAN_SANITIZE_ALL
7f2bd006 166 select ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT
85baa095 167 select HAVE_LIVEPATCH if HAVE_DYNAMIC_FTRACE_WITH_REGS
4a120276 168 select GENERIC_CPU_AUTOPROBE
c223c903 169 select HAVE_VIRT_CPU_ACCOUNTING
1d3c1324 170 select HAVE_ARCH_HARDENED_USERCOPY
14cf11af 171
7a332b0c
AB
172config GENERIC_CSUM
173 def_bool CPU_LITTLE_ENDIAN
174
14cf11af
PM
175config EARLY_PRINTK
176 bool
51d3082f 177 default y
14cf11af 178
b71d47c1
JB
179config PANIC_TIMEOUT
180 int
181 default 180
182
14cf11af
PM
183config COMPAT
184 bool
185 default y if PPC64
01e31dba 186 select COMPAT_BINFMT_ELF
48b25c43 187 select ARCH_WANT_OLD_COMPAT_IPC
09a4d5d0 188 select COMPAT_OLD_SIGACTION
14cf11af
PM
189
190config SYSVIPC_COMPAT
191 bool
192 depends on COMPAT && SYSVIPC
193 default y
194
195# All PPC32s use generic nvram driver through ppc_md
196config GENERIC_NVRAM
197 bool
198 default y if PPC32
199
ae1e9130 200config SCHED_OMIT_FRAME_POINTER
14cf11af
PM
201 bool
202 default y
203
204config ARCH_MAY_HAVE_PC_FDC
205 bool
3484a31f 206 default PCI
14cf11af 207
08264cbc
KG
208config PPC_UDBG_16550
209 bool
210 default n
211
08264cbc
KG
212config GENERIC_TBSYNC
213 bool
214 default y if PPC32 && SMP
215 default n
216
e65e1fc2
AV
217config AUDIT_ARCH
218 bool
219 default y
220
73c9ceab
JF
221config GENERIC_BUG
222 bool
223 default y
224 depends on BUG
225
b3028878 226config SYS_SUPPORTS_APM_EMULATION
58da10bb 227 default y if PMAC_APM_EMU
b3028878
JB
228 bool
229
6c5b59b9
DG
230config EPAPR_BOOT
231 bool
232 help
233 Used to allow a board to specify it wants an ePAPR compliant wrapper.
234 default n
235
f4fc4a5b
KG
236config DEFAULT_UIMAGE
237 bool
238 help
239 Used to allow a board to specify it wants a uImage built by default
240 default n
241
801e4062
JB
242config ARCH_HIBERNATION_POSSIBLE
243 bool
543b9fd3
JB
244 default y
245
f4cb5700
JB
246config ARCH_SUSPEND_POSSIBLE
247 def_bool y
4ffd6952 248 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \
d0832a75
ZC
249 (PPC_85xx && !PPC_E500MC) || PPC_86xx || PPC_PSERIES \
250 || 44x || 40x
f4cb5700 251
4c75a6f4
BH
252config PPC_DCR_NATIVE
253 bool
254 default n
255
256config PPC_DCR_MMIO
257 bool
258 default n
259
260config PPC_DCR
261 bool
262 depends on PPC_DCR_NATIVE || PPC_DCR_MMIO
263 default y
264
4c9d2800
BH
265config PPC_OF_PLATFORM_PCI
266 bool
373a6da1 267 depends on PCI
4c9d2800
BH
268 depends on PPC64 # not supported on 32 bits yet
269 default n
270
6a11f75b 271config ARCH_SUPPORTS_DEBUG_PAGEALLOC
ce614c3c 272 depends on PPC32 || PPC_STD_MMU_64
6a11f75b
AM
273 def_bool y
274
8b7b80b9
AM
275config ARCH_SUPPORTS_UPROBES
276 def_bool y
277
172ae2e7
DK
278config PPC_ADV_DEBUG_REGS
279 bool
280 depends on 40x || BOOKE
281 default y
282
283config PPC_ADV_DEBUG_IACS
284 int
285 depends on PPC_ADV_DEBUG_REGS
286 default 4 if 44x
287 default 2
288
289config PPC_ADV_DEBUG_DACS
290 int
291 depends on PPC_ADV_DEBUG_REGS
292 default 2
293
294config PPC_ADV_DEBUG_DVCS
295 int
296 depends on PPC_ADV_DEBUG_REGS
297 default 2 if 44x
298 default 0
299
300config PPC_ADV_DEBUG_DAC_RANGE
301 bool
302 depends on PPC_ADV_DEBUG_REGS && 44x
303 default y
304
5e249d45
SP
305config PPC_EMULATE_SSTEP
306 bool
307 default y if KPROBES || UPROBES || XMON || HAVE_HW_BREAKPOINT
308
1c98025c
SW
309config ZONE_DMA32
310 bool
311 default y if PPC64
312
06ef42a1
KS
313config PGTABLE_LEVELS
314 int
315 default 2 if !PPC64
368ced78 316 default 3 if PPC_64K_PAGES && !PPC_BOOK3S_64
06ef42a1
KS
317 default 4
318
14cf11af
PM
319source "init/Kconfig"
320
dc52ddc0
MH
321source "kernel/Kconfig.freezer"
322
a2d2e1ec 323source "arch/powerpc/sysdev/Kconfig"
4330f5da 324source "arch/powerpc/platforms/Kconfig"
14cf11af 325
14cf11af
PM
326menu "Kernel options"
327
328config HIGHMEM
329 bool "High memory support"
330 depends on PPC32
331
332source kernel/Kconfig.hz
333source kernel/Kconfig.preempt
334source "fs/Kconfig.binfmt"
335
ba72cb8c
MG
336config HUGETLB_PAGE_SIZE_VARIABLE
337 bool
338 depends on HUGETLB_PAGE
339 default y
340
14cf11af
PM
341config MATH_EMULATION
342 bool "Math emulation"
4e63f8ed 343 depends on 4xx || 8xx || PPC_MPC832x || BOOKE
14cf11af
PM
344 ---help---
345 Some PowerPC chips designed for embedded applications do not have
346 a floating-point unit and therefore do not implement the
347 floating-point instructions in the PowerPC instruction set. If you
348 say Y here, the kernel will include code to emulate a floating-point
349 unit, which will allow programs that use floating-point
350 instructions to run.
351
4e63f8ed
BH
352 This is also useful to emulate missing (optional) instructions
353 such as fsqrt on cores that do have an FPU but do not implement
354 them (such as Freescale BookE).
355
e05c0e81
KH
356choice
357 prompt "Math emulation options"
358 default MATH_EMULATION_FULL
359 depends on MATH_EMULATION
360
361config MATH_EMULATION_FULL
362 bool "Emulate all the floating point instructions"
363 ---help---
364 Select this option will enable the kernel to support to emulate
365 all the floating point instructions. If your SoC doesn't have
366 a FPU, you should select this.
367
368config MATH_EMULATION_HW_UNIMPLEMENTED
369 bool "Just emulate the FPU unimplemented instructions"
370 ---help---
371 Select this if you know there does have a hardware FPU on your
372 SoC, but some floating point instructions are not implemented by that.
373
374endchoice
375
3d72bbc4
MN
376config PPC_TRANSACTIONAL_MEM
377 bool "Transactional Memory support for POWERPC"
378 depends on PPC_BOOK3S_64
379 depends on SMP
7b37a123
MN
380 select ALTIVEC
381 select VSX
3d72bbc4
MN
382 default n
383 ---help---
384 Support user-mode Transactional Memory on POWERPC.
385
8c50b72a
TD
386config DISABLE_MPROFILE_KERNEL
387 bool "Disable use of mprofile-kernel for kernel tracing"
388 depends on PPC64 && CPU_LITTLE_ENDIAN
389 default y
390 help
391 Selecting this options disables use of the mprofile-kernel ABI for
392 kernel tracing. That will cause options such as live patching
393 (CONFIG_LIVEPATCH) which depend on CONFIG_DYNAMIC_FTRACE_WITH_REGS to
394 be disabled also.
395
396 If you have a toolchain which supports mprofile-kernel, then you can
397 enable this. Otherwise leave it disabled. If you're not sure, say
398 "N".
399
400config MPROFILE_KERNEL
401 depends on PPC64 && CPU_LITTLE_ENDIAN
402 def_bool !DISABLE_MPROFILE_KERNEL
403
fb3475e9
FT
404config IOMMU_HELPER
405 def_bool PPC64
406
ec3cf2ec
BB
407config SWIOTLB
408 bool "SWIOTLB support"
409 default n
410 select IOMMU_HELPER
411 ---help---
412 Support for IO bounce buffering for systems without an IOMMU.
413 This allows us to DMA to the full physical address space on
414 platforms where the size of a physical address is larger
415 than the bus address. Not all platforms support this.
416
14cf11af
PM
417config HOTPLUG_CPU
418 bool "Support for enabling/disabling CPUs"
40b31360 419 depends on SMP && (PPC_PSERIES || \
2f4f1f81 420 PPC_PMAC || PPC_POWERNV || FSL_SOC_BOOKE)
14cf11af
PM
421 ---help---
422 Say Y here to be able to disable and re-enable individual
423 CPUs at runtime on SMP machines.
424
425 Say N if you are unsure.
426
12633e80
NF
427config ARCH_CPU_PROBE_RELEASE
428 def_bool y
429 depends on HOTPLUG_CPU
430
cc57637b
YG
431config ARCH_ENABLE_MEMORY_HOTPLUG
432 def_bool y
433
a99824f3
BP
434config ARCH_HAS_WALK_MEMORY
435 def_bool y
436
1482471d
BP
437config ARCH_ENABLE_MEMORY_HOTREMOVE
438 def_bool y
439
f2296a3d
MS
440config PPC64_SUPPORTS_MEMORY_FAILURE
441 bool "Add support for memory hwpoison"
442 depends on PPC_BOOK3S_64
443 default "y" if PPC_POWERNV
444 select ARCH_SUPPORTS_MEMORY_FAILURE
445
14cf11af 446config KEXEC
642e56ff 447 bool "kexec system call"
96eea642 448 depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP)) || PPC_BOOK3E
2965faa5 449 select KEXEC_CORE
14cf11af
PM
450 help
451 kexec is a system call that implements the ability to shutdown your
452 current kernel, and to start another kernel. It is like a reboot
1f1332f7 453 but it is independent of the system firmware. And like a reboot
14cf11af
PM
454 you can start any kernel with it, not just Linux.
455
1f1332f7 456 The name comes from the similarity to the exec system call.
14cf11af
PM
457
458 It is an ongoing process to be certain the hardware in a machine
459 is properly shutdown, so do not be surprised if this code does not
bf220695
GU
460 initially work for you. As of this writing the exact hardware
461 interface is strongly in flux, so no good recommendation can be
462 made.
14cf11af 463
4c91bd6e
KH
464config RELOCATABLE
465 bool "Build a relocatable kernel"
466 depends on (PPC64 && !COMPILE_TEST) || (FLATMEM && (44x || FSL_BOOKE))
467 select NONSTATIC_KERNEL
468 help
469 This builds a kernel image that is capable of running at the
470 location the kernel is loaded at. For ppc32, there is no any
471 alignment restrictions, and this feature is a superset of
472 DYNAMIC_MEMSTART and hence overrides it. For ppc64, we should use
473 16k-aligned base address. The kernel is linked as a
474 position-independent executable (PIE) and contains dynamic relocations
475 which are processed early in the bootup process.
476
477 One use is for the kexec on panic case where the recovery kernel
478 must live at a different physical address than the primary
479 kernel.
480
481 Note: If CONFIG_RELOCATABLE=y, then the kernel runs from the address
482 it has been loaded at and the compile time physical addresses
483 CONFIG_PHYSICAL_START is ignored. However CONFIG_PHYSICAL_START
484 setting can still be useful to bootwrappers that need to know the
485 load address of the kernel (eg. u-boot/mkimage).
486
e8625d46 487config CRASH_DUMP
3420b5da 488 bool "Build a kdump crash kernel"
47da4219 489 depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP)
fb43e847 490 select RELOCATABLE if (PPC64 && !COMPILE_TEST) || 44x || FSL_BOOKE
e8625d46
HM
491 help
492 Build a kernel suitable for use as a kdump capture kernel.
54622f10
MK
493 The same kernel binary can be used as production kernel and dump
494 capture kernel.
e8625d46 495
eb39c880
MS
496config FA_DUMP
497 bool "Firmware-assisted dump"
90890b1e 498 depends on PPC64 && PPC_RTAS && CRASH_DUMP && KEXEC
242f271c 499 help
eb39c880
MS
500 A robust mechanism to get reliable kernel crash dump with
501 assistance from firmware. This approach does not use kexec,
502 instead firmware assists in booting the kdump kernel
503 while preserving memory contents. Firmware-assisted dump
504 is meant to be a kdump replacement offering robustness and
505 speed not possible without system firmware assistance.
242f271c
MA
506
507 If unsure, say "N"
508
14cf11af
PM
509config IRQ_ALL_CPUS
510 bool "Distribute interrupts on all CPUs by default"
6cf09b9d 511 depends on SMP
14cf11af
PM
512 help
513 This option gives the kernel permission to distribute IRQs across
514 multiple CPUs. Saying N here will route all IRQs to the first
515 CPU. Generally saying Y is safe, although some problems have been
516 reported with SMP Power Macintoshes with this option enabled.
517
ffa27b6b
AW
518config NUMA
519 bool "NUMA support"
520 depends on PPC64
521 default y if SMP && PPC_PSERIES
522
c80d79d7
YG
523config NODES_SHIFT
524 int
ea55bf29 525 default "8" if PPC64
c80d79d7
YG
526 default "4"
527 depends on NEED_MULTIPLE_NODES
528
8c272261
NA
529config USE_PERCPU_NUMA_NODE_ID
530 def_bool y
531 depends on NUMA
532
64bb80d8
NA
533config HAVE_MEMORYLESS_NODES
534 def_bool y
535 depends on NUMA
536
14cf11af
PM
537config ARCH_SELECT_MEMORY_MODEL
538 def_bool y
539 depends on PPC64
540
541config ARCH_FLATMEM_ENABLE
9100b205
AW
542 def_bool y
543 depends on (PPC64 && !NUMA) || PPC32
14cf11af 544
45fb6cea 545config ARCH_SPARSEMEM_ENABLE
14cf11af 546 def_bool y
9100b205 547 depends on PPC64
d29eff7b 548 select SPARSEMEM_VMEMMAP_ENABLE
14cf11af 549
45fb6cea 550config ARCH_SPARSEMEM_DEFAULT
14cf11af 551 def_bool y
78bde53e 552 depends on (SMP && PPC_PSERIES) || PPC_PS3
14cf11af 553
5a1eb5c4 554config SYS_SUPPORTS_HUGETLBFS
41151e77 555 bool
5a1eb5c4 556
c67c3cb4 557source "mm/Kconfig"
14cf11af 558
7e9191da
MK
559config ARCH_MEMORY_PROBE
560 def_bool y
561 depends on MEMORY_HOTPLUG
562
75167957
AW
563# Some NUMA nodes have memory ranges that span
564# other nodes. Even though a pfn is valid and
565# between a node's start and end pfns, it may not
566# reside on that node. See memmap_init_zone()
567# for details.
568config NODES_SPAN_OTHER_NODES
569 def_bool y
570 depends on NEED_MULTIPLE_NODES
571
e1240122
YT
572config STDBINUTILS
573 bool "Using standard binutils settings"
574 depends on 44x
575 default y
576 help
577 Turning this option off allows you to select 256KB PAGE_SIZE on 44x.
578 Note, that kernel will be able to run only those applications,
579 which had been compiled using binutils later than 2.17.50.0.3 with
580 '-zmax-page-size' set to 256K (the default is 64K). Or, if using
581 the older binutils, you can patch them with a trivial patch, which
582 changes the ELF_MAXPAGESIZE definition from 0x10000 to 0x40000.
583
ca9153a3
IY
584choice
585 prompt "Page size"
586 default PPC_4K_PAGES
3c726f8d 587 help
ca9153a3
IY
588 Select the kernel logical page size. Increasing the page size
589 will reduce software overhead at each page boundary, allow
590 hardware prefetch mechanisms to be more effective, and allow
591 larger dma transfers increasing IO efficiency and reducing
592 overhead. However the utilization of memory will increase.
593 For example, each cached file will using a multiple of the
594 page size to hold its contents and the difference between the
595 end of file and the end of page is wasted.
596
597 Some dedicated systems, such as software raid serving with
598 accelerated calculations, have shown significant increases.
599
600 If you configure a 64 bit kernel for 64k pages but the
601 processor does not support them, then the kernel will simulate
602 them with 4k pages, loading them on demand, but with the
603 reduced software overhead and larger internal fragmentation.
604 For the 32 bit kernel, a large page option will not be offered
605 unless it is supported by the configured processor.
606
607 If unsure, choose 4K_PAGES.
608
609config PPC_4K_PAGES
610 bool "4k page size"
19f97c98 611 select HAVE_ARCH_SOFT_DIRTY if PPC_BOOK3S_64
ca9153a3
IY
612
613config PPC_16K_PAGES
55f8b5b8
ME
614 bool "16k page size"
615 depends on 44x || PPC_8xx
ca9153a3
IY
616
617config PPC_64K_PAGES
55f8b5b8
ME
618 bool "64k page size"
619 depends on !PPC_FSL_BOOK3E && (44x || PPC_STD_MMU_64 || PPC_BOOK3E_64)
19f97c98 620 select HAVE_ARCH_SOFT_DIRTY if PPC_BOOK3S_64
ca9153a3 621
e1240122 622config PPC_256K_PAGES
55f8b5b8
ME
623 bool "256k page size"
624 depends on 44x && !STDBINUTILS
e1240122
YT
625 help
626 Make the page size 256k.
627
628 As the ELF standard only requires alignment to support page
629 sizes up to 64k, you will need to compile all of your user
630 space applications with a non-standard binutils settings
631 (see the STDBINUTILS description for details).
632
633 Say N unless you know what you are doing.
634
ca9153a3 635endchoice
3c726f8d 636
53bcddb9
SR
637config FORCE_MAX_ZONEORDER
638 int "Maximum zone order"
a7ee5395 639 range 8 9 if PPC64 && PPC_64K_PAGES
066c4b87 640 default "9" if PPC64 && PPC_64K_PAGES
a7ee5395 641 range 9 13 if PPC64 && !PPC_64K_PAGES
066c4b87
BH
642 default "13" if PPC64 && !PPC_64K_PAGES
643 range 9 64 if PPC32 && PPC_16K_PAGES
644 default "9" if PPC32 && PPC_16K_PAGES
645 range 7 64 if PPC32 && PPC_64K_PAGES
646 default "7" if PPC32 && PPC_64K_PAGES
647 range 5 64 if PPC32 && PPC_256K_PAGES
648 default "5" if PPC32 && PPC_256K_PAGES
ebe40c5c 649 range 11 64
53bcddb9
SR
650 default "11"
651 help
652 The kernel memory allocator divides physically contiguous memory
653 blocks into "zones", where each zone is a power of two number of
654 pages. This option selects the largest power of two that the kernel
655 keeps in the memory allocator. If you need to allocate very large
656 blocks of physically contiguous memory, then you may need to
657 increase this value.
658
659 This config option is actually maximum order plus one. For example,
660 a value of 11 means that the largest free memory block is 2^10 pages.
661
662 The page size is not necessarily 4KB. For example, on 64-bit
663 systems, 64KB pages can be enabled via CONFIG_PPC_64K_PAGES. Keep
664 this in mind when choosing a value for this option.
665
fa28237c
PM
666config PPC_SUBPAGE_PROT
667 bool "Support setting protections for 4k subpages"
ca9153a3 668 depends on PPC_STD_MMU_64 && PPC_64K_PAGES
fa28237c
PM
669 help
670 This option adds support for a system call to allow user programs
671 to set access permissions (read/write, readonly, or no access)
672 on the 4k subpages of each 64k page.
673
e83d0169
IM
674config PPC_COPRO_BASE
675 bool
676 default n
677
14cf11af
PM
678config SCHED_SMT
679 bool "SMT (Hyperthreading) scheduler support"
680 depends on PPC64 && SMP
14cf11af
PM
681 help
682 SMT scheduler support improves the CPU scheduler's decision making
683 when dealing with POWER5 cpus at a cost of slightly increased
684 overhead in some places. If unsure say N here.
685
b92a66a6
MN
686config PPC_DENORMALISATION
687 bool "PowerPC denormalisation exception handling"
688 depends on PPC_BOOK3S_64
4e90a2a7 689 default "y" if PPC_POWERNV
b92a66a6
MN
690 ---help---
691 Add support for handling denormalisation of single precision
692 values. Useful for bare metal only. If unsure say Y here.
693
14cf11af
PM
694config CMDLINE_BOOL
695 bool "Default bootloader kernel arguments"
14cf11af
PM
696
697config CMDLINE
698 string "Initial kernel command string"
699 depends on CMDLINE_BOOL
700 default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
701 help
702 On some platforms, there is currently no way for the boot loader to
703 pass arguments to the kernel. For these platforms, you can supply
704 some command-line options at build time by entering them here. In
705 most cases you will need to specify the root device here.
706
eb3b80f6
SS
707config CMDLINE_FORCE
708 bool "Always use the default kernel command string"
709 depends on CMDLINE_BOOL
710 help
711 Always use the default kernel command string, even if the boot
712 loader passes other arguments to the kernel.
713 This is useful if you cannot or don't want to change the
714 command-line options your boot loader passes to the kernel.
715
c356aa45
GL
716config EXTRA_TARGETS
717 string "Additional default image types"
718 help
719 List additional targets to be built by the bootwrapper here (separated
720 by spaces). This is useful for targets that depend of device tree
721 files in the .dts directory.
722
723 Targets in this list will be build as part of the default build
724 target, or when the user does a 'make zImage' or a
725 'make zImage.initrd'.
726
727 If unsure, leave blank
728
b28f5081
JB
729config ARCH_WANTS_FREEZER_CONTROL
730 def_bool y
731 depends on ADB_PMU
732
14cf11af 733source kernel/power/Kconfig
14cf11af
PM
734
735config SECCOMP
736 bool "Enable seccomp to safely compute untrusted bytecode"
737 depends on PROC_FS
738 default y
739 help
740 This kernel feature is useful for number crunching applications
741 that may need to compute untrusted bytecode during their
742 execution. By using pipes or other transports made available to
743 the process as file descriptors supporting the read/write
744 syscalls, it's possible to isolate those applications in
745 their own address space using seccomp. Once seccomp is
746 enabled via /proc/<pid>/seccomp, it cannot be disabled
747 and the task is only allowed to execute a few safe syscalls
748 defined by each seccomp mode.
749
750 If unsure, say Y. Only embedded should say N here.
751
752endmenu
753
754config ISA_DMA_API
755 bool
3d066d77 756 default PCI
14cf11af
PM
757
758menu "Bus options"
759
760config ISA
761 bool "Support for ISA-bus hardware"
933ee711 762 depends on PPC_CHRP
f9bd170a 763 select PPC_I8259
14cf11af
PM
764 help
765 Find out whether you have ISA slots on your motherboard. ISA is the
766 name of a bus system, i.e. the way the CPU talks to the other stuff
767 inside your box. If you have an Apple machine, say N here; if you
933ee711
PB
768 have an IBM RS/6000 or pSeries machine, say Y. If you have an
769 embedded board, consult your board documentation.
14cf11af 770
5ac6da66
CL
771config ZONE_DMA
772 bool
773 default y
774
af407c6d
FT
775config NEED_DMA_MAP_STATE
776 def_bool (PPC64 || NOT_COHERENT_CACHE)
777
e32205eb
FT
778config NEED_SG_DMA_LENGTH
779 def_bool y
780
14cf11af
PM
781config GENERIC_ISA_DMA
782 bool
1927445a 783 depends on ISA_DMA_API
14cf11af
PM
784 default y
785
25635c71
PM
786config PPC_INDIRECT_PCI
787 bool
788 depends on PCI
63dafe57 789 default y if 40x || 44x
25635c71
PM
790 default n
791
14cf11af
PM
792config EISA
793 bool
794
795config SBUS
796 bool
797
08264cbc
KG
798config FSL_SOC
799 bool
800
55c44991
RZ
801config FSL_PCI
802 bool
803 select PPC_INDIRECT_PCI
d0839118 804 select PCI_QUIRKS
55c44991 805
4ffd6952
AV
806config FSL_PMC
807 bool
808 default y
809 depends on SUSPEND && (PPC_85xx || PPC_86xx)
810 help
811 Freescale MPC85xx/MPC86xx power management controller support
812 (suspend/resume). For MPC83xx see platforms/83xx/suspend.c
813
d164f6d4
VG
814config PPC4xx_CPM
815 bool
816 default y
817 depends on SUSPEND && (44x || 40x)
818 help
819 PPC4xx Clock Power Management (CPM) support (suspend/resume).
820 It also enables support for two different idle states (idle-wait
821 and idle-doze).
822
2a706919
SR
823config 4xx_SOC
824 bool
825
acaa7aa3 826config FSL_LBC
3ab8f2a2 827 bool "Freescale Local Bus support"
acaa7aa3 828 help
3ab8f2a2
RZ
829 Enables reporting of errors from the Freescale local bus
830 controller. Also contains some common code used by
831 drivers for specific local bus peripherals.
acaa7aa3 832
83ff9dcf
AV
833config FSL_GTM
834 bool
835 depends on PPC_83xx || QUICC_ENGINE || CPM2
836 help
837 Freescale General-purpose Timers support
838
14cf11af
PM
839# Yes MCA RS/6000s exist but Linux-PPC does not currently support any
840config MCA
841 bool
842
b500563b
JR
843# Platforms that what PCI turned unconditionally just do select PCI
844# in their config node. Platforms that want to choose at config
845# time should select PPC_PCI_CHOICE
846config PPC_PCI_CHOICE
847 bool
848
14cf11af 849config PCI
b500563b
JR
850 bool "PCI support" if PPC_PCI_CHOICE
851 default y if !40x && !CPM2 && !8xx && !PPC_83xx \
bcc48591 852 && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON
14cf11af 853 default PCI_QSPAN if !4xx && !CPM2 && 8xx
335b8cf7 854 select GENERIC_PCI_IOMAP
14cf11af
PM
855 help
856 Find out whether your system includes a PCI bus. PCI is the name of
857 a bus system, i.e. the way the CPU talks to the other stuff inside
858 your box. If you say Y here, the kernel will include drivers and
859 infrastructure code to support PCI bus devices.
860
861config PCI_DOMAINS
36e23590
MW
862 def_bool PCI
863
864config PCI_SYSCALL
865 def_bool PCI
14cf11af 866
14cf11af
PM
867config PCI_QSPAN
868 bool "QSpan PCI"
869 depends on !4xx && !CPM2 && 8xx
f9bd170a 870 select PPC_I8259
14cf11af
PM
871 help
872 Say Y here if you have a system based on a Motorola 8xx-series
873 embedded processor with a QSPAN PCI interface, otherwise say N.
874
875config PCI_8260
876 bool
877 depends on PCI && 8260
25635c71 878 select PPC_INDIRECT_PCI
14cf11af
PM
879 default y
880
14cf11af
PM
881source "drivers/pci/Kconfig"
882
883source "drivers/pcmcia/Kconfig"
884
f1f389d5
ZW
885config HAS_RAPIDIO
886 bool
887 default n
888
889config RAPIDIO
56abde72 890 tristate "RapidIO support"
388b78ad 891 depends on HAS_RAPIDIO || PCI
f1f389d5
ZW
892 help
893 If you say Y here, the kernel will include drivers and
894 infrastructure code to support RapidIO interconnect devices.
895
388b78ad
AB
896config FSL_RIO
897 bool "Freescale Embedded SRIO Controller support"
56abde72 898 depends on RAPIDIO = y && HAS_RAPIDIO
388b78ad
AB
899 default "n"
900 ---help---
901 Include support for RapidIO controller on Freescale embedded
902 processors (MPC8548, MPC8641, etc).
903
f1f389d5
ZW
904source "drivers/rapidio/Kconfig"
905
14cf11af
PM
906endmenu
907
0f890c8d
SP
908config NONSTATIC_KERNEL
909 bool
910 default n
911
14cf11af
PM
912menu "Advanced setup"
913 depends on PPC32
914
915config ADVANCED_OPTIONS
916 bool "Prompt for advanced kernel configuration options"
917 help
918 This option will enable prompting for a variety of advanced kernel
919 configuration options. These options can cause the kernel to not
920 work if they are set incorrectly, but can be used to optimize certain
921 aspects of kernel memory management.
922
923 Unless you know what you are doing, say N here.
924
925comment "Default settings for advanced configuration options are used"
926 depends on !ADVANCED_OPTIONS
927
14cf11af
PM
928config LOWMEM_SIZE_BOOL
929 bool "Set maximum low memory"
930 depends on ADVANCED_OPTIONS
931 help
932 This option allows you to set the maximum amount of memory which
933 will be used as "low memory", that is, memory which the kernel can
934 access directly, without having to set up a kernel virtual mapping.
935 This can be useful in optimizing the layout of kernel virtual
936 memory.
937
938 Say N here unless you know what you are doing.
939
940config LOWMEM_SIZE
941 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
942 default "0x30000000"
943
96051465
TP
944config LOWMEM_CAM_NUM_BOOL
945 bool "Set number of CAMs to use to map low memory"
946 depends on ADVANCED_OPTIONS && FSL_BOOKE
947 help
948 This option allows you to set the maximum number of CAM slots that
949 will be used to map low memory. There are a limited number of slots
950 available and even more limited number that will fit in the L1 MMU.
951 However, using more entries will allow mapping more low memory. This
952 can be useful in optimizing the layout of kernel virtual memory.
953
954 Say N here unless you know what you are doing.
955
956config LOWMEM_CAM_NUM
9b71dbd3 957 depends on FSL_BOOKE
96051465
TP
958 int "Number of CAMs to use to map low memory" if LOWMEM_CAM_NUM_BOOL
959 default 3
960
0f890c8d 961config DYNAMIC_MEMSTART
642e56ff
KC
962 bool "Enable page aligned dynamic load address for kernel"
963 depends on ADVANCED_OPTIONS && FLATMEM && (FSL_BOOKE || 44x)
0f890c8d
SP
964 select NONSTATIC_KERNEL
965 help
966 This option enables the kernel to be loaded at any page aligned
967 physical address. The kernel creates a mapping from KERNELBASE to
968 the address where the kernel is loaded. The page size here implies
969 the TLB page size of the mapping for kernel on the particular platform.
970 Please refer to the init code for finding the TLB page size.
971
972 DYNAMIC_MEMSTART is an easy way of implementing pseudo-RELOCATABLE
973 kernel image, where the only restriction is the page aligned kernel
974 load address. When this option is enabled, the compile time physical
975 address CONFIG_PHYSICAL_START is ignored.
976
9c5f7d39
SP
977 This option is overridden by CONFIG_RELOCATABLE
978
37dd2bad
KG
979config PAGE_OFFSET_BOOL
980 bool "Set custom page offset address"
981 depends on ADVANCED_OPTIONS
982 help
983 This option allows you to set the kernel virtual address at which
984 the kernel will map low memory. This can be useful in optimizing
985 the virtual memory layout of the system.
986
987 Say N here unless you know what you are doing.
988
989config PAGE_OFFSET
990 hex "Virtual address of memory base" if PAGE_OFFSET_BOOL
991 default "0xc0000000"
992
14cf11af
PM
993config KERNEL_START_BOOL
994 bool "Set custom kernel base address"
995 depends on ADVANCED_OPTIONS
996 help
997 This option allows you to set the kernel virtual address at which
37dd2bad
KG
998 the kernel will be loaded. Normally this should match PAGE_OFFSET
999 however there are times (like kdump) that one might not want them
1000 to be the same.
14cf11af
PM
1001
1002 Say N here unless you know what you are doing.
1003
1004config KERNEL_START
1005 hex "Virtual address of kernel base" if KERNEL_START_BOOL
37dd2bad 1006 default PAGE_OFFSET if PAGE_OFFSET_BOOL
0f890c8d 1007 default "0xc2000000" if CRASH_DUMP && !NONSTATIC_KERNEL
14cf11af
PM
1008 default "0xc0000000"
1009
37dd2bad
KG
1010config PHYSICAL_START_BOOL
1011 bool "Set physical address where the kernel is loaded"
1012 depends on ADVANCED_OPTIONS && FLATMEM && FSL_BOOKE
1013 help
1014 This gives the physical address where the kernel is loaded.
1015
1016 Say N here unless you know what you are doing.
1017
1018config PHYSICAL_START
1019 hex "Physical address where the kernel is loaded" if PHYSICAL_START_BOOL
0f890c8d 1020 default "0x02000000" if PPC_STD_MMU && CRASH_DUMP && !NONSTATIC_KERNEL
37dd2bad
KG
1021 default "0x00000000"
1022
1023config PHYSICAL_ALIGN
1024 hex
c8f3570b 1025 default "0x04000000" if FSL_BOOKE
37dd2bad
KG
1026 help
1027 This value puts the alignment restrictions on physical address
1028 where kernel is loaded and run from. Kernel is compiled for an
1029 address which meets above alignment restriction.
1030
14cf11af
PM
1031config TASK_SIZE_BOOL
1032 bool "Set custom user task size"
1033 depends on ADVANCED_OPTIONS
1034 help
1035 This option allows you to set the amount of virtual address space
1036 allocated to user tasks. This can be useful in optimizing the
1037 virtual memory layout of the system.
1038
1039 Say N here unless you know what you are doing.
1040
1041config TASK_SIZE
1042 hex "Size of user task space" if TASK_SIZE_BOOL
933ee711 1043 default "0x80000000" if PPC_8xx
4d9e5510 1044 default "0xc0000000"
14cf11af 1045
84532a0f
BH
1046config CONSISTENT_SIZE_BOOL
1047 bool "Set custom consistent memory pool size"
1048 depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
1049 help
1050 This option allows you to set the size of the
1051 consistent memory pool. This pool of virtual memory
1052 is used to make consistent memory allocations.
1053
1054config CONSISTENT_SIZE
1055 hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
1056 default "0x00200000" if NOT_COHERENT_CACHE
1057
14cf11af
PM
1058config PIN_TLB
1059 bool "Pinned Kernel TLBs (860 ONLY)"
1060 depends on ADVANCED_OPTIONS && 8xx
62f64b49
CL
1061
1062config PIN_TLB_IMMR
1063 bool "Pinned TLB for IMMR"
1064 depends on PIN_TLB
1065 default y
14cf11af
PM
1066endmenu
1067
cabb5587 1068if PPC64
bdbc29c1 1069# This value must have zeroes in the bottom 60 bits otherwise lots will break
37dd2bad
KG
1070config PAGE_OFFSET
1071 hex
1072 default "0xc000000000000000"
cabb5587
SR
1073config KERNEL_START
1074 hex
eeb2d218 1075 default "0xc000000000000000"
37dd2bad
KG
1076config PHYSICAL_START
1077 hex
37dd2bad 1078 default "0x00000000"
cabb5587
SR
1079endif
1080
a4da0d50
ME
1081config ARCH_RANDOM
1082 def_bool n
1083
14cf11af
PM
1084source "net/Kconfig"
1085
1086source "drivers/Kconfig"
1087
1088source "fs/Kconfig"
1089
14cf11af
PM
1090source "lib/Kconfig"
1091
14cf11af
PM
1092source "arch/powerpc/Kconfig.debug"
1093
1094source "security/Kconfig"
1095
1096config KEYS_COMPAT
1097 bool
1098 depends on COMPAT && KEYS
1099 default y
1100
1101source "crypto/Kconfig"
6f668280 1102
1088a209
SM
1103config PPC_LIB_RHEAP
1104 bool
1105
bbf45ba5 1106source "arch/powerpc/kvm/Kconfig"
85baa095
ME
1107
1108source "kernel/livepatch/Kconfig"
This page took 0.763321 seconds and 5 git commands to generate.