📄 config.in
字号:
## For a description of the syntax of this configuration file,# see Documentation/kbuild/config-language.txt.#define_bool CONFIG_ISA ndefine_bool CONFIG_EISA ndefine_bool CONFIG_MCA ndefine_bool CONFIG_UID16 ydefine_bool CONFIG_RWSEM_GENERIC_SPINLOCK ydefine_bool CONFIG_RWSEM_XCHGADD_ALGORITHM ndefine_bool CONFIG_GENERIC_BUST_SPINLOCK nmainmenu_name "Linux Kernel Configuration"define_bool CONFIG_ARCH_S390 ymainmenu_option next_commentcomment 'Code maturity level options'bool 'Prompt for development and/or incomplete code/drivers' CONFIG_EXPERIMENTALendmenumainmenu_option next_commentcomment 'Loadable module support'bool 'Enable loadable module support' CONFIG_MODULESif [ "$CONFIG_MODULES" = "y" ]; then bool ' Set version information on all module symbols' CONFIG_MODVERSIONS bool ' Kernel module loader' CONFIG_KMODfiendmenumainmenu_option next_commentcomment 'Processor type and features'bool 'Symmetric multi-processing support' CONFIG_SMPbool 'IEEE FPU emulation' CONFIG_MATHEMUendmenumainmenu_option next_commentcomment 'General setup'bool 'Fast IRQ handling' CONFIG_FAST_IRQbool 'Builtin IPL record support' CONFIG_IPLif [ "$CONFIG_IPL" = "y" ]; then choice 'IPL method generated into head.S' \ "tape CONFIG_IPL_TAPE \ vm_reader CONFIG_IPL_VM" tapefibool 'Networking support' CONFIG_NETbool 'System V IPC' CONFIG_SYSVIPCbool 'BSD Process Accounting' CONFIG_BSD_PROCESS_ACCTbool 'Sysctl support' CONFIG_SYSCTLdefine_bool CONFIG_KCORE_ELF ytristate 'Kernel support for ELF binaries' CONFIG_BINFMT_ELFtristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISCbool 'Show crashed user process info' CONFIG_PROCESS_DEBUGbool 'Pseudo page fault support' CONFIG_PFAULTbool 'VM shared kernel support' CONFIG_SHARED_KERNELendmenusource drivers/s390/Config.inif [ "$CONFIG_NET" = "y" ]; then source net/Config.infisource fs/Config.inmainmenu_option next_commentcomment 'Kernel hacking'#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC#if [ "$CONFIG_CTC" = "y" ]; then# bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG#fibool 'Magic SysRq key' CONFIG_MAGIC_SYSRQendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -