summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schultz <[email protected]>2025-03-27 22:58:23 -0700
committerTom Rini <[email protected]>2025-04-11 12:15:30 -0600
commita8ec1f11322286263d24e7cf931728557ccbe4ea (patch)
tree5876e4f4249bed377b683319879c77178d723411
parent0819316de97ed57cb094f2ac50a5b4ab138f6e7a (diff)
configs: phycore_am62x_a53_defconfig: Enable remoteproc cmd
This enables the 'rproc' command, allowing users to start, stop, and manage co-processors as well as load firmware images. Useful for systems with auxiliary cores, such as the M4 core in the AM62x soc. Signed-off-by: Daniel Schultz <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]>
-rw-r--r--configs/phycore_am62x_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig
index 03d4618df38..c1a46bc40a9 100644
--- a/configs/phycore_am62x_a53_defconfig
+++ b/configs/phycore_am62x_a53_defconfig
@@ -76,6 +76,7 @@ CONFIG_CMD_DFU=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_MTD=y
+CONFIG_CMD_REMOTEPROC=y
CONFIG_CMD_USB=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EFIDEBUG=y