OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [s390x/] [config.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
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_RWSEM_GENERIC_SPINLOCK n
10
define_bool CONFIG_RWSEM_XCHGADD_ALGORITHM y
11
define_bool CONFIG_GENERIC_BUST_SPINLOCK n
12
 
13
mainmenu_name "Linux Kernel Configuration"
14
define_bool CONFIG_ARCH_S390 y
15
define_bool CONFIG_ARCH_S390X 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 'Processor type and features'
24
bool 'Symmetric multi-processing support' CONFIG_SMP
25
if [ "$CONFIG_SMP" = "y" ]; then
26
   int  'Maximum number of CPUs (2-32)' CONFIG_NR_CPUS 32
27
fi
28
bool 'Kernel support for 31 bit emulation' CONFIG_S390_SUPPORT
29
if [ "$CONFIG_S390_SUPPORT" = "y" ]; then
30
  tristate 'Kernel support for 31 bit ELF binaries' CONFIG_BINFMT_ELF32
31
fi
32
endmenu
33
 
34
mainmenu_option next_comment
35
comment 'Loadable module support'
36
bool 'Enable loadable module support' CONFIG_MODULES
37
if [ "$CONFIG_MODULES" = "y" ]; then
38
  bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
39
  bool 'Kernel module loader' CONFIG_KMOD
40
fi
41
endmenu
42
 
43
mainmenu_option next_comment
44
comment 'General setup'
45
bool 'Fast IRQ handling' CONFIG_FAST_IRQ
46
bool 'Process warning machine checks' CONFIG_MACHCHK_WARNING
47
bool 'Use chscs for Common I/O' CONFIG_CHSC
48
tristate 'QDIO support' CONFIG_QDIO
49
if [ "$CONFIG_QDIO" != "n" ]; then
50
  bool '   Performance statistics in /proc' CONFIG_QDIO_PERF_STATS
51
fi
52
bool 'Builtin IPL record support' CONFIG_IPL
53
if [ "$CONFIG_IPL" = "y" ]; then
54
  choice 'IPL method generated into head.S' \
55
          "tape                   CONFIG_IPL_TAPE \
56
           vm_reader              CONFIG_IPL_VM" tape
57
fi
58
bool 'Networking support' CONFIG_NET
59
bool 'System V IPC' CONFIG_SYSVIPC
60
bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
61
bool 'Sysctl support' CONFIG_SYSCTL
62
define_bool CONFIG_KCORE_ELF y
63
tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
64
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
65
bool 'Show crashed user process info' CONFIG_PROCESS_DEBUG
66
bool 'Pseudo page fault support' CONFIG_PFAULT
67
bool 'VM shared kernel support' CONFIG_SHARED_KERNEL
68
endmenu
69
 
70
 
71
source drivers/s390/Config.in
72
 
73
if [ "$CONFIG_NET" = "y" ]; then
74
  source net/Config.in
75
fi
76
 
77
source fs/Config.in
78
 
79
mainmenu_option next_comment
80
comment 'Kernel hacking'
81
 
82
#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
83
#if [ "$CONFIG_CTC" = "y" ]; then
84
#  bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG
85
#fi
86
bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
87
 
88
int 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0
89
 
90
endmenu
91
 
92
source crypto/Config.in
93
source lib/Config.in

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.