aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2020-01-07 20:07:59 +0530
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2020-01-08 12:11:46 +0530
commit7b00436cc41afb59d36ae8201390fe5d829baff3 (patch)
tree6ec017f447c0a978de493cb6d775231882c0395a
parent5e32ed63c81234dc56b2b01c58c0d5bedf5f640f (diff)
soc: qcom: Do not depend on ARCH_QCOM for QMI helpersmhi-upstream-wip
QMI helpers are not always used by Qualcomm platforms. One of the exceptions is the external modems available in near future. As a side effect of removing the dependency, it is also going to loose COMPILE_TEST build coverage. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
-rw-r--r--drivers/soc/qcom/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 79d826553ac8..ca057bc9aae6 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -88,7 +88,6 @@ config QCOM_PM
config QCOM_QMI_HELPERS
tristate
- depends on ARCH_QCOM || COMPILE_TEST
depends on NET
config QCOM_RMTFS_MEM