clean
[linux-2.4.21-pre4.git] / arch / s390 / config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/config-language.txt.
4 #
5
6 define_bool CONFIG_ISA n
7 define_bool CONFIG_EISA n
8 define_bool CONFIG_MCA n
9 define_bool CONFIG_UID16 y
10 define_bool CONFIG_RWSEM_GENERIC_SPINLOCK n
11 define_bool CONFIG_RWSEM_XCHGADD_ALGORITHM y
12 define_bool CONFIG_GENERIC_BUST_SPINLOCK n
13
14 mainmenu_name "Linux Kernel Configuration"
15 define_bool CONFIG_ARCH_S390 y
16
17 mainmenu_option next_comment
18 comment 'Code maturity level options'
19 bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
20 endmenu
21
22 mainmenu_option next_comment
23 comment 'Loadable module support'
24 bool 'Enable loadable module support' CONFIG_MODULES
25 if [ "$CONFIG_MODULES" = "y" ]; then
26    bool '  Set version information on all module symbols' CONFIG_MODVERSIONS
27    bool '  Kernel module loader' CONFIG_KMOD
28 fi
29 endmenu
30
31 mainmenu_option next_comment
32 comment 'Processor type and features'
33 bool 'Symmetric multi-processing support' CONFIG_SMP
34 bool 'IEEE FPU emulation' CONFIG_MATHEMU
35 endmenu
36
37 mainmenu_option next_comment
38 comment 'General setup'
39 bool 'Fast IRQ handling' CONFIG_FAST_IRQ
40 bool 'Process warning machine checks' CONFIG_MACHCHK_WARNING
41 bool 'Use chscs for Common I/O' CONFIG_CHSC
42 bool 'Builtin IPL record support' CONFIG_IPL
43 if [ "$CONFIG_IPL" = "y" ]; then
44   choice 'IPL method generated into head.S' \
45           "tape                   CONFIG_IPL_TAPE \
46            vm_reader              CONFIG_IPL_VM" tape
47 fi
48 bool 'Networking support' CONFIG_NET
49 bool 'System V IPC' CONFIG_SYSVIPC
50 bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
51 bool 'Sysctl support' CONFIG_SYSCTL
52 define_bool CONFIG_KCORE_ELF y
53 tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
54 tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
55 bool 'Show crashed user process info' CONFIG_PROCESS_DEBUG
56 bool 'Pseudo page fault support' CONFIG_PFAULT
57 bool 'VM shared kernel support' CONFIG_SHARED_KERNEL
58 endmenu
59
60 source drivers/s390/Config.in
61
62 if [ "$CONFIG_NET" = "y" ]; then
63   source net/Config.in
64 fi
65
66 source fs/Config.in
67
68 mainmenu_option next_comment
69 comment 'Kernel hacking'
70
71 #bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
72 #if [ "$CONFIG_CTC" = "y" ]; then
73 #  bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG
74 #fi
75 bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
76 endmenu
77
78 source lib/Config.in