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