ftrace: disable dynamic ftrace for all archs that use daemon
[safe/jmp/linux-2.6] / arch / powerpc / Kconfig
1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/kconfig-language.txt.
3 #
4
5 mainmenu "Linux/PowerPC Kernel Configuration"
6
7 source "arch/powerpc/platforms/Kconfig.cputype"
8
9 config PPC32
10         bool
11         default y if !PPC64
12
13 config 64BIT
14         bool
15         default y if PPC64
16
17 config WORD_SIZE
18         int
19         default 64 if PPC64
20         default 32 if !PPC64
21
22 config PPC_MERGE
23         def_bool y
24
25 config ARCH_PHYS_ADDR_T_64BIT
26        def_bool PPC64 || PHYS_64BIT
27
28 config MMU
29         bool
30         default y
31
32 config GENERIC_CMOS_UPDATE
33         def_bool y
34
35 config GENERIC_TIME
36         def_bool y
37
38 config GENERIC_TIME_VSYSCALL
39         def_bool y
40
41 config GENERIC_CLOCKEVENTS
42         def_bool y
43
44 config GENERIC_HARDIRQS
45         bool
46         default y
47
48 config HAVE_SETUP_PER_CPU_AREA
49         def_bool PPC64
50
51 config IRQ_PER_CPU
52         bool
53         default y
54
55 config STACKTRACE_SUPPORT
56         bool
57         default y
58
59 config HAVE_LATENCYTOP_SUPPORT
60         def_bool y
61
62 config TRACE_IRQFLAGS_SUPPORT
63         bool
64         depends on PPC64
65         default y
66
67 config LOCKDEP_SUPPORT
68         bool
69         default y
70
71 config RWSEM_GENERIC_SPINLOCK
72         bool
73
74 config RWSEM_XCHGADD_ALGORITHM
75         bool
76         default y
77
78 config GENERIC_LOCKBREAK
79         bool
80         default y
81         depends on SMP && PREEMPT
82
83 config ARCH_HAS_ILOG2_U32
84         bool
85         default y
86
87 config ARCH_HAS_ILOG2_U64
88         bool
89         default y if 64BIT
90
91 config GENERIC_HWEIGHT
92         bool
93         default y
94
95 config GENERIC_CALIBRATE_DELAY
96         bool
97         default y
98
99 config GENERIC_FIND_NEXT_BIT
100         bool
101         default y
102
103 config GENERIC_GPIO
104         bool
105         help
106           Generic GPIO API support
107
108 config ARCH_NO_VIRT_TO_BUS
109         def_bool PPC64
110
111 config PPC
112         bool
113         default y
114         select HAVE_FUNCTION_TRACER
115         select ARCH_WANT_OPTIONAL_GPIOLIB
116         select HAVE_IDE
117         select HAVE_IOREMAP_PROT
118         select HAVE_EFFICIENT_UNALIGNED_ACCESS
119         select HAVE_KPROBES
120         select HAVE_ARCH_KGDB
121         select HAVE_KRETPROBES
122         select HAVE_ARCH_TRACEHOOK
123         select HAVE_LMB
124         select HAVE_DMA_ATTRS if PPC64
125         select USE_GENERIC_SMP_HELPERS if SMP
126         select HAVE_OPROFILE
127
128 config EARLY_PRINTK
129         bool
130         default y
131
132 config COMPAT
133         bool
134         default y if PPC64
135         select COMPAT_BINFMT_ELF
136
137 config SYSVIPC_COMPAT
138         bool
139         depends on COMPAT && SYSVIPC
140         default y
141
142 # All PPC32s use generic nvram driver through ppc_md
143 config GENERIC_NVRAM
144         bool
145         default y if PPC32
146
147 config SCHED_NO_NO_OMIT_FRAME_POINTER
148         bool
149         default y
150
151 config ARCH_MAY_HAVE_PC_FDC
152         bool
153         default !PPC_PSERIES || PCI
154
155 config PPC_OF
156         def_bool y
157
158 config OF
159         def_bool y
160
161 config PPC_UDBG_16550
162         bool
163         default n
164
165 config GENERIC_TBSYNC
166         bool
167         default y if PPC32 && SMP
168         default n
169
170 config AUDIT_ARCH
171         bool
172         default y
173
174 config GENERIC_BUG
175         bool
176         default y
177         depends on BUG
178
179 config SYS_SUPPORTS_APM_EMULATION
180         default y if PMAC_APM_EMU
181         bool
182
183 config DEFAULT_UIMAGE
184         bool
185         help
186           Used to allow a board to specify it wants a uImage built by default
187         default n
188
189 config REDBOOT
190         bool
191
192 config HIBERNATE_32
193         bool
194         depends on (PPC_PMAC && !SMP) || BROKEN
195         default y
196
197 config HIBERNATE_64
198         bool
199         depends on BROKEN || (PPC_PMAC64 && EXPERIMENTAL)
200         default y
201
202 config ARCH_HIBERNATION_POSSIBLE
203         bool
204         depends on (PPC64 && HIBERNATE_64) || (PPC32 && HIBERNATE_32)
205         default y
206
207 config ARCH_SUSPEND_POSSIBLE
208         def_bool y
209         depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx
210
211 config PPC_DCR_NATIVE
212         bool
213         default n
214
215 config PPC_DCR_MMIO
216         bool
217         default n
218
219 config PPC_DCR
220         bool
221         depends on PPC_DCR_NATIVE || PPC_DCR_MMIO
222         default y
223
224 config PPC_OF_PLATFORM_PCI
225         bool
226         depends on PCI
227         depends on PPC64 # not supported on 32 bits yet
228         default n
229
230 source "init/Kconfig"
231
232 source "kernel/Kconfig.freezer"
233
234 source "arch/powerpc/sysdev/Kconfig"
235 source "arch/powerpc/platforms/Kconfig"
236
237 menu "Kernel options"
238
239 config HIGHMEM
240         bool "High memory support"
241         depends on PPC32
242
243 source kernel/time/Kconfig
244 source kernel/Kconfig.hz
245 source kernel/Kconfig.preempt
246 source "fs/Kconfig.binfmt"
247
248 config HUGETLB_PAGE_SIZE_VARIABLE
249         bool
250         depends on HUGETLB_PAGE
251         default y
252
253 config MATH_EMULATION
254         bool "Math emulation"
255         depends on 4xx || 8xx || E200 || PPC_MPC832x || E500
256         ---help---
257           Some PowerPC chips designed for embedded applications do not have
258           a floating-point unit and therefore do not implement the
259           floating-point instructions in the PowerPC instruction set.  If you
260           say Y here, the kernel will include code to emulate a floating-point
261           unit, which will allow programs that use floating-point
262           instructions to run.
263
264 config 8XX_MINIMAL_FPEMU
265         bool "Minimal math emulation for 8xx"
266         depends on 8xx && !MATH_EMULATION
267         help
268           Older arch/ppc kernels still emulated a few floating point
269           instructions such as load and store, even when full math
270           emulation is disabled.  Say "Y" here if you want to preserve
271           this behavior.
272
273           It is recommended that you build a soft-float userspace instead.
274
275 config IOMMU_VMERGE
276         bool "Enable IOMMU virtual merging"
277         depends on PPC64
278         default y
279         help
280           Cause IO segments sent to a device for DMA to be merged virtually
281           by the IOMMU when they happen to have been allocated contiguously.
282           This doesn't add pressure to the IOMMU allocator. However, some
283           drivers don't support getting large merged segments coming back
284           from *_map_sg().
285
286           Most drivers don't have this problem; it is safe to say Y here.
287
288 config IOMMU_HELPER
289         def_bool PPC64
290
291 config HOTPLUG_CPU
292         bool "Support for enabling/disabling CPUs"
293         depends on SMP && HOTPLUG && EXPERIMENTAL && (PPC_PSERIES || PPC_PMAC)
294         ---help---
295           Say Y here to be able to disable and re-enable individual
296           CPUs at runtime on SMP machines.
297
298           Say N if you are unsure.
299
300 config ARCH_ENABLE_MEMORY_HOTPLUG
301         def_bool y
302
303 config ARCH_HAS_WALK_MEMORY
304         def_bool y
305
306 config ARCH_ENABLE_MEMORY_HOTREMOVE
307         def_bool y
308
309 config KEXEC
310         bool "kexec system call (EXPERIMENTAL)"
311         depends on (PPC_PRPMC2800 || PPC_MULTIPLATFORM) && EXPERIMENTAL
312         help
313           kexec is a system call that implements the ability to shutdown your
314           current kernel, and to start another kernel.  It is like a reboot
315           but it is independent of the system firmware.   And like a reboot
316           you can start any kernel with it, not just Linux.
317
318           The name comes from the similarity to the exec system call.
319
320           It is an ongoing process to be certain the hardware in a machine
321           is properly shutdown, so do not be surprised if this code does not
322           initially work for you.  It may help to enable device hotplugging
323           support.  As of this writing the exact hardware interface is
324           strongly in flux, so no good recommendation can be made.
325
326 config CRASH_DUMP
327         bool "Build a kdump crash kernel"
328         depends on PPC_MULTIPLATFORM && PPC64
329         help
330           Build a kernel suitable for use as a kdump capture kernel.
331           The kernel will be linked at a different address than normal, and
332           so can only be used for Kdump.
333
334           Don't change this unless you know what you are doing.
335
336 config PHYP_DUMP
337         bool "Hypervisor-assisted dump (EXPERIMENTAL)"
338         depends on PPC_PSERIES && EXPERIMENTAL
339         help
340           Hypervisor-assisted dump is meant to be a kdump replacement
341           offering robustness and speed not possible without system
342           hypervisor assistence.
343
344           If unsure, say "N"
345
346 config PPCBUG_NVRAM
347         bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
348         default y if PPC_PREP
349
350 config IRQ_ALL_CPUS
351         bool "Distribute interrupts on all CPUs by default"
352         depends on SMP && !MV64360
353         help
354           This option gives the kernel permission to distribute IRQs across
355           multiple CPUs.  Saying N here will route all IRQs to the first
356           CPU.  Generally saying Y is safe, although some problems have been
357           reported with SMP Power Macintoshes with this option enabled.
358
359 config NUMA
360         bool "NUMA support"
361         depends on PPC64
362         default y if SMP && PPC_PSERIES
363
364 config NODES_SHIFT
365         int
366         default "4"
367         depends on NEED_MULTIPLE_NODES
368
369 config ARCH_SELECT_MEMORY_MODEL
370         def_bool y
371         depends on PPC64
372
373 config ARCH_FLATMEM_ENABLE
374         def_bool y
375         depends on (PPC64 && !NUMA) || PPC32
376
377 config ARCH_SPARSEMEM_ENABLE
378         def_bool y
379         depends on PPC64
380         select SPARSEMEM_VMEMMAP_ENABLE
381
382 config ARCH_SPARSEMEM_DEFAULT
383         def_bool y
384         depends on (SMP && PPC_PSERIES) || PPC_PS3
385
386 config ARCH_POPULATES_NODE_MAP
387         def_bool y
388
389 source "mm/Kconfig"
390
391 config ARCH_MEMORY_PROBE
392         def_bool y
393         depends on MEMORY_HOTPLUG
394
395 # Some NUMA nodes have memory ranges that span
396 # other nodes.  Even though a pfn is valid and
397 # between a node's start and end pfns, it may not
398 # reside on that node.  See memmap_init_zone()
399 # for details.
400 config NODES_SPAN_OTHER_NODES
401         def_bool y
402         depends on NEED_MULTIPLE_NODES
403
404 config PPC_HAS_HASH_64K
405         bool
406         depends on PPC64
407         default n
408
409 config PPC_64K_PAGES
410         bool "64k page size"
411         depends on PPC64
412         select PPC_HAS_HASH_64K
413         help
414           This option changes the kernel logical page size to 64k. On machines
415           without processor support for 64k pages, the kernel will simulate
416           them by loading each individual 4k page on demand transparently,
417           while on hardware with such support, it will be used to map
418           normal application pages.
419
420 config FORCE_MAX_ZONEORDER
421         int "Maximum zone order"
422         range 9 64 if PPC_64K_PAGES
423         default "9" if PPC_64K_PAGES
424         range 13 64 if PPC64 && !PPC_64K_PAGES
425         default "13" if PPC64 && !PPC_64K_PAGES
426         range 11 64
427         default "11"
428         help
429           The kernel memory allocator divides physically contiguous memory
430           blocks into "zones", where each zone is a power of two number of
431           pages.  This option selects the largest power of two that the kernel
432           keeps in the memory allocator.  If you need to allocate very large
433           blocks of physically contiguous memory, then you may need to
434           increase this value.
435
436           This config option is actually maximum order plus one. For example,
437           a value of 11 means that the largest free memory block is 2^10 pages.
438
439           The page size is not necessarily 4KB.  For example, on 64-bit
440           systems, 64KB pages can be enabled via CONFIG_PPC_64K_PAGES.  Keep
441           this in mind when choosing a value for this option.
442
443 config PPC_SUBPAGE_PROT
444         bool "Support setting protections for 4k subpages"
445         depends on PPC_64K_PAGES
446         help
447           This option adds support for a system call to allow user programs
448           to set access permissions (read/write, readonly, or no access)
449           on the 4k subpages of each 64k page.
450
451 config SCHED_SMT
452         bool "SMT (Hyperthreading) scheduler support"
453         depends on PPC64 && SMP
454         help
455           SMT scheduler support improves the CPU scheduler's decision making
456           when dealing with POWER5 cpus at a cost of slightly increased
457           overhead in some places. If unsure say N here.
458
459 config PROC_DEVICETREE
460         bool "Support for device tree in /proc"
461         depends on PROC_FS
462         help
463           This option adds a device-tree directory under /proc which contains
464           an image of the device tree that the kernel copies from Open
465           Firmware or other boot firmware. If unsure, say Y here.
466
467 config CMDLINE_BOOL
468         bool "Default bootloader kernel arguments"
469
470 config CMDLINE
471         string "Initial kernel command string"
472         depends on CMDLINE_BOOL
473         default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
474         help
475           On some platforms, there is currently no way for the boot loader to
476           pass arguments to the kernel. For these platforms, you can supply
477           some command-line options at build time by entering them here.  In
478           most cases you will need to specify the root device here.
479
480 config EXTRA_TARGETS
481         string "Additional default image types"
482         help
483           List additional targets to be built by the bootwrapper here (separated
484           by spaces).  This is useful for targets that depend of device tree
485           files in the .dts directory.
486
487           Targets in this list will be build as part of the default build
488           target, or when the user does a 'make zImage' or a
489           'make zImage.initrd'.
490
491           If unsure, leave blank
492
493 if !44x || BROKEN
494 config ARCH_WANTS_FREEZER_CONTROL
495         def_bool y
496         depends on ADB_PMU
497
498 source kernel/power/Kconfig
499 endif
500
501 config SECCOMP
502         bool "Enable seccomp to safely compute untrusted bytecode"
503         depends on PROC_FS
504         default y
505         help
506           This kernel feature is useful for number crunching applications
507           that may need to compute untrusted bytecode during their
508           execution. By using pipes or other transports made available to
509           the process as file descriptors supporting the read/write
510           syscalls, it's possible to isolate those applications in
511           their own address space using seccomp. Once seccomp is
512           enabled via /proc/<pid>/seccomp, it cannot be disabled
513           and the task is only allowed to execute a few safe syscalls
514           defined by each seccomp mode.
515
516           If unsure, say Y. Only embedded should say N here.
517
518 endmenu
519
520 config ISA_DMA_API
521         bool
522         default !PPC_ISERIES || PCI
523
524 menu "Bus options"
525
526 config ISA
527         bool "Support for ISA-bus hardware"
528         depends on PPC_PREP || PPC_CHRP
529         select PPC_I8259
530         help
531           Find out whether you have ISA slots on your motherboard.  ISA is the
532           name of a bus system, i.e. the way the CPU talks to the other stuff
533           inside your box.  If you have an Apple machine, say N here; if you
534           have an IBM RS/6000 or pSeries machine or a PReP machine, say Y.  If
535           you have an embedded board, consult your board documentation.
536
537 config ZONE_DMA
538         bool
539         default y
540
541 config GENERIC_ISA_DMA
542         bool
543         depends on PPC64 || POWER4 || 6xx && !CPM2
544         default y
545
546 config PPC_INDIRECT_PCI
547         bool
548         depends on PCI
549         default y if 40x || 44x
550         default n
551
552 config EISA
553         bool
554
555 config SBUS
556         bool
557
558 config FSL_SOC
559         bool
560
561 config FSL_PCI
562         bool
563         select PPC_INDIRECT_PCI
564
565 config 4xx_SOC
566         bool
567
568 config FSL_LBC
569         bool
570         help
571           Freescale Localbus support
572
573 config FSL_GTM
574         bool
575         depends on PPC_83xx || QUICC_ENGINE || CPM2
576         help
577           Freescale General-purpose Timers support
578
579 # Yes MCA RS/6000s exist but Linux-PPC does not currently support any
580 config MCA
581         bool
582
583 # Platforms that what PCI turned unconditionally just do select PCI
584 # in their config node.  Platforms that want to choose at config
585 # time should select PPC_PCI_CHOICE
586 config PPC_PCI_CHOICE
587         bool
588
589 config PCI
590         bool "PCI support" if PPC_PCI_CHOICE
591         default y if !40x && !CPM2 && !8xx && !PPC_83xx \
592                 && !PPC_85xx && !PPC_86xx
593         default PCI_PERMEDIA if !4xx && !CPM2 && !8xx
594         default PCI_QSPAN if !4xx && !CPM2 && 8xx
595         select ARCH_SUPPORTS_MSI
596         help
597           Find out whether your system includes a PCI bus. PCI is the name of
598           a bus system, i.e. the way the CPU talks to the other stuff inside
599           your box.  If you say Y here, the kernel will include drivers and
600           infrastructure code to support PCI bus devices.
601
602 config PCI_DOMAINS
603         def_bool PCI
604
605 config PCI_SYSCALL
606         def_bool PCI
607
608 config PCI_QSPAN
609         bool "QSpan PCI"
610         depends on !4xx && !CPM2 && 8xx
611         select PPC_I8259
612         help
613           Say Y here if you have a system based on a Motorola 8xx-series
614           embedded processor with a QSPAN PCI interface, otherwise say N.
615
616 config PCI_8260
617         bool
618         depends on PCI && 8260
619         select PPC_INDIRECT_PCI
620         default y
621
622 config 8260_PCI9
623         bool "Enable workaround for MPC826x erratum PCI 9"
624         depends on PCI_8260 && !8272
625         default y
626
627 choice
628         prompt "IDMA channel for PCI 9 workaround"
629         depends on 8260_PCI9
630
631 config 8260_PCI9_IDMA1
632         bool "IDMA1"
633
634 config 8260_PCI9_IDMA2
635         bool "IDMA2"
636
637 config 8260_PCI9_IDMA3
638         bool "IDMA3"
639
640 config 8260_PCI9_IDMA4
641         bool "IDMA4"
642
643 endchoice
644
645 source "drivers/pci/pcie/Kconfig"
646
647 source "drivers/pci/Kconfig"
648
649 source "drivers/pcmcia/Kconfig"
650
651 source "drivers/pci/hotplug/Kconfig"
652
653 config HAS_RAPIDIO
654         bool
655         default n
656
657 config RAPIDIO
658         bool "RapidIO support"
659         depends on HAS_RAPIDIO
660         help
661           If you say Y here, the kernel will include drivers and
662           infrastructure code to support RapidIO interconnect devices.
663
664 source "drivers/rapidio/Kconfig"
665
666 endmenu
667
668 menu "Advanced setup"
669         depends on PPC32
670
671 config ADVANCED_OPTIONS
672         bool "Prompt for advanced kernel configuration options"
673         help
674           This option will enable prompting for a variety of advanced kernel
675           configuration options.  These options can cause the kernel to not
676           work if they are set incorrectly, but can be used to optimize certain
677           aspects of kernel memory management.
678
679           Unless you know what you are doing, say N here.
680
681 comment "Default settings for advanced configuration options are used"
682         depends on !ADVANCED_OPTIONS
683
684 config LOWMEM_SIZE_BOOL
685         bool "Set maximum low memory"
686         depends on ADVANCED_OPTIONS
687         help
688           This option allows you to set the maximum amount of memory which
689           will be used as "low memory", that is, memory which the kernel can
690           access directly, without having to set up a kernel virtual mapping.
691           This can be useful in optimizing the layout of kernel virtual
692           memory.
693
694           Say N here unless you know what you are doing.
695
696 config LOWMEM_SIZE
697         hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
698         default "0x30000000"
699
700 config RELOCATABLE
701         bool "Build a relocatable kernel (EXPERIMENTAL)"
702         depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && FSL_BOOKE
703         help
704           This builds a kernel image that is capable of running at the
705           location the kernel is loaded at (some alignment restrictions may
706           exist).
707
708           One use is for the kexec on panic case where the recovery kernel
709           must live at a different physical address than the primary
710           kernel.
711
712           Note: If CONFIG_RELOCATABLE=y, then the kernel runs from the address
713           it has been loaded at and the compile time physical addresses
714           CONFIG_PHYSICAL_START is ignored.  However CONFIG_PHYSICAL_START
715           setting can still be useful to bootwrappers that need to know the
716           load location of the kernel (eg. u-boot/mkimage).
717
718 config PAGE_OFFSET_BOOL
719         bool "Set custom page offset address"
720         depends on ADVANCED_OPTIONS
721         help
722           This option allows you to set the kernel virtual address at which
723           the kernel will map low memory.  This can be useful in optimizing
724           the virtual memory layout of the system.
725
726           Say N here unless you know what you are doing.
727
728 config PAGE_OFFSET
729         hex "Virtual address of memory base" if PAGE_OFFSET_BOOL
730         default "0xc0000000"
731
732 config KERNEL_START_BOOL
733         bool "Set custom kernel base address"
734         depends on ADVANCED_OPTIONS
735         help
736           This option allows you to set the kernel virtual address at which
737           the kernel will be loaded.  Normally this should match PAGE_OFFSET
738           however there are times (like kdump) that one might not want them
739           to be the same.
740
741           Say N here unless you know what you are doing.
742
743 config KERNEL_START
744         hex "Virtual address of kernel base" if KERNEL_START_BOOL
745         default PAGE_OFFSET if PAGE_OFFSET_BOOL
746         default "0xc2000000" if CRASH_DUMP
747         default "0xc0000000"
748
749 config PHYSICAL_START_BOOL
750         bool "Set physical address where the kernel is loaded"
751         depends on ADVANCED_OPTIONS && FLATMEM && FSL_BOOKE
752         help
753           This gives the physical address where the kernel is loaded.
754
755           Say N here unless you know what you are doing.
756
757 config PHYSICAL_START
758         hex "Physical address where the kernel is loaded" if PHYSICAL_START_BOOL
759         default "0x02000000" if PPC_STD_MMU && CRASH_DUMP
760         default "0x00000000"
761
762 config PHYSICAL_ALIGN
763         hex
764         default "0x10000000" if FSL_BOOKE
765         help
766           This value puts the alignment restrictions on physical address
767           where kernel is loaded and run from. Kernel is compiled for an
768           address which meets above alignment restriction.
769
770 config TASK_SIZE_BOOL
771         bool "Set custom user task size"
772         depends on ADVANCED_OPTIONS
773         help
774           This option allows you to set the amount of virtual address space
775           allocated to user tasks.  This can be useful in optimizing the
776           virtual memory layout of the system.
777
778           Say N here unless you know what you are doing.
779
780 config TASK_SIZE
781         hex "Size of user task space" if TASK_SIZE_BOOL
782         default "0x80000000" if PPC_PREP || PPC_8xx
783         default "0xc0000000"
784
785 config CONSISTENT_START_BOOL
786         bool "Set custom consistent memory pool address"
787         depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
788         help
789           This option allows you to set the base virtual address
790           of the consistent memory pool.  This pool of virtual
791           memory is used to make consistent memory allocations.
792
793 config CONSISTENT_START
794         hex "Base virtual address of consistent memory pool" if CONSISTENT_START_BOOL
795         default "0xfd000000" if (NOT_COHERENT_CACHE && 8xx)
796         default "0xff100000" if NOT_COHERENT_CACHE
797
798 config CONSISTENT_SIZE_BOOL
799         bool "Set custom consistent memory pool size"
800         depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
801         help
802           This option allows you to set the size of the
803           consistent memory pool.  This pool of virtual memory
804           is used to make consistent memory allocations.
805
806 config CONSISTENT_SIZE
807         hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
808         default "0x00200000" if NOT_COHERENT_CACHE
809
810 config PIN_TLB
811         bool "Pinned Kernel TLBs (860 ONLY)"
812         depends on ADVANCED_OPTIONS && 8xx
813 endmenu
814
815 if PPC64
816 config RELOCATABLE
817         bool "Build a relocatable kernel"
818         help
819           This builds a kernel image that is capable of running anywhere
820           in the RMA (real memory area) at any 16k-aligned base address.
821           The kernel is linked as a position-independent executable (PIE)
822           and contains dynamic relocations which are processed early
823           in the bootup process.
824
825           One use is for the kexec on panic case where the recovery kernel
826           must live at a different physical address than the primary
827           kernel.
828
829 config PAGE_OFFSET
830         hex
831         default "0xc000000000000000"
832 config KERNEL_START
833         hex
834         default "0xc000000002000000" if CRASH_DUMP
835         default "0xc000000000000000"
836 config PHYSICAL_START
837         hex
838         default "0x02000000" if CRASH_DUMP
839         default "0x00000000"
840 endif
841
842 source "net/Kconfig"
843
844 source "drivers/Kconfig"
845
846 source "fs/Kconfig"
847
848 # XXX source "arch/ppc/8xx_io/Kconfig"
849
850 # XXX source "arch/ppc/8260_io/Kconfig"
851
852 source "arch/powerpc/sysdev/qe_lib/Kconfig"
853
854 source "lib/Kconfig"
855
856 source "arch/powerpc/Kconfig.debug"
857
858 source "security/Kconfig"
859
860 config KEYS_COMPAT
861         bool
862         depends on COMPAT && KEYS
863         default y
864
865 source "crypto/Kconfig"
866
867 config PPC_CLOCK
868         bool
869         default n
870         select HAVE_CLK
871
872 config PPC_LIB_RHEAP
873         bool
874
875 source "arch/powerpc/kvm/Kconfig"