aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek Vasut2023-02-28 00:00:19 +0100
committerMarek Vasut2023-03-18 11:59:45 +0100
commit143bd4e31536e4aee2902925224eef27fdee0167 (patch)
tree449500814ab3491d9b322fb23c6ef6bfb67254fb /arch
parentca9299747f0f5072ddcb469b7afb4303fe31e6cf (diff)
ARM: renesas: Enable DTO support by default on R-Car Gen3
All R-Car Gen3 defconfigs present in U-Boot do enable DTO support, enable it for all of R-Car Gen3 by default in Kconfig instead, so that no new boards would miss this functionality. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-rmobile/Kconfig.643
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 8e617e58244..554130b435b 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -204,4 +204,7 @@ config SYS_MALLOC_F_LEN
config DM_RESET
default y if RCAR_GEN3
+config OF_LIBFDT_OVERLAY
+ default y if RCAR_GEN3
+
endif