1 Star 0 Fork 0

苏木/imx6ull-app-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Kconfig 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
苏木 提交于 2025-02-16 17:49 +08:00 . 添加Kconfig语法测试内容
#
# For a description of the syntax of this configuration file,
# see the file Documentation/kbuild/kconfig-language.txt in the
# Linux kernel source tree.
#
mainmenu "mconf compile test"
menu "menu1"
config MY_TESTCONFIG1-1
bool "This is my test config1-1"
default y
help
This is a empty config, just for test!
config MY_TESTCONFIG1-2
bool "This is my test config1-2"
default n
help
This is a empty config, just for test!
endmenu # my test menu1
menu "menu2"
config MY_TESTCONFIG2-1
bool "This is my test config2-1"
default n
help
This is a empty config, just for test!
endmenu
menu "menu3"
config MY_TESTCONFIG3-1
bool "This is my test config3-1"
default n
help
This is a empty config, just for test!
endmenu
menu "My test menu one"
config MY_TESTCONFIG1
bool "This is my test config one"
default y
help
This is a empty config, just for test!
config MY_TESTCONFIG2
tristate "This is my test config two"
default y
help
This is a empty config, just for test!
config MY_TESTCONFIG3
string "This is my test config three"
help
This is a empty config, just for test!
endmenu
source "sub_kconfig_dir/Kconfig"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/sumumm/imx6ull-app-demo.git
git@gitee.com:sumumm/imx6ull-app-demo.git
sumumm
imx6ull-app-demo
imx6ull-app-demo
master

搜索帮助