[PATCH v5 08/10] cmd: Enable CMD remoteproc by default for K3 ARCH
    Judith Mendez 
    jm at ti.com
       
    Mon Feb 10 21:29:42 CET 2025
    
    
  
Enable CMD_REMOTEPROC by default if building for K3 ARCH so
that it does not have to be defined in each board defconfig
file.
Signed-off-by: Judith Mendez <jm at ti.com>
---
Changes since v4:
- Add patch
---
 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 4c4ad9d9979..4250bfcaf34 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1587,6 +1587,7 @@ config CMD_READ
 config CMD_REMOTEPROC
 	bool "remoteproc"
 	depends on REMOTEPROC
+	default y if ARCH_K3
 	help
 	  Support for Remote Processor control
 
-- 
2.48.0
    
    
More information about the U-Boot
mailing list