Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / arch / powerpc / Kconfig
blob860d18df36b8144ca5514e558546bee858f48fb4
1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/kconfig-language.txt.
5 mainmenu "Linux/PowerPC Kernel Configuration"
7 source "arch/powerpc/platforms/Kconfig.cputype"
9 config PPC32
10         bool
11         default y if !PPC64
13 config 64BIT
14         bool
15         default y if PPC64
17 config WORD_SIZE
18         int
19         default 64 if PPC64
20         default 32 if !PPC64
22 config PPC_MERGE
23         def_bool y
25 config MMU
26         bool
27         default y
29 config GENERIC_CMOS_UPDATE
30         def_bool y
32 config GENERIC_TIME
33         def_bool y
35 config GENERIC_TIME_VSYSCALL
36         def_bool y
38 config GENERIC_CLOCKEVENTS
39         def_bool y
41 config GENERIC_HARDIRQS
42         bool
43         default y
45 config HAVE_SETUP_PER_CPU_AREA
46         def_bool PPC64
48 config IRQ_PER_CPU
49         bool
50         default y
52 config RWSEM_GENERIC_SPINLOCK
53         bool
55 config RWSEM_XCHGADD_ALGORITHM
56         bool
57         default y
59 config GENERIC_LOCKBREAK
60         bool
61         default y
62         depends on SMP && PREEMPT
64 config ARCH_HAS_ILOG2_U32
65         bool
66         default y
68 config ARCH_HAS_ILOG2_U64
69         bool
70         default y if 64BIT
72 config GENERIC_HWEIGHT
73         bool
74         default y
76 config GENERIC_CALIBRATE_DELAY
77         bool
78         default y
80 config GENERIC_FIND_NEXT_BIT
81         bool
82         default y
84 config ARCH_NO_VIRT_TO_BUS
85         def_bool PPC64
87 config PPC
88         bool
89         default y
90         select HAVE_IDE
91         select HAVE_OPROFILE
92         select HAVE_KPROBES
93 <<<<<<< HEAD:arch/powerpc/Kconfig
94 =======
95         select HAVE_KRETPROBES
96 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:arch/powerpc/Kconfig
98 config EARLY_PRINTK
99         bool
100         default y
102 config COMPAT
103         bool
104         default y if PPC64
105         select COMPAT_BINFMT_ELF
107 config SYSVIPC_COMPAT
108         bool
109         depends on COMPAT && SYSVIPC
110         default y
112 # All PPC32s use generic nvram driver through ppc_md
113 config GENERIC_NVRAM
114         bool
115         default y if PPC32
117 config SCHED_NO_NO_OMIT_FRAME_POINTER
118         bool
119         default y
121 config ARCH_MAY_HAVE_PC_FDC
122         bool
123         default !PPC_PSERIES || PCI
125 config PPC_OF
126         def_bool y
128 config OF
129         def_bool y
131 config PPC_UDBG_16550
132         bool
133         default n
135 config GENERIC_TBSYNC
136         bool
137         default y if PPC32 && SMP
138         default n
140 config AUDIT_ARCH
141         bool
142         default y
144 config GENERIC_BUG
145         bool
146         default y
147         depends on BUG
149 config SYS_SUPPORTS_APM_EMULATION
150         default y if PMAC_APM_EMU
151         bool
153 config DEFAULT_UIMAGE
154         bool
155         help
156           Used to allow a board to specify it wants a uImage built by default
157         default n
159 config REDBOOT
160         bool
162 config HIBERNATE_32
163         bool
164         depends on (PPC_PMAC && !SMP) || BROKEN
165         default y
167 config HIBERNATE_64
168         bool
169         depends on BROKEN || (PPC_PMAC64 && EXPERIMENTAL)
170         default y
172 config ARCH_HIBERNATION_POSSIBLE
173         bool
174         depends on (PPC64 && HIBERNATE_64) || (PPC32 && HIBERNATE_32)
175         default y
177 config ARCH_SUSPEND_POSSIBLE
178         def_bool y
179         depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200
181 config PPC_DCR_NATIVE
182         bool
183         default n
185 config PPC_DCR_MMIO
186         bool
187         default n
189 config PPC_DCR
190         bool
191         depends on PPC_DCR_NATIVE || PPC_DCR_MMIO
192         default y
194 config PPC_OF_PLATFORM_PCI
195         bool
196         depends on PCI
197         depends on PPC64 # not supported on 32 bits yet
198         default n
200 source "init/Kconfig"
202 source "arch/powerpc/sysdev/Kconfig"
203 source "arch/powerpc/platforms/Kconfig"
205 menu "Kernel options"
207 config HIGHMEM
208         bool "High memory support"
209         depends on PPC32
211 source kernel/time/Kconfig
212 source kernel/Kconfig.hz
213 source kernel/Kconfig.preempt
214 source "fs/Kconfig.binfmt"
216 # We optimistically allocate largepages from the VM, so make the limit
217 # large enough (16MB). This badly named config option is actually
218 # max order + 1
219 config FORCE_MAX_ZONEORDER
220         int
221         depends on PPC64
222         default "9" if PPC_64K_PAGES
223         default "13"
225 config HUGETLB_PAGE_SIZE_VARIABLE
226         bool
227         depends on HUGETLB_PAGE
228         default y
230 config MATH_EMULATION
231         bool "Math emulation"
232         depends on 4xx || 8xx || E200 || PPC_MPC832x || E500
233         ---help---
234           Some PowerPC chips designed for embedded applications do not have
235           a floating-point unit and therefore do not implement the
236           floating-point instructions in the PowerPC instruction set.  If you
237           say Y here, the kernel will include code to emulate a floating-point
238           unit, which will allow programs that use floating-point
239           instructions to run.
241 config 8XX_MINIMAL_FPEMU
242         bool "Minimal math emulation for 8xx"
243         depends on 8xx && !MATH_EMULATION
244         help
245           Older arch/ppc kernels still emulated a few floating point
246           instructions such as load and store, even when full math
247           emulation is disabled.  Say "Y" here if you want to preserve
248           this behavior.
250           It is recommended that you build a soft-float userspace instead.
252 config IOMMU_VMERGE
253         bool "Enable IOMMU virtual merging"
254         depends on PPC64
255         default y
256         help
257           Cause IO segments sent to a device for DMA to be merged virtually
258           by the IOMMU when they happen to have been allocated contiguously.
259           This doesn't add pressure to the IOMMU allocator. However, some
260           drivers don't support getting large merged segments coming back
261           from *_map_sg().
263           Most drivers don't have this problem; it is safe to say Y here.
265 config IOMMU_HELPER
266         def_bool PPC64
268 config HOTPLUG_CPU
269         bool "Support for enabling/disabling CPUs"
270         depends on SMP && HOTPLUG && EXPERIMENTAL && (PPC_PSERIES || PPC_PMAC)
271         ---help---
272           Say Y here to be able to disable and re-enable individual
273           CPUs at runtime on SMP machines.
275           Say N if you are unsure.
277 config ARCH_ENABLE_MEMORY_HOTPLUG
278         def_bool y
280 config ARCH_HAS_WALK_MEMORY
281         def_bool y
283 config ARCH_ENABLE_MEMORY_HOTREMOVE
284         def_bool y
286 config KEXEC
287         bool "kexec system call (EXPERIMENTAL)"
288         depends on (PPC_PRPMC2800 || PPC_MULTIPLATFORM) && EXPERIMENTAL
289         help
290           kexec is a system call that implements the ability to shutdown your
291           current kernel, and to start another kernel.  It is like a reboot
292           but it is independent of the system firmware.   And like a reboot
293           you can start any kernel with it, not just Linux.
295           The name comes from the similarity to the exec system call.
297           It is an ongoing process to be certain the hardware in a machine
298           is properly shutdown, so do not be surprised if this code does not
299           initially work for you.  It may help to enable device hotplugging
300           support.  As of this writing the exact hardware interface is
301           strongly in flux, so no good recommendation can be made.
303 config CRASH_DUMP
304         bool "Build a kdump crash kernel (EXPERIMENTAL)"
305         depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
306         help
307           Build a kernel suitable for use as a kdump capture kernel.
308           The kernel will be linked at a different address than normal, and
309           so can only be used for Kdump.
311           Don't change this unless you know what you are doing.
313 config PPCBUG_NVRAM
314         bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
315         default y if PPC_PREP
317 config IRQ_ALL_CPUS
318         bool "Distribute interrupts on all CPUs by default"
319         depends on SMP && !MV64360
320         help
321           This option gives the kernel permission to distribute IRQs across
322           multiple CPUs.  Saying N here will route all IRQs to the first
323           CPU.  Generally saying Y is safe, although some problems have been
324           reported with SMP Power Macintoshes with this option enabled.
326 config NUMA
327         bool "NUMA support"
328         depends on PPC64
329         default y if SMP && PPC_PSERIES
331 config NODES_SHIFT
332         int
333         default "4"
334         depends on NEED_MULTIPLE_NODES
336 config ARCH_SELECT_MEMORY_MODEL
337         def_bool y
338         depends on PPC64
340 config ARCH_FLATMEM_ENABLE
341         def_bool y
342         depends on (PPC64 && !NUMA) || PPC32
344 config ARCH_SPARSEMEM_ENABLE
345         def_bool y
346         depends on PPC64
347         select SPARSEMEM_VMEMMAP_ENABLE
349 config ARCH_SPARSEMEM_DEFAULT
350         def_bool y
351         depends on (SMP && PPC_PSERIES) || PPC_PS3
353 config ARCH_POPULATES_NODE_MAP
354         def_bool y
356 source "mm/Kconfig"
358 config ARCH_MEMORY_PROBE
359         def_bool y
360         depends on MEMORY_HOTPLUG
362 # Some NUMA nodes have memory ranges that span
363 # other nodes.  Even though a pfn is valid and
364 # between a node's start and end pfns, it may not
365 # reside on that node.  See memmap_init_zone()
366 # for details.
367 config NODES_SPAN_OTHER_NODES
368         def_bool y
369         depends on NEED_MULTIPLE_NODES
371 config PPC_HAS_HASH_64K
372         bool
373         depends on PPC64
374         default n
376 config PPC_64K_PAGES
377         bool "64k page size"
378         depends on PPC64
379         select PPC_HAS_HASH_64K
380         help
381           This option changes the kernel logical page size to 64k. On machines
382           without processor support for 64k pages, the kernel will simulate
383           them by loading each individual 4k page on demand transparently,
384           while on hardware with such support, it will be used to map
385           normal application pages.
387 config PPC_SUBPAGE_PROT
388         bool "Support setting protections for 4k subpages"
389         depends on PPC_64K_PAGES
390         help
391           This option adds support for a system call to allow user programs
392           to set access permissions (read/write, readonly, or no access)
393           on the 4k subpages of each 64k page.
395 config SCHED_SMT
396         bool "SMT (Hyperthreading) scheduler support"
397         depends on PPC64 && SMP
398         help
399           SMT scheduler support improves the CPU scheduler's decision making
400           when dealing with POWER5 cpus at a cost of slightly increased
401           overhead in some places. If unsure say N here.
403 config PROC_DEVICETREE
404         bool "Support for device tree in /proc"
405         depends on PROC_FS
406         help
407           This option adds a device-tree directory under /proc which contains
408           an image of the device tree that the kernel copies from Open
409           Firmware or other boot firmware. If unsure, say Y here.
411 config CMDLINE_BOOL
412         bool "Default bootloader kernel arguments"
414 config CMDLINE
415         string "Initial kernel command string"
416         depends on CMDLINE_BOOL
417         default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
418         help
419           On some platforms, there is currently no way for the boot loader to
420           pass arguments to the kernel. For these platforms, you can supply
421           some command-line options at build time by entering them here.  In
422           most cases you will need to specify the root device here.
424 if !44x || BROKEN
425 config ARCH_WANTS_FREEZER_CONTROL
426         def_bool y
427         depends on ADB_PMU
429 source kernel/power/Kconfig
430 endif
432 config SECCOMP
433         bool "Enable seccomp to safely compute untrusted bytecode"
434         depends on PROC_FS
435         default y
436         help
437           This kernel feature is useful for number crunching applications
438           that may need to compute untrusted bytecode during their
439           execution. By using pipes or other transports made available to
440           the process as file descriptors supporting the read/write
441           syscalls, it's possible to isolate those applications in
442           their own address space using seccomp. Once seccomp is
443           enabled via /proc/<pid>/seccomp, it cannot be disabled
444           and the task is only allowed to execute a few safe syscalls
445           defined by each seccomp mode.
447           If unsure, say Y. Only embedded should say N here.
449 endmenu
451 config ISA_DMA_API
452         bool
453         default !PPC_ISERIES || PCI
455 menu "Bus options"
457 config ISA
458         bool "Support for ISA-bus hardware"
459         depends on PPC_PREP || PPC_CHRP
460         select PPC_I8259
461         help
462           Find out whether you have ISA slots on your motherboard.  ISA is the
463           name of a bus system, i.e. the way the CPU talks to the other stuff
464           inside your box.  If you have an Apple machine, say N here; if you
465           have an IBM RS/6000 or pSeries machine or a PReP machine, say Y.  If
466           you have an embedded board, consult your board documentation.
468 config ZONE_DMA
469         bool
470         default y
472 config GENERIC_ISA_DMA
473         bool
474         depends on PPC64 || POWER4 || 6xx && !CPM2
475         default y
477 config PPC_INDIRECT_PCI
478         bool
479         depends on PCI
480         default y if 40x || 44x
481         default n
483 config EISA
484         bool
486 config SBUS
487         bool
489 config FSL_SOC
490         bool
492 config FSL_PCI
493         bool
494         select PPC_INDIRECT_PCI
496 # Yes MCA RS/6000s exist but Linux-PPC does not currently support any
497 config MCA
498         bool
500 config PCI
501         bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \
502                 || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \
503                 || PPC_PS3 || 44x
504         default y if !40x && !CPM2 && !8xx && !PPC_MPC512x && !PPC_83xx \
505                 && !PPC_85xx && !PPC_86xx
506         default PCI_PERMEDIA if !4xx && !CPM2 && !8xx
507         default PCI_QSPAN if !4xx && !CPM2 && 8xx
508         select ARCH_SUPPORTS_MSI
509         help
510           Find out whether your system includes a PCI bus. PCI is the name of
511           a bus system, i.e. the way the CPU talks to the other stuff inside
512           your box.  If you say Y here, the kernel will include drivers and
513           infrastructure code to support PCI bus devices.
515 config PCI_DOMAINS
516         def_bool PCI
518 config PCI_SYSCALL
519         def_bool PCI
521 config PCI_QSPAN
522         bool "QSpan PCI"
523         depends on !4xx && !CPM2 && 8xx
524         select PPC_I8259
525         help
526           Say Y here if you have a system based on a Motorola 8xx-series
527           embedded processor with a QSPAN PCI interface, otherwise say N.
529 config PCI_8260
530         bool
531         depends on PCI && 8260
532         select PPC_INDIRECT_PCI
533         default y
535 config 8260_PCI9
536         bool "Enable workaround for MPC826x erratum PCI 9"
537         depends on PCI_8260 && !8272
538         default y
540 choice
541         prompt "IDMA channel for PCI 9 workaround"
542         depends on 8260_PCI9
544 config 8260_PCI9_IDMA1
545         bool "IDMA1"
547 config 8260_PCI9_IDMA2
548         bool "IDMA2"
550 config 8260_PCI9_IDMA3
551         bool "IDMA3"
553 config 8260_PCI9_IDMA4
554         bool "IDMA4"
556 endchoice
558 source "drivers/pci/pcie/Kconfig"
560 source "drivers/pci/Kconfig"
562 source "drivers/pcmcia/Kconfig"
564 source "drivers/pci/hotplug/Kconfig"
566 endmenu
568 menu "Advanced setup"
569         depends on PPC32
571 config ADVANCED_OPTIONS
572         bool "Prompt for advanced kernel configuration options"
573         help
574           This option will enable prompting for a variety of advanced kernel
575           configuration options.  These options can cause the kernel to not
576           work if they are set incorrectly, but can be used to optimize certain
577           aspects of kernel memory management.
579           Unless you know what you are doing, say N here.
581 comment "Default settings for advanced configuration options are used"
582         depends on !ADVANCED_OPTIONS
584 config HIGHMEM_START_BOOL
585         bool "Set high memory pool address"
586         depends on ADVANCED_OPTIONS && HIGHMEM
587         help
588           This option allows you to set the base address of the kernel virtual
589           area used to map high memory pages.  This can be useful in
590           optimizing the layout of kernel virtual memory.
592           Say N here unless you know what you are doing.
594 config HIGHMEM_START
595         hex "Virtual start address of high memory pool" if HIGHMEM_START_BOOL
596         default "0xfe000000"
598 config LOWMEM_SIZE_BOOL
599         bool "Set maximum low memory"
600         depends on ADVANCED_OPTIONS
601         help
602           This option allows you to set the maximum amount of memory which
603           will be used as "low memory", that is, memory which the kernel can
604           access directly, without having to set up a kernel virtual mapping.
605           This can be useful in optimizing the layout of kernel virtual
606           memory.
608           Say N here unless you know what you are doing.
610 config LOWMEM_SIZE
611         hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
612         default "0x30000000"
614 config KERNEL_START_BOOL
615         bool "Set custom kernel base address"
616         depends on ADVANCED_OPTIONS
617         help
618           This option allows you to set the kernel virtual address at which
619           the kernel will map low memory (the kernel image will be linked at
620           this address).  This can be useful in optimizing the virtual memory
621           layout of the system.
623           Say N here unless you know what you are doing.
625 config KERNEL_START
626         hex "Virtual address of kernel base" if KERNEL_START_BOOL
627         default "0xc0000000"
629 config TASK_SIZE_BOOL
630         bool "Set custom user task size"
631         depends on ADVANCED_OPTIONS
632         help
633           This option allows you to set the amount of virtual address space
634           allocated to user tasks.  This can be useful in optimizing the
635           virtual memory layout of the system.
637           Say N here unless you know what you are doing.
639 config TASK_SIZE
640         hex "Size of user task space" if TASK_SIZE_BOOL
641         default "0x80000000" if PPC_PREP || PPC_8xx
642         default "0xc0000000"
644 config CONSISTENT_START_BOOL
645         bool "Set custom consistent memory pool address"
646         depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
647         help
648           This option allows you to set the base virtual address
649           of the consistent memory pool.  This pool of virtual
650           memory is used to make consistent memory allocations.
652 config CONSISTENT_START
653         hex "Base virtual address of consistent memory pool" if CONSISTENT_START_BOOL
654         default "0xfd000000" if (NOT_COHERENT_CACHE && 8xx)
655         default "0xff100000" if NOT_COHERENT_CACHE
657 config CONSISTENT_SIZE_BOOL
658         bool "Set custom consistent memory pool size"
659         depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
660         help
661           This option allows you to set the size of the
662           consistent memory pool.  This pool of virtual memory
663           is used to make consistent memory allocations.
665 config CONSISTENT_SIZE
666         hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
667         default "0x00200000" if NOT_COHERENT_CACHE
669 config BOOT_LOAD_BOOL
670         bool "Set the boot link/load address"
671         depends on ADVANCED_OPTIONS && !PPC_MULTIPLATFORM
672         help
673           This option allows you to set the initial load address of the zImage
674           or zImage.initrd file.  This can be useful if you are on a board
675           which has a small amount of memory.
677           Say N here unless you know what you are doing.
679 config BOOT_LOAD
680         hex "Link/load address for booting" if BOOT_LOAD_BOOL
681         default "0x00400000" if 40x || 8xx || 8260
682         default "0x01000000" if 44x
683         default "0x00800000"
685 config PIN_TLB
686         bool "Pinned Kernel TLBs (860 ONLY)"
687         depends on ADVANCED_OPTIONS && 8xx
688 endmenu
690 if PPC64
691 config KERNEL_START
692         hex
693         default "0xc000000000000000"
694 endif
696 source "net/Kconfig"
698 source "drivers/Kconfig"
700 source "fs/Kconfig"
702 # XXX source "arch/ppc/8xx_io/Kconfig"
704 # XXX source "arch/ppc/8260_io/Kconfig"
706 source "arch/powerpc/sysdev/qe_lib/Kconfig"
708 source "lib/Kconfig"
710 source "arch/powerpc/Kconfig.debug"
712 source "security/Kconfig"
714 config KEYS_COMPAT
715         bool
716         depends on COMPAT && KEYS
717         default y
719 source "crypto/Kconfig"
721 config PPC_CLOCK
722         bool
723         default n
725 config PPC_LIB_RHEAP
726         bool