summary refs log tree commit diff
path: root/drivers/remoteproc/Kconfig
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2016-08-22 22:57:44 -0700
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-11-15 18:44:53 -0800
commitb9e718e950c3dfa458bbf9180a8d8691e55413ae (patch)
tree95a0f2611e69d4ac1d7c6dca4a721be7f77e9e8d /drivers/remoteproc/Kconfig
parentf904e7245b8b6d777acf565a0c831f58e78bc8a1 (diff)
downloadlinux-b9e718e950c3dfa458bbf9180a8d8691e55413ae.tar.gz
remoteproc: Introduce Qualcomm ADSP PIL
The Qualcomm ADSP Peripheral Image Loader is used on a variety of
different Qualcomm platforms for loading firmware into and controlling
the Hexagon based ADSP.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r--drivers/remoteproc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 5fcbefcb8636..c199b360067f 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -77,6 +77,17 @@ config DA8XX_REMOTEPROC
 	  It's safe to say n here if you're not interested in multimedia
 	  offloading.
 
+config QCOM_ADSP_PIL
+	tristate "Qualcomm ADSP Peripheral Image Loader"
+	depends on OF && ARCH_QCOM
+	depends on QCOM_SMEM
+	select MFD_SYSCON
+	select QCOM_MDT_LOADER
+	select REMOTEPROC
+	help
+	  Say y here to support the TrustZone based Peripherial Image Loader
+	  for the Qualcomm ADSP remote processors.
+
 config QCOM_MDT_LOADER
 	tristate