?? config.in
字號:
#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#
mainmenu "Core Configuration"
choice
prompt "Target Architecture"
default TARGET_arm
help
Stuff
config TARGET_arm
bool "arm"
config TARGET_sparc
bool "sparc"
config TARGET_m68k
bool "m68k"
endchoice
menu "Target Architecture Features and Options"
if TARGET_arm
source "build/config/Configs/Config.arm"
endif
if TARGET_sparc
source "build/config/Configs/Config.sparc"
endif
source "build/config/Configs/Config.in.arch"
endmenu
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -