commit | 79e7799dac914b7d88ba40e5ad56863e7340ca4f | [log] [tgz] |
---|---|---|
author | Judith Mendez <jm@ti.com> | Mon Feb 10 14:29:42 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 14 13:17:36 2025 -0600 |
tree | 7bbb0e420ea5f390796ccb02794cfed123c47be0 | |
parent | f2549ccaefb700a87f259b6ad51f81419fa1561e [diff] |
cmd: Enable CMD remoteproc by default for K3 ARCH 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>
diff --git a/cmd/Kconfig b/cmd/Kconfig index 4c4ad9d..4250bfc 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -1587,6 +1587,7 @@ config CMD_REMOTEPROC bool "remoteproc" depends on REMOTEPROC + default y if ARCH_K3 help Support for Remote Processor control