mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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>
This commit is contained in:
parent
59beb238d5
commit
6417572efa
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue