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)
commit1621d3c43414ea7b4307ef521e8ef574774af33f
tree925645b161adfb81702c96593d68d7b3e6310a85
parent0784510f74134f8f74e2c207283119d3b8e101ad
lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED

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