aboutsummaryrefslogtreecommitdiff
path: root/remoteproc/Kconfig
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2021-04-12 13:46:04 +0200
committerPer Åstrand <per.astrand@arm.com>2021-06-21 11:31:29 +0200
commit2cd539705ba4b510859f18e9815a72950ddd96fa (patch)
treedebfabdd521b93566fa3612e27a412a350b97208 /remoteproc/Kconfig
parent87ca5dac68ffd40007e31e11b32980a6d5b7cf83 (diff)
downloadethos-u-linux-driver-stack-2cd539705ba4b510859f18e9815a72950ddd96fa.tar.gz
Use remoteproc for controlling Ethos-U cpu
Implement a remoteproc driver for controlling firmware loading and powering up and down of the CPU on a Ethos-U subsystem. Change-Id: I075d24c780b306aa8152c4a9e24a31df29574f9e
Diffstat (limited to 'remoteproc/Kconfig')
-rw-r--r--remoteproc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/remoteproc/Kconfig b/remoteproc/Kconfig
index 4884cd2..deca3e6 100644
--- a/remoteproc/Kconfig
+++ b/remoteproc/Kconfig
@@ -26,3 +26,11 @@ config ARM_ETHOSU_SGM775_RESET
reference module for controlling the reset of Cortex-M CPU on
the Ethos-U subsystem.
+config ARM_ETHOSU_RPROC
+ tristate "Arm MHUv2 Mailbox"
+ depends on REMOTEPROC
+ help
+ Say Y here if you want to build the Arm Ethos-U remoteproc
+ reference module for controlling the Cortex-M CPU on the Ethos-U
+ subsystem.
+