diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-01-27 14:12:57 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-02-06 19:57:25 +0300 |
commit | 2aad40d911eeb7dcac91c669f2762a28134f0eb1 (patch) | |
tree | 88666041cb0f82cbbac8bfbeec28c6c8a5222f66 /drivers/remoteproc/Kconfig | |
parent | 7f0dd07a9b29cfadffcd2fa08902a844f5c94e86 (diff) | |
download | linux-2aad40d911eeb7dcac91c669f2762a28134f0eb1.tar.xz |
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 |