15 Star 118 Fork 30

GVPTenonOS/Tenon

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Kdeploop10 428 Bytes
Copy Edit Raw Blame History
Sharan Santhanam authored 2019-08-29 00:34 +08:00 . kconfig: Import kconfiglib
config A
bool
depends on B
config B
bool
depends on C = 7
config C
int
range D 8
config D
int
default 3 if E
default 8
config E
bool
config F
bool
select E if G
config G
bool
depends on H
choice
bool "choice"
config H
bool "H"
depends on I
endchoice
choice
bool "choice" if J
config I
bool "I"
endchoice
config J
bool
depends on A
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/tenonos/tenon.git
git@gitee.com:tenonos/tenon.git
tenonos
tenon
Tenon
master

Search