diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-01-26 22:58:35 +0100 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-02-06 17:57:19 +0100 |
commit | e7fd25226295270cc248254e7406d1e19181aea9 (patch) | |
tree | bada9c05a57974f4158355926b809dfc5f49179e /drivers/remoteproc/Kconfig | |
parent | remoteproc: qcom: q6v5: Remove mss supply from 8916 (diff) | |
download | linux-e7fd25226295270cc248254e7406d1e19181aea9.tar.xz linux-e7fd25226295270cc248254e7406d1e19181aea9.zip |
remoteproc: qcom: q6v5: Decouple driver from MDT loader
Rather than duplicating half of the MDT loader in the validation step
move the entire MDT parser into the q6v5 driver. This allows us to make
the shared MDT-loader call the SCM PAS operations directly which
simplifies the client code and allows for better reuse of the code.
Cc: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index a5e888043f1f..454fd9a4dd96 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -92,7 +92,6 @@ config QCOM_Q6V5_PIL depends on QCOM_SMEM depends on REMOTEPROC select MFD_SYSCON - select QCOM_MDT_LOADER select QCOM_SCM help Say y here to support the Qualcomm Peripherial Image Loader for the |