summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2025-02-10 14:29:41 -0600
committerTom Rini <trini@konsulko.com>2025-02-14 13:17:36 -0600
commit526a48581003877ff1c40201107c2055fcb41e93 (patch)
treeab7874e26b74d628296d5f3bd2ba3122d2facfab
parent74e1ef648e2c7c9b6917c5db554bb5b3608054ef (diff)
spl: Enable SPL remoteproc by default for K3 ARCH
If building for v7R and K3 architecture, enable SPL remoteproc so that it does not have to be defined in each board defconfig file. Signed-off-by: Judith Mendez <jm@ti.com>
-rw-r--r--common/spl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 4e56d9909c8..85225db16fe 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1279,6 +1279,7 @@ config SPL_RAM_DEVICE
config SPL_REMOTEPROC
bool "Support REMOTEPROCS"
+ default y if (CPU_V7R && ARCH_K3)
help
Enable support for REMOTEPROCs in SPL. This permits to load
a remote processor firmware in SPL.