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