📄 config.cris
字号:
## For a description of the syntax of this configuration file,# see extra/config/Kconfig-language.txt#config HAVE_ELF bool default yconfig TARGET_ARCH default "cris"config ARCH_CFLAGS stringconfig ARCH_LDFLAGS stringconfig LIBGCC_CFLAGS stringconfig ARCH_SUPPORTS_LITTLE_ENDIAN bool default ychoice prompt "Target Architecture Type" default CONFIG_CRIS help This is the architecture type of your CPU. This information is used for optimizing purposes. These are the possible settings: - CRIS Generic support for Axis' CRIS architecture. - CRISv32 Support for Axis' CRISv32 architecture.config CONFIG_CRIS select ARCH_HAS_MMU bool "CRIS"config CONFIG_CRISV32 select ARCH_HAS_MMU bool "CRISv32"endchoice
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -