📄 config.in
字号:
## For a description of the syntax of this configuration file,# see scripts/kbuild/config-language.txt.#mainmenu_option next_commentcomment 'Module Utilities'bool 'insmod' CONFIG_INSMODbool 'lsmod' CONFIG_LSMODbool 'modprobe' CONFIG_MODPROBEbool 'rmmod' CONFIG_RMMODif [ "$CONFIG_INSMOD" = "y" ]; then comment 'Module support options' if [ "$CONFIG_FEATURE_OLD_MODULE_INTERFACE" = "n" ] ; then define_bool CONFIG_FEATURE_NEW_MODULE_INTERFACE y fi bool 'Support for new (post 2.1) kernels' CONFIG_FEATURE_NEW_MODULE_INTERFACE bool 'Support for older (pre 2.1) Linux kernels' CONFIG_FEATURE_OLD_MODULE_INTERFACE bool 'Support module version checking' CONFIG_FEATURE_INSMOD_VERSION_CHECKING bool 'Support image in kernel memory optimization (uClinux only)' CONFIG_FEATURE_INSMOD_LOADINKMEMfiif [ "$CONFIG_LSMOD" = "y" ]; then if [ "$CONFIG_FEATURE_NEW_MODULE_INTERFACE" = "y" ]; then bool 'Support lsmod query_module interface (add 638 bytes)' CONFIG_FEATURE_QUERY_MODULE_INTERFACE fifiendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -