blob: 485513c9f1af4c4f4f0aa91ad6d29f0ccb363c1c [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
Arnd Bergmanna0ae9c72007-06-13 02:30:17 +10007source "arch/powerpc/platforms/Kconfig.cputype"
Johannes Berg17e638b2007-03-19 11:53:53 +01008
Paul Mackerras14cf11a2005-09-26 16:04:21 +10009config PPC32
10 bool
11 default y if !PPC64
12
13config 64BIT
14 bool
15 default y if PPC64
16
Stephen Rothwell2578bfa2007-09-21 10:16:20 +100017config WORD_SIZE
18 int
19 default 64 if PPC64
20 default 32 if !PPC64
21
Paul Mackerras14cf11a2005-09-26 16:04:21 +100022config PPC_MERGE
23 def_bool y
24
25config MMU
26 bool
27 default y
28
Tony Breedsaa3be5f2007-09-21 13:26:02 +100029config GENERIC_CMOS_UPDATE
30 def_bool y
31
Tony Breeds4a4cfe32007-09-22 07:35:52 +100032config GENERIC_TIME
33 def_bool y
34
35config GENERIC_TIME_VSYSCALL
36 def_bool y
37
Tony Breedsd831d0b2007-09-21 13:26:03 +100038config GENERIC_CLOCKEVENTS
39 def_bool y
40
Paul Mackerras14cf11a2005-09-26 16:04:21 +100041config GENERIC_HARDIRQS
42 bool
43 default y
44
travis@sgi.com988c3882008-01-30 23:27:58 +010045config HAVE_SETUP_PER_CPU_AREA
travis@sgi.comb32ef632008-01-30 13:32:51 +010046 def_bool PPC64
47
Ingo Molnar0d7012a2006-06-29 02:24:43 -070048config IRQ_PER_CPU
49 bool
50 default y
51
Paul Mackerras14cf11a2005-09-26 16:04:21 +100052config RWSEM_GENERIC_SPINLOCK
53 bool
54
55config RWSEM_XCHGADD_ALGORITHM
56 bool
57 default y
58
Nick Piggin95c354f2008-01-30 13:31:20 +010059config GENERIC_LOCKBREAK
60 bool
61 default y
62 depends on SMP && PREEMPT
63
David Howellsf0d1b0b2006-12-08 02:37:49 -080064config ARCH_HAS_ILOG2_U32
65 bool
David Howellsef55d532006-12-08 02:37:53 -080066 default y
David Howellsf0d1b0b2006-12-08 02:37:49 -080067
68config ARCH_HAS_ILOG2_U64
69 bool
David Howellsef55d532006-12-08 02:37:53 -080070 default y if 64BIT
David Howellsf0d1b0b2006-12-08 02:37:49 -080071
Akinobu Mitae779b2f2006-03-26 01:39:33 -080072config GENERIC_HWEIGHT
73 bool
74 default y
75
Paul Mackerras14cf11a2005-09-26 16:04:21 +100076config GENERIC_CALIBRATE_DELAY
77 bool
78 default y
79
Jon Mason0a9cb462006-05-19 15:35:32 -050080config GENERIC_FIND_NEXT_BIT
81 bool
82 default y
83
Stephen Rothwellf057eac2007-07-15 23:40:05 -070084config ARCH_NO_VIRT_TO_BUS
85 def_bool PPC64
86
Paul Mackerras14cf11a2005-09-26 16:04:21 +100087config PPC
88 bool
89 default y
Sam Ravnborgec7748b2008-02-09 10:46:40 +010090 select HAVE_IDE
Mathieu Desnoyers42d4b832008-02-02 15:10:34 -050091 select HAVE_OPROFILE
Mathieu Desnoyers3f550092008-02-02 15:10:35 -050092 select HAVE_KPROBES
Paul Mackerras14cf11a2005-09-26 16:04:21 +100093
94config EARLY_PRINTK
95 bool
Benjamin Herrenschmidt51d30822005-11-23 17:57:25 +110096 default y
Paul Mackerras14cf11a2005-09-26 16:04:21 +100097
98config COMPAT
99 bool
100 default y if PPC64
Roland McGrath01e31db2008-01-02 17:03:11 -0800101 select COMPAT_BINFMT_ELF
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000102
103config SYSVIPC_COMPAT
104 bool
105 depends on COMPAT && SYSVIPC
106 default y
107
108# All PPC32s use generic nvram driver through ppc_md
109config GENERIC_NVRAM
110 bool
111 default y if PPC32
112
113config SCHED_NO_NO_OMIT_FRAME_POINTER
114 bool
115 default y
116
117config ARCH_MAY_HAVE_PC_FDC
118 bool
Stephen Rothwellbed59272007-03-04 17:04:44 +1100119 default !PPC_PSERIES || PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000120
Kumar Gala08264cb2006-01-10 21:43:56 -0600121config PPC_OF
122 def_bool y
123
Stephen Rothwell97e873e2007-05-01 16:26:07 +1000124config OF
125 def_bool y
126
Kumar Gala08264cb2006-01-10 21:43:56 -0600127config PPC_UDBG_16550
128 bool
129 default n
130
Kumar Gala08264cb2006-01-10 21:43:56 -0600131config GENERIC_TBSYNC
132 bool
133 default y if PPC32 && SMP
134 default n
135
Al Viroe65e1fc2006-09-12 03:04:40 -0400136config AUDIT_ARCH
137 bool
138 default y
139
Jeremy Fitzhardinge73c9cea2006-12-08 03:30:41 -0800140config GENERIC_BUG
141 bool
142 default y
143 depends on BUG
144
Johannes Bergb3028872007-03-20 05:18:02 +1100145config SYS_SUPPORTS_APM_EMULATION
Kumar Gala58da10b2007-05-23 09:51:46 -0500146 default y if PMAC_APM_EMU
Johannes Bergb3028872007-03-20 05:18:02 +1100147 bool
148
Kumar Galaf4fc4a52006-01-16 10:53:22 -0600149config DEFAULT_UIMAGE
150 bool
151 help
152 Used to allow a board to specify it wants a uImage built by default
153 default n
154
Scott Woodb09c1642008-01-17 16:31:40 -0600155config REDBOOT
156 bool
157
Johannes Berg801e4062007-12-08 02:12:39 +0100158config HIBERNATE_32
Johannes Berg543b9fd2007-05-03 22:31:38 +1000159 bool
Johannes Berg801e4062007-12-08 02:12:39 +0100160 depends on (PPC_PMAC && !SMP) || BROKEN
161 default y
162
163config HIBERNATE_64
164 bool
165 depends on BROKEN || (PPC_PMAC64 && EXPERIMENTAL)
166 default y
167
168config ARCH_HIBERNATION_POSSIBLE
169 bool
170 depends on (PPC64 && HIBERNATE_64) || (PPC32 && HIBERNATE_32)
Johannes Berg543b9fd2007-05-03 22:31:38 +1000171 default y
172
Johannes Bergf4cb5702007-12-08 02:14:00 +0100173config ARCH_SUSPEND_POSSIBLE
174 def_bool y
175 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200
176
Benjamin Herrenschmidt4c75a6f2006-11-11 17:24:53 +1100177config PPC_DCR_NATIVE
178 bool
179 default n
180
181config PPC_DCR_MMIO
182 bool
183 default n
184
185config PPC_DCR
186 bool
187 depends on PPC_DCR_NATIVE || PPC_DCR_MMIO
188 default y
189
Benjamin Herrenschmidt4c9d2802006-11-11 17:25:08 +1100190config PPC_OF_PLATFORM_PCI
191 bool
Stephen Rothwell373a6da2007-12-21 15:37:07 +1100192 depends on PCI
Benjamin Herrenschmidt4c9d2802006-11-11 17:25:08 +1100193 depends on PPC64 # not supported on 32 bits yet
194 default n
195
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000196source "init/Kconfig"
197
Benjamin Herrenschmidta2d2e1e2007-12-21 15:39:24 +1100198source "arch/powerpc/sysdev/Kconfig"
Kumar Gala4330f5d2007-03-16 09:32:17 -0500199source "arch/powerpc/platforms/Kconfig"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000200
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000201menu "Kernel options"
202
203config HIGHMEM
204 bool "High memory support"
205 depends on PPC32
206
Tony Breeds1ad74992007-09-21 13:26:03 +1000207source kernel/time/Kconfig
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000208source kernel/Kconfig.hz
209source kernel/Kconfig.preempt
210source "fs/Kconfig.binfmt"
211
212# We optimistically allocate largepages from the VM, so make the limit
213# large enough (16MB). This badly named config option is actually
214# max order + 1
215config FORCE_MAX_ZONEORDER
216 int
217 depends on PPC64
Mike Kravetz02864862005-11-07 13:48:59 -0800218 default "9" if PPC_64K_PAGES
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000219 default "13"
220
Mel Gormanba72cb82007-11-28 16:21:13 -0800221config HUGETLB_PAGE_SIZE_VARIABLE
222 bool
223 depends on HUGETLB_PAGE
224 default y
225
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000226config MATH_EMULATION
227 bool "Math emulation"
Kumar Gala4d527192007-01-26 00:23:34 -0600228 depends on 4xx || 8xx || E200 || PPC_MPC832x || E500
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000229 ---help---
230 Some PowerPC chips designed for embedded applications do not have
231 a floating-point unit and therefore do not implement the
232 floating-point instructions in the PowerPC instruction set. If you
233 say Y here, the kernel will include code to emulate a floating-point
234 unit, which will allow programs that use floating-point
235 instructions to run.
236
Scott Wood5dd57a12007-09-18 15:29:35 -0500237config 8XX_MINIMAL_FPEMU
238 bool "Minimal math emulation for 8xx"
239 depends on 8xx && !MATH_EMULATION
240 help
241 Older arch/ppc kernels still emulated a few floating point
242 instructions such as load and store, even when full math
243 emulation is disabled. Say "Y" here if you want to preserve
244 this behavior.
245
246 It is recommended that you build a soft-float userspace instead.
247
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000248config IOMMU_VMERGE
Linas Vepstas768cc2d2007-07-18 02:09:35 +1000249 bool "Enable IOMMU virtual merging"
250 depends on PPC64
251 default y
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000252 help
253 Cause IO segments sent to a device for DMA to be merged virtually
254 by the IOMMU when they happen to have been allocated contiguously.
255 This doesn't add pressure to the IOMMU allocator. However, some
256 drivers don't support getting large merged segments coming back
Linas Vepstas768cc2d2007-07-18 02:09:35 +1000257 from *_map_sg().
258
259 Most drivers don't have this problem; it is safe to say Y here.
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000260
FUJITA Tomonorifb3475e2008-02-04 22:28:08 -0800261config IOMMU_HELPER
262 def_bool PPC64
263
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000264config HOTPLUG_CPU
265 bool "Support for enabling/disabling CPUs"
266 depends on SMP && HOTPLUG && EXPERIMENTAL && (PPC_PSERIES || PPC_PMAC)
267 ---help---
268 Say Y here to be able to disable and re-enable individual
269 CPUs at runtime on SMP machines.
270
271 Say N if you are unsure.
272
Yasunori Gotocc576372006-06-29 02:24:27 -0700273config ARCH_ENABLE_MEMORY_HOTPLUG
274 def_bool y
275
Badari Pulavartya99824f2008-02-05 00:10:18 -0800276config ARCH_HAS_WALK_MEMORY
277 def_bool y
278
Badari Pulavarty14824712008-02-05 00:10:17 -0800279config ARCH_ENABLE_MEMORY_HOTREMOVE
280 def_bool y
281
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000282config KEXEC
283 bool "kexec system call (EXPERIMENTAL)"
Dale Farnsworthfd4ba7e2007-05-12 10:58:43 +1000284 depends on (PPC_PRPMC2800 || PPC_MULTIPLATFORM) && EXPERIMENTAL
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000285 help
286 kexec is a system call that implements the ability to shutdown your
287 current kernel, and to start another kernel. It is like a reboot
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400288 but it is independent of the system firmware. And like a reboot
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000289 you can start any kernel with it, not just Linux.
290
Matt LaPlante1f1332f2006-06-29 01:32:47 -0400291 The name comes from the similarity to the exec system call.
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000292
293 It is an ongoing process to be certain the hardware in a machine
294 is properly shutdown, so do not be surprised if this code does not
295 initially work for you. It may help to enable device hotplugging
296 support. As of this writing the exact hardware interface is
297 strongly in flux, so no good recommendation can be made.
298
Haren Mynenie8625d462006-01-14 13:48:25 -0800299config CRASH_DUMP
Michael Ellermancd9c99d2006-03-10 15:01:08 +1100300 bool "Build a kdump crash kernel (EXPERIMENTAL)"
Haren Mynenie8625d462006-01-14 13:48:25 -0800301 depends on PPC_MULTIPLATFORM && PPC64 && EXPERIMENTAL
302 help
303 Build a kernel suitable for use as a kdump capture kernel.
304 The kernel will be linked at a different address than normal, and
305 so can only be used for Kdump.
306
307 Don't change this unless you know what you are doing.
308
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000309config PPCBUG_NVRAM
310 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
311 default y if PPC_PREP
312
313config IRQ_ALL_CPUS
314 bool "Distribute interrupts on all CPUs by default"
315 depends on SMP && !MV64360
316 help
317 This option gives the kernel permission to distribute IRQs across
318 multiple CPUs. Saying N here will route all IRQs to the first
319 CPU. Generally saying Y is safe, although some problems have been
320 reported with SMP Power Macintoshes with this option enabled.
321
Andy Whitcroftffa27b62005-10-28 17:46:58 -0700322config NUMA
323 bool "NUMA support"
324 depends on PPC64
325 default y if SMP && PPC_PSERIES
326
Yasunori Gotoc80d79d2006-04-10 22:53:53 -0700327config NODES_SHIFT
328 int
329 default "4"
330 depends on NEED_MULTIPLE_NODES
331
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000332config ARCH_SELECT_MEMORY_MODEL
333 def_bool y
334 depends on PPC64
335
336config ARCH_FLATMEM_ENABLE
Andy Whitcroft9100b202005-11-29 19:20:55 +0000337 def_bool y
338 depends on (PPC64 && !NUMA) || PPC32
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000339
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000340config ARCH_SPARSEMEM_ENABLE
341 def_bool y
Andy Whitcroft9100b202005-11-29 19:20:55 +0000342 depends on PPC64
Andy Whitcroftd29eff72007-10-16 01:24:17 -0700343 select SPARSEMEM_VMEMMAP_ENABLE
Anton Blanchard45fb6ce2005-11-11 14:22:35 +1100344
345config ARCH_SPARSEMEM_DEFAULT
346 def_bool y
Benjamin Herrenschmidt78bde532007-02-13 11:46:06 +1100347 depends on (SMP && PPC_PSERIES) || PPC_PS3
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000348
Mel Gormanc67c3cb2006-09-27 01:49:49 -0700349config ARCH_POPULATES_NODE_MAP
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000350 def_bool y
Mel Gormanc67c3cb2006-09-27 01:49:49 -0700351
352source "mm/Kconfig"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000353
Mike Kravetz7e9191d2005-11-07 09:39:48 -0800354config ARCH_MEMORY_PROBE
355 def_bool y
356 depends on MEMORY_HOTPLUG
357
Andy Whitcroft75167952006-10-21 10:24:14 -0700358# Some NUMA nodes have memory ranges that span
359# other nodes. Even though a pfn is valid and
360# between a node's start and end pfns, it may not
361# reside on that node. See memmap_init_zone()
362# for details.
363config NODES_SPAN_OTHER_NODES
364 def_bool y
365 depends on NEED_MULTIPLE_NODES
366
Benjamin Herrenschmidt16c2d472007-05-08 16:27:28 +1000367config PPC_HAS_HASH_64K
368 bool
369 depends on PPC64
370 default n
371
Benjamin Herrenschmidt3c726f82005-11-07 11:06:55 +1100372config PPC_64K_PAGES
373 bool "64k page size"
Benjamin Herrenschmidt863c84b2005-11-07 00:57:58 -0800374 depends on PPC64
Benjamin Herrenschmidt16c2d472007-05-08 16:27:28 +1000375 select PPC_HAS_HASH_64K
Benjamin Herrenschmidt3c726f82005-11-07 11:06:55 +1100376 help
377 This option changes the kernel logical page size to 64k. On machines
Kumar Gala98750262007-04-12 18:01:34 -0500378 without processor support for 64k pages, the kernel will simulate
379 them by loading each individual 4k page on demand transparently,
380 while on hardware with such support, it will be used to map
381 normal application pages.
Benjamin Herrenschmidt3c726f82005-11-07 11:06:55 +1100382
Paul Mackerrasfa282372008-01-24 08:35:13 +1100383config PPC_SUBPAGE_PROT
384 bool "Support setting protections for 4k subpages"
385 depends on PPC_64K_PAGES
386 help
387 This option adds support for a system call to allow user programs
388 to set access permissions (read/write, readonly, or no access)
389 on the 4k subpages of each 64k page.
390
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000391config SCHED_SMT
392 bool "SMT (Hyperthreading) scheduler support"
393 depends on PPC64 && SMP
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000394 help
395 SMT scheduler support improves the CPU scheduler's decision making
396 when dealing with POWER5 cpus at a cost of slightly increased
397 overhead in some places. If unsure say N here.
398
399config PROC_DEVICETREE
Paul Mackerras5f296752005-10-17 20:14:59 +1000400 bool "Support for device tree in /proc"
401 depends on PROC_FS
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000402 help
403 This option adds a device-tree directory under /proc which contains
404 an image of the device tree that the kernel copies from Open
Paul Mackerras5f296752005-10-17 20:14:59 +1000405 Firmware or other boot firmware. If unsure, say Y here.
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000406
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000407config CMDLINE_BOOL
408 bool "Default bootloader kernel arguments"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000409
410config CMDLINE
411 string "Initial kernel command string"
412 depends on CMDLINE_BOOL
413 default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
414 help
415 On some platforms, there is currently no way for the boot loader to
416 pass arguments to the kernel. For these platforms, you can supply
417 some command-line options at build time by entering them here. In
418 most cases you will need to specify the root device here.
419
420if !44x || BROKEN
Johannes Bergb28f5082008-01-15 23:17:00 -0500421config ARCH_WANTS_FREEZER_CONTROL
422 def_bool y
423 depends on ADB_PMU
424
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000425source kernel/power/Kconfig
426endif
427
428config SECCOMP
429 bool "Enable seccomp to safely compute untrusted bytecode"
430 depends on PROC_FS
431 default y
432 help
433 This kernel feature is useful for number crunching applications
434 that may need to compute untrusted bytecode during their
435 execution. By using pipes or other transports made available to
436 the process as file descriptors supporting the read/write
437 syscalls, it's possible to isolate those applications in
438 their own address space using seccomp. Once seccomp is
439 enabled via /proc/<pid>/seccomp, it cannot be disabled
440 and the task is only allowed to execute a few safe syscalls
441 defined by each seccomp mode.
442
443 If unsure, say Y. Only embedded should say N here.
444
Scott Wood270429b2007-04-17 09:24:51 +1000445config WANT_DEVICE_TREE
446 bool
447 default n
448
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000449endmenu
450
451config ISA_DMA_API
452 bool
Stephen Rothwell373a6da2007-12-21 15:37:07 +1100453 default !PPC_ISERIES || PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000454
455menu "Bus options"
456
457config ISA
458 bool "Support for ISA-bus hardware"
459 depends on PPC_PREP || PPC_CHRP
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000460 select PPC_I8259
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000461 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.
467
Christoph Lameter5ac6da62007-02-10 01:43:14 -0800468config ZONE_DMA
469 bool
470 default y
471
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000472config GENERIC_ISA_DMA
473 bool
474 depends on PPC64 || POWER4 || 6xx && !CPM2
475 default y
476
Paul Mackerras25635c72005-10-26 16:36:55 +1000477config PPC_INDIRECT_PCI
478 bool
479 depends on PCI
Becky Bruce63dafe52006-01-14 16:57:39 -0600480 default y if 40x || 44x
Paul Mackerras25635c72005-10-26 16:36:55 +1000481 default n
482
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000483config EISA
484 bool
485
486config SBUS
487 bool
488
Kumar Gala08264cb2006-01-10 21:43:56 -0600489config FSL_SOC
490 bool
491
Roy Zang55c44992007-07-10 18:44:34 +0800492config FSL_PCI
493 bool
494 select PPC_INDIRECT_PCI
495
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000496# Yes MCA RS/6000s exist but Linux-PPC does not currently support any
497config MCA
498 bool
499
500config PCI
Jon Loeliger53158622006-08-09 10:37:28 -0500501 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \
Stephen Rothwellbed59272007-03-04 17:04:44 +1100502 || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \
Sean MacLennanf9bdedb2008-01-22 04:55:29 +1100503 || PPC_PS3 || 44x
John Rigbye177edc2008-01-29 04:28:53 +1100504 default y if !40x && !CPM2 && !8xx && !PPC_MPC512x && !PPC_83xx \
Jon Loeliger53158622006-08-09 10:37:28 -0500505 && !PPC_85xx && !PPC_86xx
David Gibsonf21f49e2007-06-13 14:52:54 +1000506 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000507 default PCI_QSPAN if !4xx && !CPM2 && 8xx
Michael Ellermandf87ef52007-05-08 12:58:34 +1000508 select ARCH_SUPPORTS_MSI
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000509 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.
514
515config PCI_DOMAINS
Matthew Wilcox36e23592007-07-10 10:54:40 -0600516 def_bool PCI
517
518config PCI_SYSCALL
519 def_bool PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000520
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000521config PCI_QSPAN
522 bool "QSpan PCI"
523 depends on !4xx && !CPM2 && 8xx
Paul Mackerrasf9bd1702005-10-26 16:47:42 +1000524 select PPC_I8259
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000525 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.
528
529config PCI_8260
530 bool
531 depends on PCI && 8260
Paul Mackerras25635c72005-10-26 16:36:55 +1000532 select PPC_INDIRECT_PCI
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000533 default y
534
535config 8260_PCI9
Andrew Morton4a3ecc62006-06-01 20:36:04 -0700536 bool "Enable workaround for MPC826x erratum PCI 9"
Scott Woode00c5492007-09-14 15:41:56 -0500537 depends on PCI_8260 && !8272
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000538 default y
539
540choice
Andrew Morton4a3ecc62006-06-01 20:36:04 -0700541 prompt "IDMA channel for PCI 9 workaround"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000542 depends on 8260_PCI9
543
544config 8260_PCI9_IDMA1
545 bool "IDMA1"
546
547config 8260_PCI9_IDMA2
548 bool "IDMA2"
549
550config 8260_PCI9_IDMA3
551 bool "IDMA3"
552
553config 8260_PCI9_IDMA4
554 bool "IDMA4"
555
556endchoice
557
Jake Moilanenbb53bb32006-06-07 16:05:46 -0500558source "drivers/pci/pcie/Kconfig"
559
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000560source "drivers/pci/Kconfig"
561
562source "drivers/pcmcia/Kconfig"
563
564source "drivers/pci/hotplug/Kconfig"
565
566endmenu
567
568menu "Advanced setup"
569 depends on PPC32
570
571config 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.
578
579 Unless you know what you are doing, say N here.
580
581comment "Default settings for advanced configuration options are used"
582 depends on !ADVANCED_OPTIONS
583
584config 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.
591
592 Say N here unless you know what you are doing.
593
594config HIGHMEM_START
595 hex "Virtual start address of high memory pool" if HIGHMEM_START_BOOL
596 default "0xfe000000"
597
598config 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.
607
608 Say N here unless you know what you are doing.
609
610config LOWMEM_SIZE
611 hex "Maximum low memory size (in bytes)" if LOWMEM_SIZE_BOOL
612 default "0x30000000"
613
614config 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.
622
623 Say N here unless you know what you are doing.
624
625config KERNEL_START
626 hex "Virtual address of kernel base" if KERNEL_START_BOOL
627 default "0xc0000000"
628
629config 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.
636
637 Say N here unless you know what you are doing.
638
639config TASK_SIZE
640 hex "Size of user task space" if TASK_SIZE_BOOL
Kumar Gala4d9e55102007-10-11 13:40:21 -0500641 default "0x80000000" if PPC_PREP || PPC_8xx
642 default "0xc0000000"
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000643
644config 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
Matt LaPlante4b3f6862006-10-03 22:21:02 +0200649 of the consistent memory pool. This pool of virtual
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000650 memory is used to make consistent memory allocations.
651
652config CONSISTENT_START
653 hex "Base virtual address of consistent memory pool" if CONSISTENT_START_BOOL
Scott Woodccf0d682007-07-16 11:28:18 -0500654 default "0xfd000000" if (NOT_COHERENT_CACHE && 8xx)
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000655 default "0xff100000" if NOT_COHERENT_CACHE
656
657config CONSISTENT_SIZE_BOOL
658 bool "Set custom consistent memory pool size"
659 depends on ADVANCED_OPTIONS && NOT_COHERENT_CACHE
660 help
Matt LaPlante4b3f6862006-10-03 22:21:02 +0200661 This option allows you to set the size of the
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000662 consistent memory pool. This pool of virtual memory
663 is used to make consistent memory allocations.
664
665config CONSISTENT_SIZE
666 hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL
667 default "0x00200000" if NOT_COHERENT_CACHE
668
669config 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.
676
677 Say N here unless you know what you are doing.
678
679config 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"
684
685config PIN_TLB
686 bool "Pinned Kernel TLBs (860 ONLY)"
687 depends on ADVANCED_OPTIONS && 8xx
688endmenu
689
Stephen Rothwellcabb5582005-09-30 16:16:52 +1000690if PPC64
691config KERNEL_START
692 hex
Stephen Rothwelleeb2d212005-09-30 17:24:15 +1000693 default "0xc000000000000000"
Stephen Rothwellcabb5582005-09-30 16:16:52 +1000694endif
695
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000696source "net/Kconfig"
697
698source "drivers/Kconfig"
699
700source "fs/Kconfig"
701
702# XXX source "arch/ppc/8xx_io/Kconfig"
703
704# XXX source "arch/ppc/8260_io/Kconfig"
705
Li Yang98658532006-10-03 23:10:46 -0500706source "arch/powerpc/sysdev/qe_lib/Kconfig"
707
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000708source "lib/Kconfig"
709
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000710source "arch/powerpc/Kconfig.debug"
711
712source "security/Kconfig"
713
714config KEYS_COMPAT
715 bool
716 depends on COMPAT && KEYS
717 default y
718
719source "crypto/Kconfig"
Domen Puncer6f668282007-09-21 00:00:11 +1000720
721config PPC_CLOCK
722 bool
723 default n
Sylvain Munaut1088a202007-09-16 20:53:25 +1000724
725config PPC_LIB_RHEAP
726 bool
727