memblock: Implement memblock_add_node()
[GitHub/mt8127/android_kernel_alcatel_ttab.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
aa3be5f3
TB
30config GENERIC_CMOS_UPDATE
31 def_bool y
32
4a4cfe38
TB
33config GENERIC_TIME_VSYSCALL
34 def_bool y
35
d831d0b8
TB
36config GENERIC_CLOCKEVENTS
37 def_bool y
38
c2a7e818 39config HAVE_SETUP_PER_CPU_AREA
e74e3962
TH
40 def_bool PPC64
41
c2a7e818 42config NEED_PER_CPU_EMBED_FIRST_CHUNK
b32ef636 43 def_bool PPC64
44
551b81f2
ME
45config NR_IRQS
46 int "Number of virtual interrupt numbers"
859aefc5 47 range 32 32768
551b81f2
ME
48 default "512"
49 help
50 This defines the number of virtual interrupt numbers the kernel
51 can manage. Virtual interrupt numbers are what you see in
52 /proc/interrupts. If you configure your system to have too few,
53 drivers will fail to load or worse - handle with care.
54
fd3e0bbc
CH
55config STACKTRACE_SUPPORT
56 bool
57 default y
58
01f4b8b8
AB
59config HAVE_LATENCYTOP_SUPPORT
60 def_bool y
61
945feb17
BH
62config TRACE_IRQFLAGS_SUPPORT
63 bool
945feb17
BH
64 default y
65
66config LOCKDEP_SUPPORT
67 bool
68 default y
69
14cf11af
PM
70config RWSEM_GENERIC_SPINLOCK
71 bool
72
73config RWSEM_XCHGADD_ALGORITHM
74 bool
75 default y
76
95c354fe
NP
77config GENERIC_LOCKBREAK
78 bool
79 default y
80 depends on SMP && PREEMPT
81
f0d1b0b3
DH
82config ARCH_HAS_ILOG2_U32
83 bool
ef55d53c 84 default y
f0d1b0b3
DH
85
86config ARCH_HAS_ILOG2_U64
87 bool
ef55d53c 88 default y if 64BIT
f0d1b0b3 89
e779b2f9
AM
90config GENERIC_HWEIGHT
91 bool
92 default y
93
b7ce3415
AV
94config GENERIC_GPIO
95 bool
96 help
97 Generic GPIO API support
98
f057eac0
SR
99config ARCH_NO_VIRT_TO_BUS
100 def_bool PPC64
101
14cf11af
PM
102config PPC
103 bool
104 default y
10f85f43 105 select OF
e6ce1324 106 select OF_EARLY_FLATTREE
2b79d696
SR
107 select HAVE_FTRACE_MCOUNT_RECORD
108 select HAVE_DYNAMIC_FTRACE
606576ce 109 select HAVE_FUNCTION_TRACER
60ce8f72 110 select HAVE_FUNCTION_GRAPH_TRACER
7444a72e 111 select ARCH_WANT_OPTIONAL_GPIOLIB
ec7748b5 112 select HAVE_IDE
a1f242ff 113 select HAVE_IOREMAP_PROT
58340a07 114 select HAVE_EFFICIENT_UNALIGNED_ACCESS
3f550096 115 select HAVE_KPROBES
17ce452f 116 select HAVE_ARCH_KGDB
9edddaa2 117 select HAVE_KRETPROBES
dec2b0d0 118 select HAVE_ARCH_TRACEHOOK
95f72d1e 119 select HAVE_MEMBLOCK
46bab4e4 120 select HAVE_DMA_ATTRS
80d3e8ab 121 select HAVE_DMA_API_DEBUG
b7d7a240 122 select USE_GENERIC_SMP_HELPERS if SMP
4e491d14 123 select HAVE_OPROFILE
ee6a0932 124 select HAVE_SYSCALL_WRAPPERS if PPC64
c2e95c6d 125 select GENERIC_ATOMIC64 if PPC32
e360adbe 126 select HAVE_IRQ_WORK
cdd6c482 127 select HAVE_PERF_EVENTS
359e4284 128 select HAVE_REGS_AND_STACK_ACCESS_API
5aae8a53 129 select HAVE_HW_BREAKPOINT if PERF_EVENTS && PPC_BOOK3S_64
2604362b
TG
130 select HAVE_GENERIC_HARDIRQS
131 select HAVE_SPARSE_IRQ
132 select IRQ_PER_CPU
433c9c67
TG
133 select GENERIC_IRQ_SHOW
134 select GENERIC_IRQ_SHOW_LEVEL
26723911 135 select HAVE_RCU_TABLE_FREE if SMP
02424d89 136 select HAVE_SYSCALL_TRACEPOINTS
368940d0 137 select HAVE_BPF_JIT if (PPC64 && NET)
ac5f89c7 138 select HAVE_ARCH_JUMP_LABEL
df013ffb 139 select ARCH_HAVE_NMI_SAFE_CMPXCHG
14cf11af
PM
140
141config EARLY_PRINTK
142 bool
51d3082f 143 default y
14cf11af
PM
144
145config COMPAT
146 bool
147 default y if PPC64
01e31dba 148 select COMPAT_BINFMT_ELF
14cf11af
PM
149
150config SYSVIPC_COMPAT
151 bool
152 depends on COMPAT && SYSVIPC
153 default y
154
155# All PPC32s use generic nvram driver through ppc_md
156config GENERIC_NVRAM
157 bool
158 default y if PPC32
159
ae1e9130 160config SCHED_OMIT_FRAME_POINTER
14cf11af
PM
161 bool
162 default y
163
164config ARCH_MAY_HAVE_PC_FDC
165 bool
bed59275 166 default !PPC_PSERIES || PCI
14cf11af 167
08264cbc
KG
168config PPC_OF
169 def_bool y
170
171config PPC_UDBG_16550
172 bool
173 default n
174
08264cbc
KG
175config GENERIC_TBSYNC
176 bool
177 default y if PPC32 && SMP
178 default n
179
e65e1fc2
AV
180config AUDIT_ARCH
181 bool
182 default y
183
73c9ceab
JF
184config GENERIC_BUG
185 bool
186 default y
187 depends on BUG
188
b3028878 189config SYS_SUPPORTS_APM_EMULATION
58da10bb 190 default y if PMAC_APM_EMU
b3028878
JB
191 bool
192
6c5b59b9
DG
193config EPAPR_BOOT
194 bool
195 help
196 Used to allow a board to specify it wants an ePAPR compliant wrapper.
197 default n
198
f4fc4a5b
KG
199config DEFAULT_UIMAGE
200 bool
201 help
202 Used to allow a board to specify it wants a uImage built by default
203 default n
204
b09c1644
SW
205config REDBOOT
206 bool
207
801e4062
JB
208config ARCH_HIBERNATION_POSSIBLE
209 bool
543b9fd3
JB
210 default y
211
f4cb5700
JB
212config ARCH_SUSPEND_POSSIBLE
213 def_bool y
4ffd6952 214 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \
e5462d16 215 (PPC_85xx && !SMP) || PPC_86xx || PPC_PSERIES || 44x || 40x
f4cb5700 216
4c75a6f4
BH
217config PPC_DCR_NATIVE
218 bool
219 default n
220
221config PPC_DCR_MMIO
222 bool
223 default n
224
225config PPC_DCR
226 bool
227 depends on PPC_DCR_NATIVE || PPC_DCR_MMIO
228 default y
229
4c9d2800
BH
230config PPC_OF_PLATFORM_PCI
231 bool
373a6da1 232 depends on PCI
4c9d2800
BH
233 depends on PPC64 # not supported on 32 bits yet
234 default n
235
6a11f75b
AM
236config ARCH_SUPPORTS_DEBUG_PAGEALLOC
237 def_bool y
238
172ae2e7
DK
239config PPC_ADV_DEBUG_REGS
240 bool
241 depends on 40x || BOOKE
242 default y
243
244config PPC_ADV_DEBUG_IACS
245 int
246 depends on PPC_ADV_DEBUG_REGS
247 default 4 if 44x
248 default 2
249
250config PPC_ADV_DEBUG_DACS
251 int
252 depends on PPC_ADV_DEBUG_REGS
253 default 2
254
255config PPC_ADV_DEBUG_DVCS
256 int
257 depends on PPC_ADV_DEBUG_REGS
258 default 2 if 44x
259 default 0
260
261config PPC_ADV_DEBUG_DAC_RANGE
262 bool
263 depends on PPC_ADV_DEBUG_REGS && 44x
264 default y
265
14cf11af
PM
266source "init/Kconfig"
267
dc52ddc0
MH
268source "kernel/Kconfig.freezer"
269
a2d2e1ec 270source "arch/powerpc/sysdev/Kconfig"
4330f5da 271source "arch/powerpc/platforms/Kconfig"
14cf11af 272
14cf11af
PM
273menu "Kernel options"
274
275config HIGHMEM
276 bool "High memory support"
277 depends on PPC32
278
1ad74998 279source kernel/time/Kconfig
14cf11af
PM
280source kernel/Kconfig.hz
281source kernel/Kconfig.preempt
282source "fs/Kconfig.binfmt"
283
ba72cb8c
MG
284config HUGETLB_PAGE_SIZE_VARIABLE
285 bool
286 depends on HUGETLB_PAGE
287 default y
288
14cf11af
PM
289config MATH_EMULATION
290 bool "Math emulation"
4d52719a 291 depends on 4xx || 8xx || E200 || PPC_MPC832x || E500
14cf11af
PM
292 ---help---
293 Some PowerPC chips designed for embedded applications do not have
294 a floating-point unit and therefore do not implement the
295 floating-point instructions in the PowerPC instruction set. If you
296 say Y here, the kernel will include code to emulate a floating-point
297 unit, which will allow programs that use floating-point
298 instructions to run.
299
5dd57a13
SW
300config 8XX_MINIMAL_FPEMU
301 bool "Minimal math emulation for 8xx"
302 depends on 8xx && !MATH_EMULATION
303 help
304 Older arch/ppc kernels still emulated a few floating point
305 instructions such as load and store, even when full math
306 emulation is disabled. Say "Y" here if you want to preserve
307 this behavior.
308
309 It is recommended that you build a soft-float userspace instead.
310
fb3475e9
FT
311config IOMMU_HELPER
312 def_bool PPC64
313
ec3cf2ec
BB
314config SWIOTLB
315 bool "SWIOTLB support"
316 default n
317 select IOMMU_HELPER
318 ---help---
319 Support for IO bounce buffering for systems without an IOMMU.
320 This allows us to DMA to the full physical address space on
321 platforms where the size of a physical address is larger
322 than the bus address. Not all platforms support this.
323
14cf11af
PM
324config HOTPLUG_CPU
325 bool "Support for enabling/disabling CPUs"
344eb010 326 depends on SMP && HOTPLUG && EXPERIMENTAL && (PPC_PSERIES || PPC_PMAC || PPC_POWERNV)
14cf11af
PM
327 ---help---
328 Say Y here to be able to disable and re-enable individual
329 CPUs at runtime on SMP machines.
330
331 Say N if you are unsure.
332
12633e80
NF
333config ARCH_CPU_PROBE_RELEASE
334 def_bool y
335 depends on HOTPLUG_CPU
336
cc57637b
YG
337config ARCH_ENABLE_MEMORY_HOTPLUG
338 def_bool y
339
a99824f3
BP
340config ARCH_HAS_WALK_MEMORY
341 def_bool y
342
1482471d
BP
343config ARCH_ENABLE_MEMORY_HOTREMOVE
344 def_bool y
345
14cf11af
PM
346config KEXEC
347 bool "kexec system call (EXPERIMENTAL)"
bbc24a25 348 depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP && !PPC_47x)) && EXPERIMENTAL
14cf11af
PM
349 help
350 kexec is a system call that implements the ability to shutdown your
351 current kernel, and to start another kernel. It is like a reboot
1f1332f7 352 but it is independent of the system firmware. And like a reboot
14cf11af
PM
353 you can start any kernel with it, not just Linux.
354
1f1332f7 355 The name comes from the similarity to the exec system call.
14cf11af
PM
356
357 It is an ongoing process to be certain the hardware in a machine
358 is properly shutdown, so do not be surprised if this code does not
359 initially work for you. It may help to enable device hotplugging
360 support. As of this writing the exact hardware interface is
361 strongly in flux, so no good recommendation can be made.
362
e8625d46 363config CRASH_DUMP
3420b5da 364 bool "Build a kdump crash kernel"
f933a41e
MM
365 depends on PPC64 || 6xx || FSL_BOOKE
366 select RELOCATABLE if PPC64 || FSL_BOOKE
e8625d46
HM
367 help
368 Build a kernel suitable for use as a kdump capture kernel.
54622f10
MK
369 The same kernel binary can be used as production kernel and dump
370 capture kernel.
e8625d46 371
242f271c
MA
372config PHYP_DUMP
373 bool "Hypervisor-assisted dump (EXPERIMENTAL)"
374 depends on PPC_PSERIES && EXPERIMENTAL
375 help
376 Hypervisor-assisted dump is meant to be a kdump replacement
377 offering robustness and speed not possible without system
692105b8 378 hypervisor assistance.
242f271c
MA
379
380 If unsure, say "N"
381
14cf11af
PM
382config IRQ_ALL_CPUS
383 bool "Distribute interrupts on all CPUs by default"
384 depends on SMP && !MV64360
385 help
386 This option gives the kernel permission to distribute IRQs across
387 multiple CPUs. Saying N here will route all IRQs to the first
388 CPU. Generally saying Y is safe, although some problems have been
389 reported with SMP Power Macintoshes with this option enabled.
390
ffa27b6b
AW
391config NUMA
392 bool "NUMA support"
393 depends on PPC64
394 default y if SMP && PPC_PSERIES
395
c80d79d7
YG
396config NODES_SHIFT
397 int
ea55bf29 398 default "8" if PPC64
c80d79d7
YG
399 default "4"
400 depends on NEED_MULTIPLE_NODES
401
ea55bf29
AB
402config MAX_ACTIVE_REGIONS
403 int
404 default "256" if PPC64
405 default "32"
406
14cf11af
PM
407config ARCH_SELECT_MEMORY_MODEL
408 def_bool y
409 depends on PPC64
410
411config ARCH_FLATMEM_ENABLE
9100b205
AW
412 def_bool y
413 depends on (PPC64 && !NUMA) || PPC32
14cf11af 414
45fb6cea 415config ARCH_SPARSEMEM_ENABLE
14cf11af 416 def_bool y
9100b205 417 depends on PPC64
d29eff7b 418 select SPARSEMEM_VMEMMAP_ENABLE
14cf11af 419
45fb6cea 420config ARCH_SPARSEMEM_DEFAULT
14cf11af 421 def_bool y
78bde53e 422 depends on (SMP && PPC_PSERIES) || PPC_PS3
14cf11af 423
c67c3cb4 424config ARCH_POPULATES_NODE_MAP
14cf11af 425 def_bool y
c67c3cb4 426
5a1eb5c4 427config SYS_SUPPORTS_HUGETLBFS
41151e77 428 bool
5a1eb5c4 429
c67c3cb4 430source "mm/Kconfig"
14cf11af 431
7e9191da
MK
432config ARCH_MEMORY_PROBE
433 def_bool y
434 depends on MEMORY_HOTPLUG
435
75167957
AW
436# Some NUMA nodes have memory ranges that span
437# other nodes. Even though a pfn is valid and
438# between a node's start and end pfns, it may not
439# reside on that node. See memmap_init_zone()
440# for details.
441config NODES_SPAN_OTHER_NODES
442 def_bool y
443 depends on NEED_MULTIPLE_NODES
444
16c2d476
BH
445config PPC_HAS_HASH_64K
446 bool
447 depends on PPC64
448 default n
449
e1240122
YT
450config STDBINUTILS
451 bool "Using standard binutils settings"
452 depends on 44x
453 default y
454 help
455 Turning this option off allows you to select 256KB PAGE_SIZE on 44x.
456 Note, that kernel will be able to run only those applications,
457 which had been compiled using binutils later than 2.17.50.0.3 with
458 '-zmax-page-size' set to 256K (the default is 64K). Or, if using
459 the older binutils, you can patch them with a trivial patch, which
460 changes the ELF_MAXPAGESIZE definition from 0x10000 to 0x40000.
461
ca9153a3
IY
462choice
463 prompt "Page size"
464 default PPC_4K_PAGES
3c726f8d 465 help
ca9153a3
IY
466 Select the kernel logical page size. Increasing the page size
467 will reduce software overhead at each page boundary, allow
468 hardware prefetch mechanisms to be more effective, and allow
469 larger dma transfers increasing IO efficiency and reducing
470 overhead. However the utilization of memory will increase.
471 For example, each cached file will using a multiple of the
472 page size to hold its contents and the difference between the
473 end of file and the end of page is wasted.
474
475 Some dedicated systems, such as software raid serving with
476 accelerated calculations, have shown significant increases.
477
478 If you configure a 64 bit kernel for 64k pages but the
479 processor does not support them, then the kernel will simulate
480 them with 4k pages, loading them on demand, but with the
481 reduced software overhead and larger internal fragmentation.
482 For the 32 bit kernel, a large page option will not be offered
483 unless it is supported by the configured processor.
484
485 If unsure, choose 4K_PAGES.
486
487config PPC_4K_PAGES
488 bool "4k page size"
489
490config PPC_16K_PAGES
491 bool "16k page size" if 44x
492
493config PPC_64K_PAGES
2d27cfd3 494 bool "64k page size" if 44x || PPC_STD_MMU_64 || PPC_BOOK3E_64
ca9153a3
IY
495 select PPC_HAS_HASH_64K if PPC_STD_MMU_64
496
e1240122
YT
497config PPC_256K_PAGES
498 bool "256k page size" if 44x
adf213c4 499 depends on !STDBINUTILS
e1240122
YT
500 help
501 Make the page size 256k.
502
503 As the ELF standard only requires alignment to support page
504 sizes up to 64k, you will need to compile all of your user
505 space applications with a non-standard binutils settings
506 (see the STDBINUTILS description for details).
507
508 Say N unless you know what you are doing.
509
ca9153a3 510endchoice
3c726f8d 511
53bcddb9
SR
512config FORCE_MAX_ZONEORDER
513 int "Maximum zone order"
066c4b87
BH
514 range 9 64 if PPC64 && PPC_64K_PAGES
515 default "9" if PPC64 && PPC_64K_PAGES
516 range 13 64 if PPC64 && !PPC_64K_PAGES
517 default "13" if PPC64 && !PPC_64K_PAGES
518 range 9 64 if PPC32 && PPC_16K_PAGES
519 default "9" if PPC32 && PPC_16K_PAGES
520 range 7 64 if PPC32 && PPC_64K_PAGES
521 default "7" if PPC32 && PPC_64K_PAGES
522 range 5 64 if PPC32 && PPC_256K_PAGES
523 default "5" if PPC32 && PPC_256K_PAGES
ebe40c5c 524 range 11 64
53bcddb9
SR
525 default "11"
526 help
527 The kernel memory allocator divides physically contiguous memory
528 blocks into "zones", where each zone is a power of two number of
529 pages. This option selects the largest power of two that the kernel
530 keeps in the memory allocator. If you need to allocate very large
531 blocks of physically contiguous memory, then you may need to
532 increase this value.
533
534 This config option is actually maximum order plus one. For example,
535 a value of 11 means that the largest free memory block is 2^10 pages.
536
537 The page size is not necessarily 4KB. For example, on 64-bit
538 systems, 64KB pages can be enabled via CONFIG_PPC_64K_PAGES. Keep
539 this in mind when choosing a value for this option.
540
fa28237c
PM
541config PPC_SUBPAGE_PROT
542 bool "Support setting protections for 4k subpages"
ca9153a3 543 depends on PPC_STD_MMU_64 && PPC_64K_PAGES
fa28237c
PM
544 help
545 This option adds support for a system call to allow user programs
546 to set access permissions (read/write, readonly, or no access)
547 on the 4k subpages of each 64k page.
548
14cf11af
PM
549config SCHED_SMT
550 bool "SMT (Hyperthreading) scheduler support"
551 depends on PPC64 && SMP
14cf11af
PM
552 help
553 SMT scheduler support improves the CPU scheduler's decision making
554 when dealing with POWER5 cpus at a cost of slightly increased
555 overhead in some places. If unsure say N here.
556
14cf11af
PM
557config CMDLINE_BOOL
558 bool "Default bootloader kernel arguments"
14cf11af
PM
559
560config CMDLINE
561 string "Initial kernel command string"
562 depends on CMDLINE_BOOL
563 default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
564 help
565 On some platforms, there is currently no way for the boot loader to
566 pass arguments to the kernel. For these platforms, you can supply
567 some command-line options at build time by entering them here. In
568 most cases you will need to specify the root device here.
569
c356aa45
GL
570config EXTRA_TARGETS
571 string "Additional default image types"
572 help
573 List additional targets to be built by the bootwrapper here (separated
574 by spaces). This is useful for targets that depend of device tree
575 files in the .dts directory.
576
577 Targets in this list will be build as part of the default build
578 target, or when the user does a 'make zImage' or a
579 'make zImage.initrd'.
580
581 If unsure, leave blank
582
b28f5081
JB
583config ARCH_WANTS_FREEZER_CONTROL
584 def_bool y
585 depends on ADB_PMU
586
14cf11af 587source kernel/power/Kconfig
14cf11af
PM
588
589config SECCOMP
590 bool "Enable seccomp to safely compute untrusted bytecode"
591 depends on PROC_FS
592 default y
593 help
594 This kernel feature is useful for number crunching applications
595 that may need to compute untrusted bytecode during their
596 execution. By using pipes or other transports made available to
597 the process as file descriptors supporting the read/write
598 syscalls, it's possible to isolate those applications in
599 their own address space using seccomp. Once seccomp is
600 enabled via /proc/<pid>/seccomp, it cannot be disabled
601 and the task is only allowed to execute a few safe syscalls
602 defined by each seccomp mode.
603
604 If unsure, say Y. Only embedded should say N here.
605
606endmenu
607
608config ISA_DMA_API
609 bool
373a6da1 610 default !PPC_ISERIES || PCI
14cf11af
PM
611
612menu "Bus options"
613
614config ISA
615 bool "Support for ISA-bus hardware"
616 depends on PPC_PREP || PPC_CHRP
f9bd170a 617 select PPC_I8259
14cf11af
PM
618 help
619 Find out whether you have ISA slots on your motherboard. ISA is the
620 name of a bus system, i.e. the way the CPU talks to the other stuff
621 inside your box. If you have an Apple machine, say N here; if you
622 have an IBM RS/6000 or pSeries machine or a PReP machine, say Y. If
623 you have an embedded board, consult your board documentation.
624
5ac6da66
CL
625config ZONE_DMA
626 bool
627 default y
628
af407c6d
FT
629config NEED_DMA_MAP_STATE
630 def_bool (PPC64 || NOT_COHERENT_CACHE)
631
e32205eb
FT
632config NEED_SG_DMA_LENGTH
633 def_bool y
634
14cf11af
PM
635config GENERIC_ISA_DMA
636 bool
1927445a 637 depends on ISA_DMA_API
14cf11af
PM
638 default y
639
25635c71
PM
640config PPC_INDIRECT_PCI
641 bool
642 depends on PCI
63dafe57 643 default y if 40x || 44x
25635c71
PM
644 default n
645
14cf11af
PM
646config EISA
647 bool
648
649config SBUS
650 bool
651
08264cbc
KG
652config FSL_SOC
653 bool
b489da87 654 select HAVE_CAN_FLEXCAN if NET && CAN
655 select PPC_CLOCK if CAN_FLEXCAN
08264cbc 656
55c44991
RZ
657config FSL_PCI
658 bool
659 select PPC_INDIRECT_PCI
d0839118 660 select PCI_QUIRKS
55c44991 661
4ffd6952
AV
662config FSL_PMC
663 bool
664 default y
665 depends on SUSPEND && (PPC_85xx || PPC_86xx)
666 help
667 Freescale MPC85xx/MPC86xx power management controller support
668 (suspend/resume). For MPC83xx see platforms/83xx/suspend.c
669
d164f6d4
VG
670config PPC4xx_CPM
671 bool
672 default y
673 depends on SUSPEND && (44x || 40x)
674 help
675 PPC4xx Clock Power Management (CPM) support (suspend/resume).
676 It also enables support for two different idle states (idle-wait
677 and idle-doze).
678
2a706919
SR
679config 4xx_SOC
680 bool
681
acaa7aa3 682config FSL_LBC
3ab8f2a2
RZ
683 bool "Freescale Local Bus support"
684 depends on FSL_SOC
acaa7aa3 685 help
3ab8f2a2
RZ
686 Enables reporting of errors from the Freescale local bus
687 controller. Also contains some common code used by
688 drivers for specific local bus peripherals.
acaa7aa3 689
83ff9dcf
AV
690config FSL_GTM
691 bool
692 depends on PPC_83xx || QUICC_ENGINE || CPM2
693 help
694 Freescale General-purpose Timers support
695
14cf11af
PM
696# Yes MCA RS/6000s exist but Linux-PPC does not currently support any
697config MCA
698 bool
699
b500563b
JR
700# Platforms that what PCI turned unconditionally just do select PCI
701# in their config node. Platforms that want to choose at config
702# time should select PPC_PCI_CHOICE
703config PPC_PCI_CHOICE
704 bool
705
14cf11af 706config PCI
b500563b
JR
707 bool "PCI support" if PPC_PCI_CHOICE
708 default y if !40x && !CPM2 && !8xx && !PPC_83xx \
bcc48591 709 && !PPC_85xx && !PPC_86xx && !GAMECUBE_COMMON
f21f49ea 710 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx
14cf11af 711 default PCI_QSPAN if !4xx && !CPM2 && 8xx
df87ef55 712 select ARCH_SUPPORTS_MSI
14cf11af
PM
713 help
714 Find out whether your system includes a PCI bus. PCI is the name of
715 a bus system, i.e. the way the CPU talks to the other stuff inside
716 your box. If you say Y here, the kernel will include drivers and
717 infrastructure code to support PCI bus devices.
718
719config PCI_DOMAINS
36e23590
MW
720 def_bool PCI
721
722config PCI_SYSCALL
723 def_bool PCI
14cf11af 724
14cf11af
PM
725config PCI_QSPAN
726 bool "QSpan PCI"
727 depends on !4xx && !CPM2 && 8xx
f9bd170a 728 select PPC_I8259
14cf11af
PM
729 help
730 Say Y here if you have a system based on a Motorola 8xx-series
731 embedded processor with a QSPAN PCI interface, otherwise say N.
732
733config PCI_8260
734 bool
735 depends on PCI && 8260
25635c71 736 select PPC_INDIRECT_PCI
14cf11af
PM
737 default y
738
739config 8260_PCI9
4a3ecc62 740 bool "Enable workaround for MPC826x erratum PCI 9"
e00c5498 741 depends on PCI_8260 && !8272
14cf11af
PM
742 default y
743
bb53bb3d
JM
744source "drivers/pci/pcie/Kconfig"
745
14cf11af
PM
746source "drivers/pci/Kconfig"
747
748source "drivers/pcmcia/Kconfig"
749
750source "drivers/pci/hotplug/Kconfig"
751
f1f389d5
ZW
752config HAS_RAPIDIO
753 bool
754 default n
755
756config RAPIDIO
757 bool "RapidIO support"
388b78ad 758 depends on HAS_RAPIDIO || PCI
f1f389d5
ZW
759 help
760 If you say Y here, the kernel will include drivers and
761 infrastructure code to support RapidIO interconnect devices.
762
388b78ad
AB
763config FSL_RIO
764 bool "Freescale Embedded SRIO Controller support"
765 depends on RAPIDIO && HAS_RAPIDIO
766 default "n"
767 ---help---
768 Include support for RapidIO controller on Freescale embedded
769 processors (MPC8548, MPC8641, etc).
770
f1f389d5
ZW
771source "drivers/rapidio/Kconfig"
772
14cf11af
PM
773endmenu
774
775menu "Advanced setup"
776 depends on PPC32
777
778config ADVANCED_OPTIONS
779 bool "Prompt for advanced kernel configuration options"
780 help
781 This option will enable prompting for a variety of advanced kernel
782 configuration options. These options can cause the kernel to not
783 work if they are set incorrectly, but can be used to optimize certain
784 aspects of kernel memory management.
785
786 Unless you know what you are doing, say N here.
787
788comment "Default settings for advanced configuration options are used"
789 depends on !ADVANCED_OPTIONS
790
14cf11af
PM
791config LOWMEM_SIZE_BOOL
792 bool "Set maximum low memory"
793 depends on ADVANCED_OPTIONS
794 help
795 This option allows you to set the maximum amount of memory which
796 will be used as "low memory", that is, memory which the kernel can
797 access directly, without having to set up a kernel virtual mapping.
798 This can be useful in optimizing the layout of kernel virtual
799 memory.
800
801 Say N here unless you know what you are doing.
802
803config LOWMEM_SIZE
804 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
805 default "0x30000000"
806
96051465
TP
807config LOWMEM_CAM_NUM_BOOL
808 bool "Set number of CAMs to use to map low memory"
809 depends on ADVANCED_OPTIONS && FSL_BOOKE
810 help
811 This option allows you to set the maximum number of CAM slots that
812 will be used to map low memory. There are a limited number of slots
813 available and even more limited number that will fit in the L1 MMU.
814 However, using more entries will allow mapping more low memory. This
815 can be useful in optimizing the layout of kernel virtual memory.
816
817 Say N here unless you know what you are doing.
818
819config LOWMEM_CAM_NUM
9b71dbd3 820 depends on FSL_BOOKE
96051465
TP
821 int "Number of CAMs to use to map low memory" if LOWMEM_CAM_NUM_BOOL
822 default 3
823
37dd2bad
KG
824config RELOCATABLE
825 bool "Build a relocatable kernel (EXPERIMENTAL)"
9661534d 826 depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && (FSL_BOOKE || PPC_47x)
37dd2bad
KG
827 help
828 This builds a kernel image that is capable of running at the
829 location the kernel is loaded at (some alignment restrictions may
830 exist).
831
832 One use is for the kexec on panic case where the recovery kernel
833 must live at a different physical address than the primary
834 kernel.
835
836 Note: If CONFIG_RELOCATABLE=y, then the kernel runs from the address
837 it has been loaded at and the compile time physical addresses
838 CONFIG_PHYSICAL_START is ignored. However CONFIG_PHYSICAL_START
839 setting can still be useful to bootwrappers that need to know the
840 load location of the kernel (eg. u-boot/mkimage).
841
842config PAGE_OFFSET_BOOL
843 bool "Set custom page offset address"
844 depends on ADVANCED_OPTIONS
845 help
846 This option allows you to set the kernel virtual address at which
847 the kernel will map low memory. This can be useful in optimizing
848 the virtual memory layout of the system.
849
850 Say N here unless you know what you are doing.
851
852config PAGE_OFFSET
853 hex "Virtual address of memory base" if PAGE_OFFSET_BOOL
854 default "0xc0000000"
855
14cf11af
PM
856config KERNEL_START_BOOL
857 bool "Set custom kernel base address"
858 depends on ADVANCED_OPTIONS
859 help
860 This option allows you to set the kernel virtual address at which
37dd2bad
KG
861 the kernel will be loaded. Normally this should match PAGE_OFFSET
862 however there are times (like kdump) that one might not want them
863 to be the same.
14cf11af
PM
864
865 Say N here unless you know what you are doing.
866
867config KERNEL_START
868 hex "Virtual address of kernel base" if KERNEL_START_BOOL
37dd2bad 869 default PAGE_OFFSET if PAGE_OFFSET_BOOL
f933a41e 870 default "0xc2000000" if CRASH_DUMP && !RELOCATABLE
14cf11af
PM
871 default "0xc0000000"
872
37dd2bad
KG
873config PHYSICAL_START_BOOL
874 bool "Set physical address where the kernel is loaded"
875 depends on ADVANCED_OPTIONS && FLATMEM && FSL_BOOKE
876 help
877 This gives the physical address where the kernel is loaded.
878
879 Say N here unless you know what you are doing.
880
881config PHYSICAL_START
882 hex "Physical address where the kernel is loaded" if PHYSICAL_START_BOOL
f933a41e 883 default "0x02000000" if PPC_STD_MMU && CRASH_DUMP && !RELOCATABLE
37dd2bad
KG
884 default "0x00000000"
885
886config PHYSICAL_ALIGN
887 hex
c8f3570b 888 default "0x04000000" if FSL_BOOKE
37dd2bad
KG
889 help
890 This value puts the alignment restrictions on physical address
891 where kernel is loaded and run from. Kernel is compiled for an
892 address which meets above alignment restriction.
893
14cf11af
PM
894config TASK_SIZE_BOOL
895 bool "Set custom user task size"
896 depends on ADVANCED_OPTIONS
897 help
898 This option allows you to set the amount of virtual address space
899 allocated to user tasks. This can be useful in optimizing the
900 virtual memory layout of the system.
901
902 Say N here unless you know what you are doing.
903
904config TASK_SIZE
905 hex "Size of user task space" if TASK_SIZE_BOOL
4d9e5510
KG
906 default "0x80000000" if PPC_PREP || PPC_8xx
907 default "0xc0000000"
14cf11af 908
84532a0f
BH
909config CONSISTENT_SIZE_BOOL
910 bool "Set custom consistent memory pool size"
911 depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
912 help
913 This option allows you to set the size of the
914 consistent memory pool. This pool of virtual memory
915 is used to make consistent memory allocations.
916
917config CONSISTENT_SIZE
918 hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
919 default "0x00200000" if NOT_COHERENT_CACHE
920
14cf11af
PM
921config PIN_TLB
922 bool "Pinned Kernel TLBs (860 ONLY)"
923 depends on ADVANCED_OPTIONS && 8xx
924endmenu
925
cabb5587 926if PPC64
549e8152
PM
927config RELOCATABLE
928 bool "Build a relocatable kernel"
929 help
930 This builds a kernel image that is capable of running anywhere
931 in the RMA (real memory area) at any 16k-aligned base address.
932 The kernel is linked as a position-independent executable (PIE)
933 and contains dynamic relocations which are processed early
934 in the bootup process.
935
936 One use is for the kexec on panic case where the recovery kernel
937 must live at a different physical address than the primary
938 kernel.
939
37dd2bad
KG
940config PAGE_OFFSET
941 hex
942 default "0xc000000000000000"
cabb5587
SR
943config KERNEL_START
944 hex
eeb2d218 945 default "0xc000000000000000"
37dd2bad
KG
946config PHYSICAL_START
947 hex
37dd2bad 948 default "0x00000000"
cabb5587
SR
949endif
950
14cf11af
PM
951source "net/Kconfig"
952
953source "drivers/Kconfig"
954
955source "fs/Kconfig"
956
98658538
LY
957source "arch/powerpc/sysdev/qe_lib/Kconfig"
958
14cf11af
PM
959source "lib/Kconfig"
960
14cf11af
PM
961source "arch/powerpc/Kconfig.debug"
962
963source "security/Kconfig"
964
965config KEYS_COMPAT
966 bool
967 depends on COMPAT && KEYS
968 default y
969
970source "crypto/Kconfig"
6f668280
DP
971
972config PPC_CLOCK
973 bool
974 default n
9483a578 975 select HAVE_CLK
1088a209
SM
976
977config PPC_LIB_RHEAP
978 bool
979
bbf45ba5 980source "arch/powerpc/kvm/Kconfig"