]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED
authorBin Meng <bmeng.cn@gmail.com>
Mon, 10 May 2021 12:23:36 +0000 (20:23 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 19 May 2021 09:01:50 +0000 (17:01 +0800)
Generally speaking BINMAN_FDT makes sense for OF_SEPARATE or OF_EMBED.
For the other OF_CONTROL methods, it's quite possible binman node is
not available as binman is invoked during the build phase instead of
runtime. Let's only turn it on for OF_SEPARATE or OF_EMBED by default.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/Kconfig

index b057b9d73bc208a86dad6eb68bb5096716dba79f..d675ab1d8267cbb01d43ee413edc09f5714d6a2e 100644 (file)
@@ -25,7 +25,7 @@ config BCH
 config BINMAN_FDT
        bool "Allow access to binman information in the device tree"
        depends on BINMAN && DM && OF_CONTROL
-       default y
+       default y if OF_SEPARATE || OF_EMBED
        help
          This enables U-Boot to access information about binman entries,
          stored in the device tree in a binman node. Typical uses are to