aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/Kconfig
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2016-06-20 17:28:41 -0400
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-07-13 16:38:15 -0400
commit051fb70fd4ea40fbc7139186a4890b2fe5cb1e76 (patch)
treecfbcaadd1323c846fd3251fc1ac59d56503af7ff /drivers/remoteproc/Kconfig
parent3b76df4b1eea5395e0fd44402720c9053d8ca305 (diff)
remoteproc: qcom: Driver for the self-authenticating Hexagon v5
This driver supports bringing the Q6V5 out of reset, load and drive the self-authenticating boot loader and use this to load the mdt and subsequent bXX files. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r--drivers/remoteproc/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 72e97d7a5209..1a8bf76a925f 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -77,6 +77,20 @@ config DA8XX_REMOTEPROC
77 It's safe to say n here if you're not interested in multimedia 77 It's safe to say n here if you're not interested in multimedia
78 offloading. 78 offloading.
79 79
80config QCOM_MDT_LOADER
81 tristate
82
83config QCOM_Q6V5_PIL
84 tristate "Qualcomm Hexagon V5 Peripherial Image Loader"
85 depends on OF && ARCH_QCOM
86 depends on QCOM_SMEM
87 select MFD_SYSCON
88 select QCOM_MDT_LOADER
89 select REMOTEPROC
90 help
91 Say y here to support the Qualcomm Peripherial Image Loader for the
92 Hexagon V5 based remote processors.
93
80config ST_REMOTEPROC 94config ST_REMOTEPROC
81 tristate "ST remoteproc support" 95 tristate "ST remoteproc support"
82 depends on ARCH_STI 96 depends on ARCH_STI