Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
config.in
Package: linux-2.4.20.tar.gz [view]
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 2k
Category:
Linux-Unix program
Development Platform:
Unix_Linux
- #
- # For a description of the syntax of this configuration file,
- # see Documentation/kbuild/config-language.txt.
- #
- define_bool CONFIG_ISA n
- define_bool CONFIG_EISA n
- define_bool CONFIG_MCA n
- define_bool CONFIG_RWSEM_GENERIC_SPINLOCK n
- define_bool CONFIG_RWSEM_XCHGADD_ALGORITHM y
- define_bool CONFIG_GENERIC_BUST_SPINLOCK n
- mainmenu_name "Linux Kernel Configuration"
- define_bool CONFIG_ARCH_S390 y
- define_bool CONFIG_ARCH_S390X y
- mainmenu_option next_comment
- comment 'Code maturity level options'
- bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTAL
- endmenu
- mainmenu_option next_comment
- comment 'Processor type and features'
- bool 'Symmetric multi-processing support' CONFIG_SMP
- bool 'Kernel support for 31 bit emulation' CONFIG_S390_SUPPORT
- if [ "$CONFIG_S390_SUPPORT" = "y" ]; then
- tristate 'Kernel support for 31 bit ELF binaries' CONFIG_BINFMT_ELF32
- fi
- endmenu
- mainmenu_option next_comment
- comment 'Loadable module support'
- bool 'Enable loadable module support' CONFIG_MODULES
- if [ "$CONFIG_MODULES" = "y" ]; then
- bool 'Set version information on all symbols for modules' CONFIG_MODVERSIONS
- bool 'Kernel module loader' CONFIG_KMOD
- fi
- endmenu
- mainmenu_option next_comment
- comment 'General setup'
- bool 'Fast IRQ handling' CONFIG_FAST_IRQ
- bool 'Process warning machine checks' CONFIG_MACHCHK_WARNING
- bool 'Use chscs for Common I/O' CONFIG_CHSC
- bool 'Builtin IPL record support' CONFIG_IPL
- if [ "$CONFIG_IPL" = "y" ]; then
- choice 'IPL method generated into head.S'
- "tape CONFIG_IPL_TAPE
- vm_reader CONFIG_IPL_VM" tape
- fi
- bool 'Networking support' CONFIG_NET
- bool 'System V IPC' CONFIG_SYSVIPC
- bool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCT
- bool 'Sysctl support' CONFIG_SYSCTL
- define_bool CONFIG_KCORE_ELF y
- tristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELF
- tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
- bool 'Show crashed user process info' CONFIG_PROCESS_DEBUG
- bool 'Pseudo page fault support' CONFIG_PFAULT
- bool 'VM shared kernel support' CONFIG_SHARED_KERNEL
- endmenu
- source drivers/s390/Config.in
- if [ "$CONFIG_NET" = "y" ]; then
- source net/Config.in
- fi
- source fs/Config.in
- mainmenu_option next_comment
- comment 'Kernel hacking'
- #bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
- #if [ "$CONFIG_CTC" = "y" ]; then
- # bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG
- #fi
- bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ
- endmenu
- source lib/Config.in