projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59beb23
)
lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDT
author
Tom Rini
<trini@konsulko.com>
Tue, 8 May 2018 12:52:17 +0000
(08:52 -0400)
committer
Tom Rini
<trini@konsulko.com>
Tue, 8 May 2018 13:07:41 +0000
(09:07 -0400)
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>
lib/Kconfig
patch
|
blob
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index
3fa1731
..
1590f7a
100644
(file)
--- 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.