blob: 740892a13c767baccc9f94fb43c07964eb362ac8 [file] [log] [blame]
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/PowerPC Kernel Configuration"
6
7config PPC64
8 bool "64-bit kernel"
9 default n
10 help
11 This option selects whether a 32-bit or a 64-bit kernel
12 will be built.
13
Johannes Berg17e638b2007-03-19 11:53:53 +010014config PPC_PM_NEEDS_RTC_LIB
15 bool
16 select RTC_LIB
17 default y if PM
18
Paul Mackerras14cf11a2005-09-26 16:04:21 +100019config PPC32
20 bool
21 default y if !PPC64
22
23config 64BIT
24 bool
25 default y if PPC64
26
27config PPC_MERGE
28 def_bool y
29
30config MMU
31 bool
32 default y
33
Paul Mackerras14cf11a2005-09-26 16:04:21 +100034config GENERIC_HARDIRQS
35 bool
36 default y
37
Ingo Molnar0d7012a2006-06-29 02:24:43 -070038config IRQ_PER_CPU
39 bool
40 default y
41
Paul Mackerras14cf11a2005-09-26 16:04:21 +100042config RWSEM_GENERIC_SPINLOCK
43 bool
44
45config RWSEM_XCHGADD_ALGORITHM
46 bool
47 default y
48
David Howellsf0d1b0b2006-12-08 02:37:49 -080049config ARCH_HAS_ILOG2_U32
50 bool
David Howellsef55d532006-12-08 02:37:53 -080051 default y
David Howellsf0d1b0b2006-12-08 02:37:49 -080052
53config ARCH_HAS_ILOG2_U64
54 bool
David Howellsef55d532006-12-08 02:37:53 -080055 default y if 64BIT
David Howellsf0d1b0b2006-12-08 02:37:49 -080056
Akinobu Mitae779b2f2006-03-26 01:39:33 -080057config GENERIC_HWEIGHT
58 bool
59 default y
60
Paul Mackerras14cf11a2005-09-26 16:04:21 +100061config GENERIC_CALIBRATE_DELAY
62 bool
63 default y
64
Jon Mason0a9cb462006-05-19 15:35:32 -050065config GENERIC_FIND_NEXT_BIT
66 bool
67 default y
68
Paul Mackerras14cf11a2005-09-26 16:04:21 +100069config PPC
70 bool
71 default y
72
73config EARLY_PRINTK
74 bool
Benjamin Herrenschmidt51d30822005-11-23 17:57:25 +110075 default y
Paul Mackerras14cf11a2005-09-26 16:04:21 +100076
77config COMPAT
78 bool
79 default y if PPC64
80
81config SYSVIPC_COMPAT
82 bool
83 depends on COMPAT && SYSVIPC
84 default y
85
86# All PPC32s use generic nvram driver through ppc_md
87config GENERIC_NVRAM
88 bool
89 default y if PPC32
90
91config SCHED_NO_NO_OMIT_FRAME_POINTER
92 bool
93 default y
94
95config ARCH_MAY_HAVE_PC_FDC
96 bool
Stephen Rothwellbed59272007-03-04 17:04:44 +110097 default !PPC_PSERIES || PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +100098
Kumar Gala08264cb2006-01-10 21:43:56 -060099config PPC_OF
100 def_bool y
101
102config PPC_UDBG_16550
103 bool
104 default n
105
Kumar Gala08264cb2006-01-10 21:43:56 -0600106config GENERIC_TBSYNC
107 bool
108 default y if PPC32 && SMP
109 default n
110
Al Viroe65e1fc2006-09-12 03:04:40 -0400111config AUDIT_ARCH
112 bool
113 default y
114
Jeremy Fitzhardinge73c9cea2006-12-08 03:30:41 -0800115config GENERIC_BUG
116 bool
117 default y
118 depends on BUG
119
Kumar Galaf4fc4a52006-01-16 10:53:22 -0600120config DEFAULT_UIMAGE
121 bool
122 help
123 Used to allow a board to specify it wants a uImage built by default
124 default n
125
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000126menu "Processor support"
127choice
128 prompt "Processor Type"
129 depends on PPC32
130 default 6xx
131
Kumar Gala08264cb2006-01-10 21:43:56 -0600132config CLASSIC32
Grant Likely650f3282006-12-04 17:29:13 -0700133 bool "52xx/6xx/7xx/74xx"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000134 select PPC_FPU
Kumar Gala08264cb2006-01-10 21:43:56 -0600135 select 6xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000136 help
137 There are four families of PowerPC chips supported. The more common
138 types (601, 603, 604, 740, 750, 7400), the Motorola embedded
139 versions (821, 823, 850, 855, 860, 52xx, 82xx, 83xx), the AMCC
140 embedded versions (403 and 405) and the high end 64 bit Power
141 processors (POWER 3, POWER4, and IBM PPC970 also known as G5).
Grant Likely650f3282006-12-04 17:29:13 -0700142
143 This option is the catch-all for 6xx types, including some of the
144 embedded versions. Unless there is see an option for the specific
145 chip family you are using, you want this option.
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000146
Grant Likely650f3282006-12-04 17:29:13 -0700147 You do not want this if you are building a kernel for a 64 bit
148 IBM RS/6000 or an Apple G5, choose 6xx.
149
150 If unsure, select this option
151
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000152 Note that the kernel runs in 32-bit mode even on 64-bit chips.
153
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000154config PPC_82xx
155 bool "Freescale 82xx"
Kumar Gala08264cb2006-01-10 21:43:56 -0600156 select 6xx
157 select PPC_FPU
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000158
159config PPC_83xx
160 bool "Freescale 83xx"
Kumar Gala08264cb2006-01-10 21:43:56 -0600161 select 6xx
162 select FSL_SOC
163 select 83xx
164 select PPC_FPU
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000165
Becky Bruce63dafe52006-01-14 16:57:39 -0600166config PPC_85xx
167 bool "Freescale 85xx"
168 select E500
169 select FSL_SOC
170 select 85xx
171
Jon Loeligerc9b484b2006-06-17 17:52:35 -0500172config PPC_86xx
173 bool "Freescale 86xx"
174 select 6xx
175 select FSL_SOC
Jon Loeliger3e4e97f2007-03-07 14:48:45 -0600176 select FSL_PCIE
Jon Loeligerc9b484b2006-06-17 17:52:35 -0500177 select PPC_FPU
178 select ALTIVEC
179 help
180 The Freescale E600 SoCs have 74xx cores.
181
Vitaly Bordug5902ebc2007-01-24 22:41:06 +0300182config PPC_8xx
183 bool "Freescale 8xx"
184 select FSL_SOC
185 select 8xx
186
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000187config 40x
188 bool "AMCC 40x"
Benjamin Herrenschmidt4c75a6f2006-11-11 17:24:53 +1100189 select PPC_DCR_NATIVE
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000190
191config 44x
192 bool "AMCC 44x"
Benjamin Herrenschmidt4c75a6f2006-11-11 17:24:53 +1100193 select PPC_DCR_NATIVE
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000194
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000195
196config E200
197 bool "Freescale e200"
198
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000199endchoice
200
201config POWER4_ONLY
202 bool "Optimize for POWER4"
Paul Mackerras187a0062005-10-06 12:49:05 +1000203 depends on PPC64
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000204 default n
205 ---help---
206 Cause the compiler to optimize for POWER4/POWER5/PPC970 processors.
207 The resulting binary will not work on POWER3 or RS64 processors
208 when compiled with binutils 2.15 or later.
209
210config POWER3
211 bool
Paul Mackerras187a0062005-10-06 12:49:05 +1000212 depends on PPC64
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000213 default y if !POWER4_ONLY
214
215config POWER4
Paul Mackerras187a0062005-10-06 12:49:05 +1000216 depends on PPC64
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000217 def_bool y
218
Kumar Gala08264cb2006-01-10 21:43:56 -0600219config 6xx
220 bool
221
222# this is temp to handle compat with arch=ppc
Vitaly Bordug5902ebc2007-01-24 22:41:06 +0300223config 8xx
224 bool
225
226# this is temp to handle compat with arch=ppc
Kumar Gala08264cb2006-01-10 21:43:56 -0600227config 83xx
228 bool
229
Becky Bruce63dafe52006-01-14 16:57:39 -0600230# this is temp to handle compat with arch=ppc
231config 85xx
232 bool
233
234config E500
235 bool
236
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000237config PPC_FPU
Paul Mackerras187a0062005-10-06 12:49:05 +1000238 bool
239 default y if PPC64
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000240
Benjamin Herrenschmidt4c75a6f2006-11-11 17:24:53 +1100241config PPC_DCR_NATIVE
242 bool
243 default n
244
245config PPC_DCR_MMIO
246 bool
247 default n
248
249config PPC_DCR
250 bool
251 depends on PPC_DCR_NATIVE || PPC_DCR_MMIO
252 default y
253
Benjamin Herrenschmidt4c9d2802006-11-11 17:25:08 +1100254config PPC_OF_PLATFORM_PCI
255 bool
256 depends on PPC64 # not supported on 32 bits yet
257 default n
258
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000259config BOOKE
260 bool
261 depends on E200 || E500
262 default y
263
264config FSL_BOOKE
265 bool
266 depends on E200 || E500
267 default y
268
269config PTE_64BIT
270 bool
271 depends on 44x || E500
272 default y if 44x
273 default y if E500 && PHYS_64BIT
274
275config PHYS_64BIT
276 bool 'Large physical address support' if E500
277 depends on 44x || E500
Benjamin Herrenschmidt3d1ea8e2006-11-11 17:25:19 +1100278 select RESOURCES_64BIT
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000279 default y if 44x
280 ---help---
281 This option enables kernel support for larger than 32-bit physical
282 addresses. This features is not be available on all e500 cores.
283
284 If in doubt, say N here.
285
286config ALTIVEC
287 bool "AltiVec Support"
Kumar Gala08264cb2006-01-10 21:43:56 -0600288 depends on CLASSIC32 || POWER4
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000289 ---help---
290 This option enables kernel support for the Altivec extensions to the
291 PowerPC processor. The kernel currently supports saving and restoring
292 altivec registers, and turning on the 'altivec enable' bit so user
293 processes can execute altivec instructions.
294
295 This option is only usefully if you have a processor that supports
296 altivec (G4, otherwise known as 74xx series), but does not have
297 any affect on a non-altivec cpu (it does, however add code to the
298 kernel).
299
300 If in doubt, say Y here.
301
302config SPE
303 bool "SPE Support"
304 depends on E200 || E500
Becky Bruce63dafe52006-01-14 16:57:39 -0600305 default y
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000306 ---help---
307 This option enables kernel support for the Signal Processing
308 Extensions (SPE) to the PowerPC processor. The kernel currently
309 supports saving and restoring SPE registers, and turning on the
310 'spe enable' bit so user processes can execute SPE instructions.
311
312 This option is only useful if you have a processor that supports
313 SPE (e500, otherwise known as 85xx series), but does not have any
314 effect on a non-spe cpu (it does, however add code to the kernel).
315
316 If in doubt, say Y here.
317
318config PPC_STD_MMU
319 bool
320 depends on 6xx || POWER3 || POWER4 || PPC64
321 default y
322
323config PPC_STD_MMU_32
324 def_bool y
325 depends on PPC_STD_MMU && PPC32
326
Paul Mackerrasc6622f62006-02-24 10:06:59 +1100327config VIRT_CPU_ACCOUNTING
328 bool "Deterministic task and CPU time accounting"
329 depends on PPC64
330 default y
331 help
332 Select this option to enable more accurate task and CPU time
333 accounting. This is done by reading a CPU counter on each
334 kernel entry and exit and on transitions within the kernel
335 between system, softirq and hardirq state, so there is a
336 small performance impact. This also enables accounting of
337 stolen time on logically-partitioned systems running on
338 IBM POWER5-based machines.
339
340 If in doubt, say Y here.
341
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000342config SMP
343 depends on PPC_STD_MMU
344 bool "Symmetric multi-processing support"
345 ---help---
346 This enables support for systems with more than one CPU. If you have
347 a system with only one CPU, say N. If you have a system with more
348 than one CPU, say Y. Note that the kernel does not currently
349 support SMP machines with 603/603e/603ev or PPC750 ("G3") processors
350 since they have inadequate hardware support for multiprocessor
351 operation.
352
353 If you say N here, the kernel will run on single and multiprocessor
354 machines, but will use only one CPU of a multiprocessor machine. If
355 you say Y here, the kernel will run on single-processor machines.
356 On a single-processor machine, the kernel will run faster if you say
357 N here.
358
359 If you don't know what to do here, say N.
360
361config NR_CPUS
Olaf Heringe8a167a2005-12-01 21:10:10 +0100362 int "Maximum number of CPUs (2-128)"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000363 range 2 128
364 depends on SMP
365 default "32" if PPC64
366 default "4"
367
368config NOT_COHERENT_CACHE
369 bool
370 depends on 4xx || 8xx || E200
371 default y
372endmenu
373
374source "init/Kconfig"
375
Kumar Gala4330f5d2007-03-16 09:32:17 -0500376source "arch/powerpc/platforms/Kconfig"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000377
378source arch/powerpc/platforms/embedded6xx/Kconfig
379source arch/powerpc/platforms/4xx/Kconfig
Vitaly Borduged943c12006-10-02 22:41:50 +0400380source arch/powerpc/platforms/82xx/Kconfig
Kumar Gala08264cb2006-01-10 21:43:56 -0600381source arch/powerpc/platforms/83xx/Kconfig
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000382source arch/powerpc/platforms/85xx/Kconfig
Jon Loeligerc9b484b2006-06-17 17:52:35 -0500383source arch/powerpc/platforms/86xx/Kconfig
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000384source arch/powerpc/platforms/8xx/Kconfig
385
386menu "Kernel options"
387
388config HIGHMEM
389 bool "High memory support"
390 depends on PPC32
391
392source kernel/Kconfig.hz
393source kernel/Kconfig.preempt
394source "fs/Kconfig.binfmt"
395
396# We optimistically allocate largepages from the VM, so make the limit
397# large enough (16MB). This badly named config option is actually
398# max order + 1
399config FORCE_MAX_ZONEORDER
400 int
401 depends on PPC64
Mike Kravetz02864862005-11-07 13:48:59 -0800402 default "9" if PPC_64K_PAGES
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000403 default "13"
404
405config MATH_EMULATION
406 bool "Math emulation"
Kumar Gala4d527192007-01-26 00:23:34 -0600407 depends on 4xx || 8xx || E200 || PPC_MPC832x || E500
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000408 ---help---
409 Some PowerPC chips designed for embedded applications do not have
410 a floating-point unit and therefore do not implement the
411 floating-point instructions in the PowerPC instruction set. If you
412 say Y here, the kernel will include code to emulate a floating-point
413 unit, which will allow programs that use floating-point
414 instructions to run.
415
416config IOMMU_VMERGE
417 bool "Enable IOMMU virtual merging (EXPERIMENTAL)"
418 depends on EXPERIMENTAL && PPC64
419 default n
420 help
421 Cause IO segments sent to a device for DMA to be merged virtually
422 by the IOMMU when they happen to have been allocated contiguously.
423 This doesn't add pressure to the IOMMU allocator. However, some
424 drivers don't support getting large merged segments coming back
425 from *_map_sg(). Say Y if you know the drivers you are using are
426 properly handling this case.
427
428config HOTPLUG_CPU
429 bool "Support for enabling/disabling CPUs"
430 depends on SMP && HOTPLUG && EXPERIMENTAL && (PPC_PSERIES || PPC_PMAC)
431 ---help---
432 Say Y here to be able to disable and re-enable individual
433 CPUs at runtime on SMP machines.
434
435 Say N if you are unsure.
436
Yasunori Gotocc576372006-06-29 02:24:27 -0700437config ARCH_ENABLE_MEMORY_HOTPLUG
438 def_bool y
439
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000440config KEXEC
441 bool "kexec system call (EXPERIMENTAL)"
442 depends on PPC_MULTIPLATFORM && EXPERIMENTAL
443 help
444 kexec is a system call that implements the ability to shutdown your
445 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400446 but it is independent of the system firmware. And like a reboot
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000447 you can start any kernel with it, not just Linux.
448
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400449 The name comes from the similarity to the exec system call.
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000450
451 It is an ongoing process to be certain the hardware in a machine
452 is properly shutdown, so do not be surprised if this code does not
453 initially work for you. It may help to enable device hotplugging
454 support. As of this writing the exact hardware interface is
455 strongly in flux, so no good recommendation can be made.
456
Haren Mynenie8625d462006-01-14 13:48:25 -0800457config CRASH_DUMP
Michael Ellermancd9c99d2006-03-10 15:01:08 +1100458 bool "Build a kdump crash kernel (EXPERIMENTAL)"
Haren Mynenie8625d462006-01-14 13:48:25 -0800459 depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
460 help
461 Build a kernel suitable for use as a kdump capture kernel.
462 The kernel will be linked at a different address than normal, and
463 so can only be used for Kdump.
464
465 Don't change this unless you know what you are doing.
466
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000467config EMBEDDEDBOOT
468 bool
469 depends on 8xx || 8260
470 default y
471
472config PC_KEYBOARD
473 bool "PC PS/2 style Keyboard"
474 depends on 4xx || CPM2
475
476config PPCBUG_NVRAM
477 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
478 default y if PPC_PREP
479
480config IRQ_ALL_CPUS
481 bool "Distribute interrupts on all CPUs by default"
482 depends on SMP && !MV64360
483 help
484 This option gives the kernel permission to distribute IRQs across
485 multiple CPUs. Saying N here will route all IRQs to the first
486 CPU. Generally saying Y is safe, although some problems have been
487 reported with SMP Power Macintoshes with this option enabled.
488
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000489
Andy Whitcroftffa27b62005-10-28 17:46:58 -0700490config NUMA
491 bool "NUMA support"
492 depends on PPC64
493 default y if SMP && PPC_PSERIES
494
Yasunori Gotoc80d79d2006-04-10 22:53:53 -0700495config NODES_SHIFT
496 int
497 default "4"
498 depends on NEED_MULTIPLE_NODES
499
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000500config ARCH_SELECT_MEMORY_MODEL
501 def_bool y
502 depends on PPC64
503
504config ARCH_FLATMEM_ENABLE
Andy Whitcroft9100b202005-11-29 19:20:55 +0000505 def_bool y
506 depends on (PPC64 && !NUMA) || PPC32
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000507
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000508config ARCH_SPARSEMEM_ENABLE
509 def_bool y
Andy Whitcroft9100b202005-11-29 19:20:55 +0000510 depends on PPC64
Anton Blanchard45fb6ce2005-11-11 14:22:35 +1100511
512config ARCH_SPARSEMEM_DEFAULT
513 def_bool y
Benjamin Herrenschmidt78bde532007-02-13 11:46:06 +1100514 depends on (SMP && PPC_PSERIES) || PPC_PS3
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000515
Mel Gormanc67c3cb2006-09-27 01:49:49 -0700516config ARCH_POPULATES_NODE_MAP
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000517 def_bool y
Mel Gormanc67c3cb2006-09-27 01:49:49 -0700518
519source "mm/Kconfig"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000520
Mike Kravetz7e9191d2005-11-07 09:39:48 -0800521config ARCH_MEMORY_PROBE
522 def_bool y
523 depends on MEMORY_HOTPLUG
524
Andy Whitcroft75167952006-10-21 10:24:14 -0700525# Some NUMA nodes have memory ranges that span
526# other nodes. Even though a pfn is valid and
527# between a node's start and end pfns, it may not
528# reside on that node. See memmap_init_zone()
529# for details.
530config NODES_SPAN_OTHER_NODES
531 def_bool y
532 depends on NEED_MULTIPLE_NODES
533
Benjamin Herrenschmidt3c726f82005-11-07 11:06:55 +1100534config PPC_64K_PAGES
535 bool "64k page size"
Benjamin Herrenschmidt863c84b2005-11-07 00:57:58 -0800536 depends on PPC64
Benjamin Herrenschmidt3c726f82005-11-07 11:06:55 +1100537 help
538 This option changes the kernel logical page size to 64k. On machines
539 without processor support for 64k pages, the kernel will simulate
540 them by loading each individual 4k page on demand transparently,
541 while on hardware with such support, it will be used to map
542 normal application pages.
543
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000544config SCHED_SMT
545 bool "SMT (Hyperthreading) scheduler support"
546 depends on PPC64 && SMP
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000547 help
548 SMT scheduler support improves the CPU scheduler's decision making
549 when dealing with POWER5 cpus at a cost of slightly increased
550 overhead in some places. If unsure say N here.
551
552config PROC_DEVICETREE
Paul Mackerras5f296752005-10-17 20:14:59 +1000553 bool "Support for device tree in /proc"
554 depends on PROC_FS
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000555 help
556 This option adds a device-tree directory under /proc which contains
557 an image of the device tree that the kernel copies from Open
Paul Mackerras5f296752005-10-17 20:14:59 +1000558 Firmware or other boot firmware. If unsure, say Y here.
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000559
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000560config CMDLINE_BOOL
561 bool "Default bootloader kernel arguments"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000562
563config CMDLINE
564 string "Initial kernel command string"
565 depends on CMDLINE_BOOL
566 default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
567 help
568 On some platforms, there is currently no way for the boot loader to
569 pass arguments to the kernel. For these platforms, you can supply
570 some command-line options at build time by entering them here. In
571 most cases you will need to specify the root device here.
572
573if !44x || BROKEN
574source kernel/power/Kconfig
575endif
576
577config SECCOMP
578 bool "Enable seccomp to safely compute untrusted bytecode"
579 depends on PROC_FS
580 default y
581 help
582 This kernel feature is useful for number crunching applications
583 that may need to compute untrusted bytecode during their
584 execution. By using pipes or other transports made available to
585 the process as file descriptors supporting the read/write
586 syscalls, it's possible to isolate those applications in
587 their own address space using seccomp. Once seccomp is
588 enabled via /proc/<pid>/seccomp, it cannot be disabled
589 and the task is only allowed to execute a few safe syscalls
590 defined by each seccomp mode.
591
592 If unsure, say Y. Only embedded should say N here.
593
594endmenu
595
596config ISA_DMA_API
597 bool
598 default y
599
600menu "Bus options"
601
602config ISA
603 bool "Support for ISA-bus hardware"
604 depends on PPC_PREP || PPC_CHRP
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000605 select PPC_I8259
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000606 help
607 Find out whether you have ISA slots on your motherboard. ISA is the
608 name of a bus system, i.e. the way the CPU talks to the other stuff
609 inside your box. If you have an Apple machine, say N here; if you
610 have an IBM RS/6000 or pSeries machine or a PReP machine, say Y. If
611 you have an embedded board, consult your board documentation.
612
Christoph Lameter5ac6da62007-02-10 01:43:14 -0800613config ZONE_DMA
614 bool
615 default y
616
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000617config GENERIC_ISA_DMA
618 bool
619 depends on PPC64 || POWER4 || 6xx && !CPM2
620 default y
621
Zang Roy-r6191172335932006-08-25 14:16:30 +1000622config MPIC
623 bool
624 default n
625
626config MPIC_WEIRD
627 bool
628 default n
629
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000630config PPC_I8259
631 bool
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000632 default n
633
Paul Mackerras25635c72005-10-26 16:36:55 +1000634config PPC_INDIRECT_PCI
635 bool
636 depends on PCI
Becky Bruce63dafe52006-01-14 16:57:39 -0600637 default y if 40x || 44x
Paul Mackerras25635c72005-10-26 16:36:55 +1000638 default n
639
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000640config EISA
641 bool
642
643config SBUS
644 bool
645
Kumar Gala08264cb2006-01-10 21:43:56 -0600646config FSL_SOC
647 bool
648
Jon Loeliger3e4e97f2007-03-07 14:48:45 -0600649config FSL_PCIE
650 bool
651 depends on PPC_86xx
652
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000653# Yes MCA RS/6000s exist but Linux-PPC does not currently support any
654config MCA
655 bool
656
657config PCI
Jon Loeliger53158622006-08-09 10:37:28 -0500658 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \
Stephen Rothwellbed59272007-03-04 17:04:44 +1100659 || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \
660 || MPC7448HPC2 || PPC_PS3
Jon Loeliger53158622006-08-09 10:37:28 -0500661 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \
662 && !PPC_85xx && !PPC_86xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000663 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS
664 default PCI_QSPAN if !4xx && !CPM2 && 8xx
665 help
666 Find out whether your system includes a PCI bus. PCI is the name of
667 a bus system, i.e. the way the CPU talks to the other stuff inside
668 your box. If you say Y here, the kernel will include drivers and
669 infrastructure code to support PCI bus devices.
670
671config PCI_DOMAINS
672 bool
673 default PCI
674
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000675config PCI_QSPAN
676 bool "QSpan PCI"
677 depends on !4xx && !CPM2 && 8xx
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000678 select PPC_I8259
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000679 help
680 Say Y here if you have a system based on a Motorola 8xx-series
681 embedded processor with a QSPAN PCI interface, otherwise say N.
682
683config PCI_8260
684 bool
685 depends on PCI && 8260
Paul Mackerras25635c72005-10-26 16:36:55 +1000686 select PPC_INDIRECT_PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000687 default y
688
689config 8260_PCI9
Andrew Morton4a3ecc62006-06-01 20:36:04 -0700690 bool "Enable workaround for MPC826x erratum PCI 9"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000691 depends on PCI_8260 && !ADS8272
692 default y
693
694choice
Andrew Morton4a3ecc62006-06-01 20:36:04 -0700695 prompt "IDMA channel for PCI 9 workaround"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000696 depends on 8260_PCI9
697
698config 8260_PCI9_IDMA1
699 bool "IDMA1"
700
701config 8260_PCI9_IDMA2
702 bool "IDMA2"
703
704config 8260_PCI9_IDMA3
705 bool "IDMA3"
706
707config 8260_PCI9_IDMA4
708 bool "IDMA4"
709
710endchoice
711
Jake Moilanenbb53bb32006-06-07 16:05:46 -0500712source "drivers/pci/pcie/Kconfig"
713
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000714source "drivers/pci/Kconfig"
715
716source "drivers/pcmcia/Kconfig"
717
718source "drivers/pci/hotplug/Kconfig"
719
720endmenu
721
722menu "Advanced setup"
723 depends on PPC32
724
725config ADVANCED_OPTIONS
726 bool "Prompt for advanced kernel configuration options"
727 help
728 This option will enable prompting for a variety of advanced kernel
729 configuration options. These options can cause the kernel to not
730 work if they are set incorrectly, but can be used to optimize certain
731 aspects of kernel memory management.
732
733 Unless you know what you are doing, say N here.
734
735comment "Default settings for advanced configuration options are used"
736 depends on !ADVANCED_OPTIONS
737
738config HIGHMEM_START_BOOL
739 bool "Set high memory pool address"
740 depends on ADVANCED_OPTIONS && HIGHMEM
741 help
742 This option allows you to set the base address of the kernel virtual
743 area used to map high memory pages. This can be useful in
744 optimizing the layout of kernel virtual memory.
745
746 Say N here unless you know what you are doing.
747
748config HIGHMEM_START
749 hex "Virtual start address of high memory pool" if HIGHMEM_START_BOOL
750 default "0xfe000000"
751
752config LOWMEM_SIZE_BOOL
753 bool "Set maximum low memory"
754 depends on ADVANCED_OPTIONS
755 help
756 This option allows you to set the maximum amount of memory which
757 will be used as "low memory", that is, memory which the kernel can
758 access directly, without having to set up a kernel virtual mapping.
759 This can be useful in optimizing the layout of kernel virtual
760 memory.
761
762 Say N here unless you know what you are doing.
763
764config LOWMEM_SIZE
765 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
766 default "0x30000000"
767
768config KERNEL_START_BOOL
769 bool "Set custom kernel base address"
770 depends on ADVANCED_OPTIONS
771 help
772 This option allows you to set the kernel virtual address at which
773 the kernel will map low memory (the kernel image will be linked at
774 this address). This can be useful in optimizing the virtual memory
775 layout of the system.
776
777 Say N here unless you know what you are doing.
778
779config KERNEL_START
780 hex "Virtual address of kernel base" if KERNEL_START_BOOL
781 default "0xc0000000"
782
783config TASK_SIZE_BOOL
784 bool "Set custom user task size"
785 depends on ADVANCED_OPTIONS
786 help
787 This option allows you to set the amount of virtual address space
788 allocated to user tasks. This can be useful in optimizing the
789 virtual memory layout of the system.
790
791 Say N here unless you know what you are doing.
792
793config TASK_SIZE
794 hex "Size of user task space" if TASK_SIZE_BOOL
795 default "0x80000000"
796
797config CONSISTENT_START_BOOL
798 bool "Set custom consistent memory pool address"
799 depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
800 help
801 This option allows you to set the base virtual address
Matt LaPlante4b3f6862006-10-03 22:21:02 +0200802 of the consistent memory pool. This pool of virtual
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000803 memory is used to make consistent memory allocations.
804
805config CONSISTENT_START
806 hex "Base virtual address of consistent memory pool" if CONSISTENT_START_BOOL
807 default "0xff100000" if NOT_COHERENT_CACHE
808
809config CONSISTENT_SIZE_BOOL
810 bool "Set custom consistent memory pool size"
811 depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
812 help
Matt LaPlante4b3f6862006-10-03 22:21:02 +0200813 This option allows you to set the size of the
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000814 consistent memory pool. This pool of virtual memory
815 is used to make consistent memory allocations.
816
817config CONSISTENT_SIZE
818 hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
819 default "0x00200000" if NOT_COHERENT_CACHE
820
821config BOOT_LOAD_BOOL
822 bool "Set the boot link/load address"
823 depends on ADVANCED_OPTIONS && !PPC_MULTIPLATFORM
824 help
825 This option allows you to set the initial load address of the zImage
826 or zImage.initrd file. This can be useful if you are on a board
827 which has a small amount of memory.
828
829 Say N here unless you know what you are doing.
830
831config BOOT_LOAD
832 hex "Link/load address for booting" if BOOT_LOAD_BOOL
833 default "0x00400000" if 40x || 8xx || 8260
834 default "0x01000000" if 44x
835 default "0x00800000"
836
837config PIN_TLB
838 bool "Pinned Kernel TLBs (860 ONLY)"
839 depends on ADVANCED_OPTIONS && 8xx
840endmenu
841
Stephen Rothwellcabb5582005-09-30 16:16:52 +1000842if PPC64
843config KERNEL_START
844 hex
Stephen Rothwelleeb2d212005-09-30 17:24:15 +1000845 default "0xc000000000000000"
Stephen Rothwellcabb5582005-09-30 16:16:52 +1000846endif
847
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000848source "net/Kconfig"
849
850source "drivers/Kconfig"
851
852source "fs/Kconfig"
853
854# XXX source "arch/ppc/8xx_io/Kconfig"
855
856# XXX source "arch/ppc/8260_io/Kconfig"
857
Li Yang98658532006-10-03 23:10:46 -0500858source "arch/powerpc/sysdev/qe_lib/Kconfig"
859
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000860
861source "lib/Kconfig"
862
Prasanna S Panchamukhicd6b0762005-11-07 00:59:14 -0800863menu "Instrumentation Support"
864 depends on EXPERIMENTAL
865
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000866source "arch/powerpc/oprofile/Kconfig"
867
Prasanna S Panchamukhicd6b0762005-11-07 00:59:14 -0800868config KPROBES
869 bool "Kprobes (EXPERIMENTAL)"
Kumar Gala82090032007-02-06 22:55:19 -0600870 depends on !BOOKE && !4xx && KALLSYMS && EXPERIMENTAL && MODULES
Prasanna S Panchamukhicd6b0762005-11-07 00:59:14 -0800871 help
872 Kprobes allows you to trap at almost any kernel address and
873 execute a callback function. register_kprobe() establishes
874 a probepoint and specifies the callback. Kprobes is useful
875 for kernel debugging, non-intrusive instrumentation and testing.
876 If in doubt, say "N".
877endmenu
878
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000879source "arch/powerpc/Kconfig.debug"
880
881source "security/Kconfig"
882
883config KEYS_COMPAT
884 bool
885 depends on COMPAT && KEYS
886 default y
887
888source "crypto/Kconfig"