📄 config.in
字号:
## For a description of the syntax of this configuration file,# see Documentation/kbuild/config-language.txt.#mainmenu_name "Linux Kernel Configuration"mainmenu_option next_commentcomment 'System Type'choice 'ARM system type' \ "SA1100-based CONFIG_ARCH_SA1100 \ PXA250/210-based CONFIG_ARCH_PXA250 \ S3C2400-based CONFIG_ARCH_S3C2400 \ S3C2410-based CONFIG_ARCH_S3C2410 \ S3C2440-based CONFIG_ARCH_S3C2440 "mainmenu_option next_commentcomment 'Implementations'if [ "$CONFIG_ARCH_S3C2400" = "y" ]; then choice 'Platform' \ "SMDK CONFIG_S3C2400_SMDK \ GAMEPARK CONFIG_S3C2400_GAMEPARK" if [ "$CONFIG_S3C2400_GAMEPARK" = "y" ]; then bool ' Support OS Switching' CONFIG_S3C2400_GAMEPARK_OSSWITCH bool ' Run in the RAM' CONFIG_S3C2400_GAMEPARK_ON_RAM fifiif [ "$CONFIG_ARCH_S3C2410" = "y" ]; then choice 'Platform' \ "SMDK CONFIG_S3C2410_SMDK \ MPORT3 CONFIG_S3C2410_MPORT3" if [ "$CONFIG_S3C2410_SMDK" = "y" ]; then bool ' Support NAND Boot' CONFIG_S3C2410_NAND_BOOT bool ' Support AMD Boot' CONFIG_S3C2410_AMD_BOOT fifiif [ "$CONFIG_ARCH_S3C2440" = "y" ]; then choice 'Platform' \ "SMDK CONFIG_S3C2440_SMDK \ MPORT3 CONFIG_S3C2440_MPORT3" if [ "$CONFIG_S3C2440_SMDK" = "y" ]; then bool ' Support NAND Boot' CONFIG_S3C2440_NAND_BOOT bool ' Support AMD Boot' CONFIG_S3C2440_AMD_BOOT fifiendmenuendmenumainmenu_option next_commentcomment 'General setup'bool 'Define TEXT Address' CONFIG_VIVI_ADDRhex 'vivi base address' CONFIG_VIVI_TEXTADDR 0bool 'support reset handler' CONFIG_RESET_HANDLINGcomment 'CACHE Enable'bool ' I-Cache on' CONFIG_CPU_D_CACHE_ONbool ' D-Cache on' CONFIG_CPU_I_CACHE_ONcomment 'Power Mangement'bool ' Support power management' CONFIG_PMcomment 'Others'bool ' Display progress bar' CONFIG_MSG_PROGRESSendmenu # end 'General setup'source lib/priv_data/Config.insource drivers/serial/Config.insource drivers/mtd/Config.insource net/Config.insource lib/Config_cmd.inbool 'CS8900 network function support' CONFIG_DRIVER_CS8900bool 'DM9000 network function support' CONFIG_DRIVER_DM9000bool 'GZSD VGA and TV init function support' CONFIG_CMD_VGAmainmenu_option next_commentcomment 'System hacking'bool ' Support test mode' CONFIG_TEST_MODEbool ' Debugging' CONFIG_DEBUGif [ "$CONFIG_DEBUG" = "y" ]; then int ' Debugging verbosity (0 = quiet, 3 = noisy)' CONFIG_DEBUG_VERBOSE 0fiendmenumainmenu_option next_commetcomment 'Debugging messages'bool ' VIVI low-level debugging functions' CONFIG_DEBUG_LLdep_bool ' Enable CFI debug messages' CONFIG_DEBUG_CFI $CONFIG_MTD_CFIendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -