config.in
来自「ARM7系统IP核的VHDL语言源代码」· IN 代码 · 共 40 行
IN
40 行
#
# 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 + =
减小字号Ctrl + -
显示快捷键?