1 Star 2 Fork 3

ohms9108/myconfig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Kconfig 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
sknown 提交于 2018-06-12 03:07 . first version
mainmenu "Main Menu"
comment "This is a comment to help to structure test1 menu"
config CONF_PATH
string "Default config path"
default "configs/default.config"
help
┊ set default config
menuconfig TEST1
bool "chose test1 or not"
if TEST1
source src/test1/Kconfig
endif
comment "This item is visible only if the third option is selected"
menuconfig TEST2
bool "chose test2 or not"
if TEST2
source src/test2/Kconfig
endif
menu "Subconfmenu"
visible if TEST2
source src/Kconfig
menu "Nested 1"
comment "we can nest as deep as we want"
endmenu
endmenu
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wefeng/myconfig.git
git@gitee.com:wefeng/myconfig.git
wefeng
myconfig
myconfig
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385