美文网首页
Kconfig中的“depends on”和“select”

Kconfig中的“depends on”和“select”

作者: superme_ | 来源:发表于2021-10-26 17:32 被阅读0次

在Kconfig文件中:

config A

    depends on B

    select C

它的含义是:CONFIG_A配置与否,取决于CONFIG_B是否配置。一旦CONFIG_A配置了,CONFIG_C也自动配置了。

相关文章

网友评论

      本文标题:Kconfig中的“depends on”和“select”

      本文链接:https://www.haomeiwen.com/subject/bldyaltx.html