【问题标题】:How u-boot generation the dot config fileu-boot如何生成dot config文件
【发布时间】:2018-08-29 03:54:01
【问题描述】:

在u-boot树下,make my_defconfig之后,会生成一个.config。通过比较defconfig和dot配置文件,my_defconfig中的所有配置项似乎都包含在.config中,.config中添加了一些额外的配置项。我想知道那些额外的配置项是从哪里来的?

非常感谢。

【问题讨论】:

    标签: config u-boot kbuild


    【解决方案1】:

    配置选项在 Kconfig 文件中定义。 defconfig 文件只是替换您可以在其中创建的条目

    make menuconfig
    

    【讨论】:

    • 感谢您的回答。我发现我的问题有点重复:stackoverflow.com/questions/41885015/…> 包含我正在寻找的一些更详细的答案(u-boot 从 linux 借用 kbuild)。再次感谢!
    猜你喜欢
    • 1970-01-01
    • 2019-12-09
    • 1970-01-01
    • 2017-12-26
    • 2013-01-13
    • 2013-07-25
    • 1970-01-01
    • 1970-01-01
    • 2018-10-26
    相关资源
    最近更新 更多