[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.h
[deliverable/linux.git] / arch / s390 / Kconfig
CommitLineData
1da177e4
LT
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
dbd70fb4
HC
6config SCHED_MC
7 def_bool y
8 depends on SMP
9
1da177e4 10config MMU
61d48c2c 11 def_bool y
1da177e4 12
66701b14 13config ZONE_DMA
118bcd31
HC
14 def_bool y
15 depends on 64BIT
66701b14 16
2b105ff9 17config LOCKDEP_SUPPORT
61d48c2c 18 def_bool y
2b105ff9 19
5bdc9b44 20config STACKTRACE_SUPPORT
61d48c2c 21 def_bool y
5bdc9b44 22
a3afe70b
HC
23config HAVE_LATENCYTOP_SUPPORT
24 def_bool y
25
1da177e4
LT
26config RWSEM_GENERIC_SPINLOCK
27 bool
28
29config RWSEM_XCHGADD_ALGORITHM
61d48c2c 30 def_bool y
1da177e4 31
f0d1b0b3
DH
32config ARCH_HAS_ILOG2_U32
33 bool
34 default n
35
36config ARCH_HAS_ILOG2_U64
37 bool
38 default n
39
7e33db4e 40config GENERIC_HWEIGHT
61d48c2c 41 def_bool y
7e33db4e 42
dc64bef5
MS
43config GENERIC_TIME
44 def_bool y
45
c0007f1a
HC
46config GENERIC_BUG
47 bool
48 depends on BUG
49 default y
50
23db764d 51config NO_IOMEM
5ea81769
AV
52 def_bool y
53
411f0f3e
HC
54config NO_DMA
55 def_bool y
56
b6b40c53
MS
57config GENERIC_LOCKBREAK
58 bool
59 default y
60 depends on SMP && PREEMPT
61
1da177e4
LT
62mainmenu "Linux Kernel Configuration"
63
347a8dc3 64config S390
61d48c2c 65 def_bool y
42d4b839 66 select HAVE_OPROFILE
3f550096 67 select HAVE_KPROBES
9edddaa2 68 select HAVE_KRETPROBES
1da177e4 69
1da177e4
LT
70source "init/Kconfig"
71
72menu "Base setup"
73
74comment "Processor type and features"
75
347a8dc3 76config 64BIT
1da177e4
LT
77 bool "64 bit kernel"
78 help
79 Select this option if you have a 64 bit IBM zSeries machine
80 and want to use the 64 bit addressing mode.
81
d9f7a745
MS
82config 32BIT
83 bool
84 default y if !64BIT
85
1da177e4
LT
86config SMP
87 bool "Symmetric multi-processing support"
88 ---help---
89 This enables support for systems with more than one CPU. If you have
90 a system with only one CPU, like most personal computers, say N. If
91 you have a system with more than one CPU, say Y.
92
93 If you say N here, the kernel will run on single and multiprocessor
94 machines, but will use only one CPU of a multiprocessor machine. If
95 you say Y here, the kernel will run on many, but not all,
96 singleprocessor machines. On a singleprocessor machine, the kernel
97 will run faster if you say N here.
98
03502faa
AB
99 See also the SMP-HOWTO available at
100 <http://www.tldp.org/docs.html#howto>.
1da177e4
LT
101
102 Even if you don't know what to do here, say Y.
103
104config NR_CPUS
105 int "Maximum number of CPUs (2-64)"
106 range 2 64
107 depends on SMP
057c5cb3
HC
108 default "32" if !64BIT
109 default "64" if 64BIT
1da177e4
LT
110 help
111 This allows you to specify the maximum number of CPUs which this
112 kernel will support. The maximum supported value is 64 and the
113 minimum value which makes sense is 2.
114
115 This is purely to save memory - each supported CPU adds
116 approximately sixteen kilobytes to the kernel image.
117
118config HOTPLUG_CPU
119 bool "Support for hot-pluggable CPUs"
120 depends on SMP
121 select HOTPLUG
122 default n
123 help
124 Say Y here to be able to turn CPUs off and on. CPUs
125 can be controlled through /sys/devices/system/cpu/cpu#.
126 Say N if you want to disable CPU hotplug.
127
128config MATHEMU
129 bool "IEEE FPU emulation"
130 depends on MARCH_G5
131 help
132 This option is required for IEEE compliant floating point arithmetic
133 on older S/390 machines. Say Y unless you know your machine doesn't
134 need this.
135
347a8dc3 136config COMPAT
1da177e4 137 bool "Kernel support for 31 bit emulation"
347a8dc3 138 depends on 64BIT
1da177e4
LT
139 help
140 Select this option if you want to enable your system kernel to
141 handle system-calls from ELF binaries for 31 bit ESA. This option
142 (and some other stuff like libraries and such) is needed for
143 executing 31 bit applications. It is safe to say "Y".
144
1da177e4
LT
145config SYSVIPC_COMPAT
146 bool
147 depends on COMPAT && SYSVIPC
148 default y
149
e65e1fc2
AV
150config AUDIT_ARCH
151 bool
152 default y
153
c1821c2e
GS
154config S390_SWITCH_AMODE
155 bool "Switch kernel/user addressing modes"
156 help
157 This option allows to switch the addressing modes of kernel and user
158 space. The kernel parameter switch_amode=on will enable this feature,
159 default is disabled. Enabling this (via kernel parameter) on machines
160 earlier than IBM System z9-109 EC/BC will reduce system performance.
161
162 Note that this option will also be selected by selecting the execute
163 protection option below. Enabling the execute protection via the
164 noexec kernel parameter will also switch the addressing modes,
165 independent of the switch_amode kernel parameter.
166
167
168config S390_EXEC_PROTECT
169 bool "Data execute protection"
170 select S390_SWITCH_AMODE
171 help
172 This option allows to enable a buffer overflow protection for user
173 space programs and it also selects the addressing mode option above.
174 The kernel parameter noexec=on will enable this feature and also
175 switch the addressing modes, default is disabled. Enabling this (via
176 kernel parameter) on machines earlier than IBM System z9-109 EC/BC
177 will reduce system performance.
178
1da177e4
LT
179comment "Code generation options"
180
181choice
182 prompt "Processor type"
183 default MARCH_G5
184
185config MARCH_G5
186 bool "S/390 model G5 and G6"
347a8dc3 187 depends on !64BIT
1da177e4
LT
188 help
189 Select this to build a 31 bit kernel that works
190 on all S/390 and zSeries machines.
191
192config MARCH_Z900
193 bool "IBM eServer zSeries model z800 and z900"
194 help
195 Select this to optimize for zSeries machines. This
196 will enable some optimizations that are not available
197 on older 31 bit only CPUs.
198
199config MARCH_Z990
200 bool "IBM eServer zSeries model z890 and z990"
201 help
202 Select this enable optimizations for model z890/z990.
203 This will be slightly faster but does not work on
204 older machines such as the z900.
205
0efa4703
CB
206config MARCH_Z9_109
207 bool "IBM System z9"
208 help
209 Select this to enable optimizations for IBM System z9-109, IBM
210 System z9 Enterprise Class (z9 EC), and IBM System z9 Business
211 Class (z9 BC). The kernel will be slightly faster but will not
212 work on older machines such as the z990, z890, z900, and z800.
213
1da177e4
LT
214endchoice
215
216config PACK_STACK
217 bool "Pack kernel stack"
218 help
219 This option enables the compiler option -mkernel-backchain if it
220 is available. If the option is available the compiler supports
221 the new stack layout which dramatically reduces the minimum stack
222 frame size. With an old compiler a non-leaf function needs a
223 minimum of 96 bytes on 31 bit and 160 bytes on 64 bit. With
224 -mkernel-backchain the minimum size drops to 16 byte on 31 bit
225 and 24 byte on 64 bit.
226
227 Say Y if you are unsure.
228
229config SMALL_STACK
230 bool "Use 4kb/8kb for kernel stack instead of 8kb/16kb"
74f8f557 231 depends on PACK_STACK && !LOCKDEP
1da177e4
LT
232 help
233 If you say Y here and the compiler supports the -mkernel-backchain
234 option the kernel will use a smaller kernel stack size. For 31 bit
235 the reduced size is 4kb instead of 8kb and for 64 bit it is 8kb
236 instead of 16kb. This allows to run more thread on a system and
237 reduces the pressure on the memory management for higher order
238 page allocations.
239
240 Say N if you are unsure.
241
242
243config CHECK_STACK
244 bool "Detect kernel stack overflow"
245 help
246 This option enables the compiler option -mstack-guard and
247 -mstack-size if they are available. If the compiler supports them
248 it will emit additional code to each function prolog to trigger
249 an illegal operation if the kernel stack is about to overflow.
250
251 Say N if you are unsure.
252
253config STACK_GUARD
254 int "Size of the guard area (128-1024)"
255 range 128 1024
256 depends on CHECK_STACK
257 default "256"
258 help
259 This allows you to specify the size of the guard area at the lower
260 end of the kernel stack. If the kernel stack points into the guard
261 area on function entry an illegal operation is triggered. The size
262 needs to be a power of 2. Please keep in mind that the size of an
263 interrupt frame is 184 bytes for 31 bit and 328 bytes on 64 bit.
264 The minimum size for the stack guard should be 256 for 31 bit and
265 512 for 64 bit.
266
267config WARN_STACK
268 bool "Emit compiler warnings for function with broken stack usage"
269 help
270 This option enables the compiler options -mwarn-framesize and
271 -mwarn-dynamicstack. If the compiler supports these options it
272 will generate warnings for function which either use alloca or
273 create a stack frame bigger then CONFIG_WARN_STACK_SIZE.
274
275 Say N if you are unsure.
276
277config WARN_STACK_SIZE
278 int "Maximum frame size considered safe (128-2048)"
279 range 128 2048
280 depends on WARN_STACK
281 default "256"
282 help
283 This allows you to specify the maximum frame size a function may
284 have without the compiler complaining about it.
285
39b742f9
HC
286config ARCH_POPULATES_NODE_MAP
287 def_bool y
288
61d48c2c
MS
289comment "Kernel preemption"
290
291source "kernel/Kconfig.preempt"
292
3f22ab27
DH
293source "mm/Kconfig"
294
1da177e4
LT
295comment "I/O subsystem configuration"
296
297config MACHCHK_WARNING
298 bool "Process warning machine checks"
299 help
300 Select this option if you want the machine check handler on IBM S/390 or
301 zSeries to process warning machine checks (e.g. on power failures).
302 If unsure, say "Y".
303
304config QDIO
305 tristate "QDIO support"
306 ---help---
8129ee16 307 This driver provides the Queued Direct I/O base support for
efca13bc 308 IBM System z.
1da177e4
LT
309
310 To compile this driver as a module, choose M here: the
311 module will be called qdio.
312
313 If unsure, say Y.
314
1da177e4
LT
315config QDIO_DEBUG
316 bool "Extended debugging information"
317 depends on QDIO
318 help
8129ee16
FP
319 Say Y here to get extended debugging output in
320 /sys/kernel/debug/s390dbf/qdio...
1da177e4
LT
321 Warning: this option reduces the performance of the QDIO module.
322
323 If unsure, say N.
324
325comment "Misc"
326
1da177e4
LT
327config IPL
328 bool "Builtin IPL record support"
329 help
330 If you want to use the produced kernel to IPL directly from a
331 device, you have to merge a bootsector specific to the device
332 into the first bytes of the kernel. You will have to select the
333 IPL device.
334
335choice
336 prompt "IPL method generated into head.S"
337 depends on IPL
338 default IPL_TAPE
339 help
340 Select "tape" if you want to IPL the image from a Tape.
341
342 Select "vm_reader" if you are running under VM/ESA and want
343 to IPL the image from the emulated card reader.
344
345config IPL_TAPE
346 bool "tape"
347
348config IPL_VM
349 bool "vm_reader"
350
351endchoice
352
353source "fs/Kconfig.binfmt"
354
684de39b
HC
355config FORCE_MAX_ZONEORDER
356 int
357 default "9"
358
1da177e4
LT
359config PROCESS_DEBUG
360 bool "Show crashed user process info"
361 help
362 Say Y to print all process fault locations to the console. This is
363 a debugging option; you probably do not want to set it unless you
364 are an S390 port maintainer.
365
366config PFAULT
367 bool "Pseudo page fault support"
368 help
369 Select this option, if you want to use PFAULT pseudo page fault
370 handling under VM. If running native or in LPAR, this option
371 has no effect. If your VM does not support PFAULT, PAGEEX
372 pseudo page fault handling will be used.
373 Note that VM 4.2 supports PFAULT but has a bug in its
374 implementation that causes some problems.
375 Everybody who wants to run Linux under VM != VM4.2 should select
376 this option.
377
378config SHARED_KERNEL
379 bool "VM shared kernel support"
380 help
381 Select this option, if you want to share the text segment of the
382 Linux kernel between different VM guests. This reduces memory
383 usage with lots of guests but greatly increases kernel size.
9c9c1761
HC
384 Also if a kernel was IPL'ed from a shared segment the kexec system
385 call will not work.
1da177e4
LT
386 You should only select this option if you know what you are
387 doing and want to exploit this feature.
388
389config CMM
390 tristate "Cooperative memory management"
391 help
392 Select this option, if you want to enable the kernel interface
393 to reduce the memory size of the system. This is accomplished
394 by allocating pages of memory and put them "on hold". This only
395 makes sense for a system running under VM where the unused pages
396 will be reused by VM for other guest systems. The interface
397 allows an external monitor to balance memory of many systems.
398 Everybody who wants to run Linux under VM should select this
399 option.
400
401config CMM_PROC
402 bool "/proc interface to cooperative memory management"
403 depends on CMM
404 help
405 Select this option to enable the /proc interface to the
406 cooperative memory management.
407
408config CMM_IUCV
409 bool "IUCV special message interface to cooperative memory management"
410 depends on CMM && (SMSGIUCV=y || CMM=SMSGIUCV)
411 help
412 Select this option to enable the special message interface to
413 the cooperative memory management.
414
415config VIRT_TIMER
416 bool "Virtual CPU timer support"
417 help
418 This provides a kernel interface for virtual CPU timers.
419 Default is disabled.
420
421config VIRT_CPU_ACCOUNTING
422 bool "Base user process accounting on virtual cpu timer"
423 depends on VIRT_TIMER
424 help
425 Select this option to use CPU timer deltas to do user
426 process accounting.
427
428config APPLDATA_BASE
429 bool "Linux - VM Monitor Stream, base infrastructure"
430 depends on PROC_FS && VIRT_TIMER=y
431 help
432 This provides a kernel interface for creating and updating z/VM APPLDATA
433 monitor records. The monitor records are updated at certain time
434 intervals, once the timer is started.
435 Writing 1 or 0 to /proc/appldata/timer starts(1) or stops(0) the timer,
436 i.e. enables or disables monitoring on the Linux side.
437 A custom interval value (in seconds) can be written to
438 /proc/appldata/interval.
439
440 Defaults are 60 seconds interval and timer off.
441 The /proc entries can also be read from, showing the current settings.
442
443config APPLDATA_MEM
444 tristate "Monitor memory management statistics"
62fb2ba3 445 depends on APPLDATA_BASE && VM_EVENT_COUNTERS
1da177e4
LT
446 help
447 This provides memory management related data to the Linux - VM Monitor
448 Stream, like paging/swapping rate, memory utilisation, etc.
449 Writing 1 or 0 to /proc/appldata/memory creates(1) or removes(0) a z/VM
450 APPLDATA monitor record, i.e. enables or disables monitoring this record
451 on the z/VM side.
452
453 Default is disabled.
454 The /proc entry can also be read from, showing the current settings.
455
456 This can also be compiled as a module, which will be called
457 appldata_mem.o.
458
459config APPLDATA_OS
460 tristate "Monitor OS statistics"
461 depends on APPLDATA_BASE
462 help
463 This provides OS related data to the Linux - VM Monitor Stream, like
464 CPU utilisation, etc.
465 Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM
466 APPLDATA monitor record, i.e. enables or disables monitoring this record
467 on the z/VM side.
468
469 Default is disabled.
470 This can also be compiled as a module, which will be called
471 appldata_os.o.
472
473config APPLDATA_NET_SUM
474 tristate "Monitor overall network statistics"
475 depends on APPLDATA_BASE
476 help
477 This provides network related data to the Linux - VM Monitor Stream,
478 currently there is only a total sum of network I/O statistics, no
479 per-interface data.
480 Writing 1 or 0 to /proc/appldata/net_sum creates(1) or removes(0) a z/VM
481 APPLDATA monitor record, i.e. enables or disables monitoring this record
482 on the z/VM side.
483
484 Default is disabled.
485 This can also be compiled as a module, which will be called
486 appldata_net_sum.o.
487
61d48c2c
MS
488source kernel/Kconfig.hz
489
1da177e4
LT
490config NO_IDLE_HZ
491 bool "No HZ timer ticks in idle"
492 help
493 Switches the regular HZ timer off when the system is going idle.
494 This helps z/VM to detect that the Linux system is idle. VM can
495 then "swap-out" this guest which reduces memory usage. It also
496 reduces the overhead of idle systems.
497
498 The HZ timer can be switched on/off via /proc/sys/kernel/hz_timer.
499 hz_timer=0 means HZ timer is disabled. hz_timer=1 means HZ
500 timer is active.
501
502config NO_IDLE_HZ_INIT
503 bool "HZ timer in idle off by default"
504 depends on NO_IDLE_HZ
505 help
506 The HZ timer is switched off in idle by default. That means the
507 HZ timer is already disabled at boot time.
508
24bbb1fa
MH
509config S390_HYPFS_FS
510 bool "s390 hypervisor file system support"
511 select SYS_HYPERVISOR
512 default y
513 help
514 This is a virtual file system intended to provide accounting
515 information in an s390 hypervisor environment.
516
cf13f0ea 517config KEXEC
07d43ce6 518 bool "kexec system call"
cf13f0ea
HC
519 help
520 kexec is a system call that implements the ability to shutdown your
521 current kernel, and to start another kernel. It is like a reboot
522 but is independent of hardware/microcode support.
523
411ed322
MH
524config ZFCPDUMP
525 tristate "zfcpdump support"
526 select SMP
527 default n
528 help
529 Select this option if you want to build an zfcpdump enabled kernel.
e403149c 530 Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this.
411ed322 531
1da177e4
LT
532endmenu
533
d5950b43
SR
534source "net/Kconfig"
535
1da177e4 536config PCMCIA
61d48c2c 537 def_bool n
1da177e4 538
61d48c2c
MS
539config CCW
540 def_bool y
1da177e4 541
61d48c2c 542source "drivers/Kconfig"
1da177e4
LT
543
544source "fs/Kconfig"
545
1da177e4
LT
546source "arch/s390/Kconfig.debug"
547
548source "security/Kconfig"
549
550source "crypto/Kconfig"
551
552source "lib/Kconfig"
This page took 0.495086 seconds and 5 git commands to generate.