[PATCH] rockchip: Enable OF_LIBFDT_OVERLAY by default
Chen-Yu Tsai
wens at kernel.org
Tue Feb 4 18:21:51 CET 2025
From: Chen-Yu Tsai <wens at csie.org>
Device tree overlays are immensely useful.
Enable it by default by implying it from ARCH_ROCKCHIP.
Signed-off-by: Chen-Yu Tsai <wens at csie.org>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f504d7d07601..2797030d3501 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -2061,6 +2061,7 @@ config ARCH_ROCKCHIP
imply DEBUG_UART_BOARD_INIT
imply BOOTSTD_DEFAULTS
imply FAT_WRITE
+ imply OF_LIBFDT_OVERLAY
imply SARADC_ROCKCHIP
imply SPL_SYSRESET
imply SPL_SYS_MALLOC_SIMPLE
--
2.39.5
More information about the U-Boot
mailing list