diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-01-27 12:12:57 +0100 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-02-06 17:57:25 +0100 |
commit | 2aad40d911eeb7dcac91c669f2762a28134f0eb1 (patch) | |
tree | 88666041cb0f82cbbac8bfbeec28c6c8a5222f66 /drivers/remoteproc/Kconfig | |
parent | remoteproc: qcom: mdt_loader: Refactor MDT loader (diff) | |
download | linux-2aad40d911eeb7dcac91c669f2762a28134f0eb1.tar.xz linux-2aad40d911eeb7dcac91c669f2762a28134f0eb1.zip |
remoteproc: Move qcom_mdt_loader into drivers/soc/qcom
With the remoteproc parts cleaned out of the MDT loader we can move it
to drivers/soc/qcom.
Acked-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
-rw-r--r-- | drivers/remoteproc/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 71ea703190c6..555dba04b5ae 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -87,9 +87,6 @@ config QCOM_ADSP_PIL config QCOM_RPROC_COMMON tristate -config QCOM_MDT_LOADER - tristate - config QCOM_Q6V5_PIL tristate "Qualcomm Hexagon V5 Peripherial Image Loader" depends on OF && ARCH_QCOM |