aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-05-08 08:52:17 -0400
committerTom Rini <trini@konsulko.com>2018-05-08 09:07:41 -0400
commit6417572efa9107674ec106ae7e388178a92155fc (patch)
tree3946478df7ac3525e231f2068412960970ae65f1 /lib/Kconfig
parent59beb238d5b0609bdb2457a7e66e72212369d44b (diff)
downloadu-boot-midas-6417572efa9107674ec106ae7e388178a92155fc.tar.gz
u-boot-midas-6417572efa9107674ec106ae7e388178a92155fc.tar.bz2
u-boot-midas-6417572efa9107674ec106ae7e388178a92155fc.zip
lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDT
The overlay code is only useful when OF_LIBFDT is set, so mark it as depending on that first. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 3fa1731a49..1590f7afa4 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -286,6 +286,7 @@ config OF_LIBFDT
config OF_LIBFDT_OVERLAY
bool "Enable the FDT library overlay support"
+ depends on OF_LIBFDT
default y if ARCH_OMAP2PLUS || ARCH_KEYSTONE
help
This enables the FDT library (libfdt) overlay support.