[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180614111138.8923-7-niklas.cassel@linaro.org>
Date: Thu, 14 Jun 2018 13:11:37 +0200
From: Niklas Cassel <niklas.cassel@...aro.org>
To: andy.gross@...aro.org, David Brown <david.brown@...aro.org>
Cc: linux-arm-msm@...r.kernel.org,
Niklas Cassel <niklas.cassel@...aro.org>,
linux-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 6/7] soc: qcom: Remove bogus depends on OF
Both QCOM_COMMAND_DB and QCOM_SMD_RPM build perfectly fine
without CONFIG_OF set. Remove these bogus depends of OF.
Signed-off-by: Niklas Cassel <niklas.cassel@...aro.org>
---
drivers/soc/qcom/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 1d4a9f3ada8c..3f4036a6173f 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -5,7 +5,7 @@ menu "Qualcomm SoC drivers"
config QCOM_COMMAND_DB
bool "Qualcomm Command DB"
- depends on (ARCH_QCOM && OF) || COMPILE_TEST
+ depends on ARCH_QCOM || COMPILE_TEST
help
Command DB queries shared memory by key string for shared system
resources. Platform drivers that require to set state of a shared
@@ -86,7 +86,7 @@ config QCOM_SMEM
config QCOM_SMD_RPM
tristate "Qualcomm Resource Power Manager (RPM) over SMD"
depends on ARCH_QCOM
- depends on RPMSG && OF
+ depends on RPMSG
help
If you say yes to this option, support will be included for the
Resource Power Manager system found in the Qualcomm 8974 based
--
2.17.1
Powered by blists - more mailing lists