mirror of
https://github.com/armbian/build.git
synced 2025-08-31 19:31:28 +02:00
13 lines
315 B
Diff
13 lines
315 B
Diff
diff --git a/lib/Kconfig b/lib/Kconfig
|
|
index b16062fbe..8c797a779 100644
|
|
--- a/lib/Kconfig
|
|
+++ b/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.
|
|
|