git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
526a485
)
cmd: Enable CMD remoteproc by default for K3 ARCH
author
Judith Mendez
<jm@ti.com>
Mon, 10 Feb 2025 20:29:42 +0000
(14:29 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 14 Feb 2025 19:17:36 +0000
(13:17 -0600)
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@ti.com>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index
4c4ad9d
..
4250bfc
100644
(file)
--- 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