diff options
| -rw-r--r-- | lib/Kconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/Kconfig b/lib/Kconfig index 33fb06712f3..3fa1731a495 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" +	default y if ARCH_OMAP2PLUS || ARCH_KEYSTONE  	help  	  This enables the FDT library (libfdt) overlay support. | 
