📄 config.in
字号:
## For a description of the syntax of this configuration file,# see _LINUX_SOURCE_DIR/Documentation/kbuild/config-language.txt.#mainmenu_name "SkyEye Configuration"# system wide optionsmainmenu_option next_commentcomment 'Arch options'choice 'ARM system type' \ "ARM CONFIG_ARCH_ARM \ Blackfin CONFIG_ARCH_BLACKFIN \ Coldfire CONFIG_ARCH_COLDFIRE \ MIPS CONFIG_ARCH_MIPS " \ ARMif [ "$CONFIG_ARCH_ARM" = "y" ]; then choice 'Machine type' \ "AT91 CONFIG_MACH_AT91 \ LPC2229 CONFIG_MACH_LPC2229 \ S3C44b0 CONFIG_MACH_S3C44B0 \ S3C4510 CONFIG_MACH_S3C4510 \ EP7312 CONFIG_MACH_EP7312 \ EP9312 CONFIG_MACH_EP9312 \ AT91RM9200 CONFIG_MACH_RM9200 \ S3C2410 CONFIG_MACH_2410 \ StrongARM CONFIG_MACH_STRONGARM \ PXA255 CONFIG_MACH_PXA255 \ PXA27x CONFIG_MACH_PXA27x " AT91fidep_bool 'DBCT enable' CONFIG_DBCT $CONFIG_ARCH_ARMendmenumainmenu_option next_commentcomment 'Memory bank options'comment 'Memory bank1'hex ' start address' CONFIG_MEMBANK1_START_ADDR 0hex ' size' CONFIG_MEMBANK1_SIZE 0string 'type ' CONFIG_MEMBANK1_TYPE ""bool "Load image file in this bank" CONFIG_MEMBANK1_LOADif ["$CONFIG_MEMBANK1_LOAD" = "y" ] ; then string "Image file path" CONFIG_MEMBANK1_FILEficomment 'Memory Bank2 'hex 'Start Address' CONFIG_MEMBANK2_START_ADDR 0hex ' Size ' CONFIG_MEMBANK2_SIZE 0string 'Type' CONFIG_MEMBANK2_TYPE ""endmenu# Netcard Simulationmainmenu_option next_commentcomment 'Netcard Simulation'bool 'Netcard simulation' CONFIG_NETCARDhex 'Netcard Numbers' CONFIG_NETCARD_NUMchoice 'Netcard Mode' \ " linux CONFIG_NETCARD_LINUX_MOD \ tuntap CONFIG_NETCARD_TUNTAP_MOD \ win CONFIG_NETCARD_WIN_MOD \ vnet CONFIG_NETCARD_VNET_MOD " tuntapstring 'Mac address' CONFIG_NETCARD_MAC_ADDR ""string 'Host ip address' CONFIG_NETCARD_HOST_IP "10.0.0.1" endmenu# LCD engine optionsmainmenu_option next_commentcomment 'LCD Simulation'bool 'LCD simulation' CONFIG_LCDhex 'Start Address' CONFIG_LCD1_START_ADDR 0hex 'Size' CONFIG_LCD1_SIZE 0choice 'LCD mode' \ "gtk CONFIG_LCD_MOD_GTK" gtkendmenu#FLASH engine optionsmainmenu_option next_commentcomment 'Flash Simulation'bool 'Flash simulation' CONFIG_FLASHendmenu#log optionsmainmenu_option next_commentcomment 'Log options'bool 'Log enable' CONFIG_LOGendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -