mirror of
https://github.com/armbian/build.git
synced 2025-08-12 06:06:58 +02:00
13 lines
343 B
Diff
13 lines
343 B
Diff
diff --git a/u-boot/lib/Kconfig b/u-boot/lib/Kconfig
|
|
index b16062fbe..8c797a779 100644
|
|
--- a/u-boot/lib/Kconfig
|
|
+++ b/u-boot/lib/Kconfig
|
|
@@ -141,6 +141,7 @@ config OF_LIBFDT
|
|
|
|
config OF_LIBFDT_OVERLAY
|
|
bool "Enable the FDT library overlay support"
|
|
+ default y if OF_LIBFDT
|
|
help
|
|
This enables the FDT library (libfdt) overlay support.
|
|
|