vserver 1.9.5.x5
[linux-2.6.git] / arch / ppc64 / Kconfig
1 #
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
4 #
5
6 config 64BIT
7         def_bool y
8
9 config MMU
10         bool
11         default y
12
13 config UID16
14         bool
15
16 config RWSEM_GENERIC_SPINLOCK
17         bool
18
19 config RWSEM_XCHGADD_ALGORITHM
20         bool
21         default y
22
23 config GENERIC_CALIBRATE_DELAY
24         bool
25         default y
26
27 config GENERIC_ISA_DMA
28         bool
29         default y
30
31 config HAVE_DEC_LOCK
32         bool
33         default y
34
35 config EARLY_PRINTK
36         bool
37         default y
38
39 config COMPAT
40         bool
41         default y
42
43 config FRAME_POINTER
44         bool
45         default y
46
47 # We optimistically allocate largepages from the VM, so make the limit
48 # large enough (16MB). This badly named config option is actually
49 # max order + 1
50 config FORCE_MAX_ZONEORDER
51         int
52         default "13"
53
54 source "init/Kconfig"
55
56 config SYSVIPC_COMPAT
57         bool
58         depends on COMPAT && SYSVIPC
59         default y
60
61 menu "Platform support"
62
63 choice
64         prompt "Platform Type"
65         default PPC_MULTIPLATFORM
66
67 config PPC_ISERIES
68         bool "IBM Legacy iSeries"
69
70 config PPC_MULTIPLATFORM
71         bool "Generic"
72
73 endchoice
74
75 config PPC_PSERIES
76         depends on PPC_MULTIPLATFORM
77         bool "  IBM pSeries & new iSeries"
78         default y
79
80 config PPC_PMAC
81         depends on PPC_MULTIPLATFORM
82         bool "  Apple G5 based machines"
83         default y
84         select ADB_PMU
85         select U3_DART
86
87 config PPC_MAPLE
88         depends on PPC_MULTIPLATFORM
89         bool "  Maple 970FX Evaluation Board"
90         select U3_DART
91         select MPIC_BROKEN_U3
92         default n
93         help
94           This option enables support for the Maple 970FX Evaluation Board.
95           For more informations, refer to <http://www.970eval.com>
96
97 config PPC
98         bool
99         default y
100
101 config PPC64
102         bool
103         default y
104
105 config PPC_OF
106         depends on PPC_MULTIPLATFORM
107         bool
108         default y
109
110 # VMX is pSeries only for now until somebody writes the iSeries
111 # exception vectors for it
112 config ALTIVEC
113         bool "Support for VMX (Altivec) vector unit"
114         depends on PPC_MULTIPLATFORM
115         default y
116
117 config PPC_SPLPAR
118         depends on PPC_PSERIES
119         bool "Support for shared-processor logical partitions"
120         default n
121         help
122           Enabling this option will make the kernel run more efficiently
123           on logically-partitioned pSeries systems which use shared
124           processors, that is, which share physical processors between
125           two or more partitions.
126
127 config IBMVIO
128         depends on PPC_PSERIES || PPC_ISERIES
129         bool
130         default y
131
132 config U3_DART
133         bool 
134         depends on PPC_MULTIPLATFORM
135         default n
136
137 config MPIC_BROKEN_U3
138         bool
139         depends on PPC_MAPLE
140         default y
141
142 config PPC_PMAC64
143         bool
144         depends on PPC_PMAC
145         default y
146
147 config BOOTX_TEXT
148         bool "Support for early boot text console"
149         depends PPC_OF
150         help
151           Say Y here to see progress messages from the boot firmware in text
152           mode. Requires an Open Firmware compatible video card.
153
154 config POWER4_ONLY
155         bool "Optimize for POWER4"
156         default n
157         ---help---
158           Cause the compiler to optimize for POWER4 processors. The resulting
159           binary will not work on POWER3 or RS64 processors when compiled with
160           binutils 2.15 or later.
161
162 config IOMMU_VMERGE
163         bool "Enable IOMMU virtual merging (EXPERIMENTAL)"
164         depends on EXPERIMENTAL
165         default n
166         help
167           Cause IO segments sent to a device for DMA to be merged virtually
168           by the IOMMU when they happen to have been allocated contiguously.
169           This doesn't add pressure to the IOMMU allocator. However, some
170           drivers don't support getting large merged segments coming back
171           from *_map_sg(). Say Y if you know the drivers you are using are
172           properly handling this case.
173
174 config SMP
175         bool "Symmetric multi-processing support"
176         ---help---
177           This enables support for systems with more than one CPU. If you have
178           a system with only one CPU, say N. If you have a system with more
179           than one CPU, say Y.
180
181           If you say N here, the kernel will run on single and multiprocessor
182           machines, but will use only one CPU of a multiprocessor machine. If
183           you say Y here, the kernel will run on single-processor machines.
184           On a single-processor machine, the kernel will run faster if you say
185           N here.
186
187           If you don't know what to do here, say Y.
188
189 config NR_CPUS
190         int "Maximum number of CPUs (2-128)"
191         range 2 128
192         depends on SMP
193         default "32"
194
195 config HMT
196         bool "Hardware multithreading"
197         depends on SMP && PPC_PSERIES
198
199 config DISCONTIGMEM
200         bool "Discontiguous Memory Support"
201         depends on SMP && PPC_PSERIES
202
203 config NUMA
204         bool "NUMA support"
205         depends on DISCONTIGMEM
206
207 config SCHED_SMT
208         bool "SMT (Hyperthreading) scheduler support"
209         depends on SMP
210         default off
211         help
212           SMT scheduler support improves the CPU scheduler's decision making
213           when dealing with POWER5 cpus at a cost of slightly increased
214           overhead in some places. If unsure say N here.
215
216 config PREEMPT
217         bool "Preemptible Kernel"
218         help
219           This option reduces the latency of the kernel when reacting to
220           real-time or interactive events by allowing a low priority process to
221           be preempted even if it is in kernel mode executing a system call.
222
223           Say Y here if you are building a kernel for a desktop, embedded
224           or real-time system.  Say N if you are unsure.
225
226 config PREEMPT_BKL
227         bool "Preempt The Big Kernel Lock"
228         depends on PREEMPT
229         default y
230         help
231           This option reduces the latency of the kernel by making the
232           big kernel lock preemptible.
233
234           Say Y here if you are building a kernel for a desktop system.
235           Say N if you are unsure.
236
237 config EEH
238         bool "PCI Extended Error Handling (EEH)" if EMBEDDED
239         depends on PPC_PSERIES
240         default y if !EMBEDDED
241
242 #
243 # Use the generic interrupt handling code in kernel/irq/:
244 #
245 config GENERIC_HARDIRQS
246         bool
247         default y
248
249 config MSCHUNKS
250         bool
251         depends on PPC_ISERIES
252         default y
253
254
255 config PPC_RTAS
256         bool "Proc interface to RTAS"
257         depends on PPC_PSERIES
258
259 config RTAS_FLASH
260         tristate "Firmware flash interface"
261         depends on PPC_RTAS
262
263 config SCANLOG
264         tristate "Scanlog dump interface"
265         depends on PPC_RTAS
266
267 config LPARCFG
268         tristate "LPAR Configuration Data"
269         depends on PPC_PSERIES || PPC_ISERIES
270         help
271         Provide system capacity information via human readable
272         <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
273
274 endmenu
275
276
277 menu "General setup"
278
279 config ISA
280         bool
281         help
282           Find out whether you have ISA slots on your motherboard.  ISA is the
283           name of a bus system, i.e. the way the CPU talks to the other stuff
284           inside your box.  If you have an Apple machine, say N here; if you
285           have an IBM RS/6000 or pSeries machine or a PReP machine, say Y.  If
286           you have an embedded board, consult your board documentation.
287
288 config SBUS
289         bool
290
291 config MCA
292         bool
293
294 config EISA
295         bool
296
297 config PCI
298         bool
299         default y
300         help
301           Find out whether your system includes a PCI bus. PCI is the name of
302           a bus system, i.e. the way the CPU talks to the other stuff inside
303           your box.  If you say Y here, the kernel will include drivers and
304           infrastructure code to support PCI bus devices.
305
306 config PCI_DOMAINS
307         bool
308         default PCI
309
310 source "fs/Kconfig.binfmt"
311
312 source "drivers/pci/Kconfig"
313
314 config HOTPLUG_CPU
315         bool "Support for hot-pluggable CPUs"
316         depends on SMP && EXPERIMENTAL && PPC_PSERIES
317         select HOTPLUG
318         ---help---
319           Say Y here to be able to turn CPUs off and on.
320
321           Say N if you are unsure.
322
323 source "drivers/pcmcia/Kconfig"
324
325 source "drivers/pci/hotplug/Kconfig"
326
327 config PROC_DEVICETREE
328         bool "Support for Open Firmware device tree in /proc"
329         depends on !PPC_ISERIES
330         help
331           This option adds a device-tree directory under /proc which contains
332           an image of the device tree that the kernel copies from Open
333           Firmware. If unsure, say Y here.
334
335 config CMDLINE_BOOL
336         bool "Default bootloader kernel arguments"
337         depends on !PPC_ISERIES
338
339 config CMDLINE
340         string "Initial kernel command string"
341         depends on CMDLINE_BOOL
342         default "console=ttyS0,9600 console=tty0 root=/dev/sda2"
343         help
344           On some platforms, there is currently no way for the boot loader to
345           pass arguments to the kernel. For these platforms, you can supply
346           some command-line options at build time by entering them here.  In
347           most cases you will need to specify the root device here.
348
349 endmenu
350
351 source "drivers/Kconfig"
352
353 source "fs/Kconfig"
354
355 menu "iSeries device drivers"
356         depends on PPC_ISERIES
357
358 config VIOCONS
359         tristate "iSeries Virtual Console Support"
360
361 config VIODASD
362         tristate "iSeries Virtual I/O disk support"
363         help
364           If you are running on an iSeries system and you want to use
365           virtual disks created and managed by OS/400, say Y.
366
367 config VIOCD
368         tristate "iSeries Virtual I/O CD support"
369         help
370           If you are running Linux on an IBM iSeries system and you want to
371           read a CD drive owned by OS/400, say Y here.
372
373 config VIOTAPE
374         tristate "iSeries Virtual Tape Support"
375         help
376           If you are running Linux on an iSeries system and you want Linux
377           to read and/or write a tape drive owned by OS/400, say Y here.
378
379 endmenu
380
381 config VIOPATH
382         bool
383         depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH
384         default y
385
386 source "arch/ppc64/oprofile/Kconfig"
387
388 source "arch/ppc64/Kconfig.debug"
389
390 source "kernel/vserver/Kconfig"
391
392 source "security/Kconfig"
393
394 config KEYS_COMPAT
395         bool
396         depends on COMPAT && KEYS
397         default y
398
399 source "crypto/Kconfig"
400
401 source "lib/Kconfig"