public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] slimbus: ngd: QCOM_QMI_HELPERS has to be selected
@ 2018-10-03 17:52 Srinivas Kandagatla
  2018-10-15 18:32 ` Greg KH
  0 siblings, 1 reply; 9+ messages in thread
From: Srinivas Kandagatla @ 2018-10-03 17:52 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Niklas Cassel, Srinivas Kandagatla

From: Niklas Cassel <niklas.cassel@linaro.org>

QCOM_QMI_HELPERS is a hidden kconfig, so the proper usage is
to select it, not depend upon it.

Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 drivers/slimbus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/slimbus/Kconfig b/drivers/slimbus/Kconfig
index 9d73ad806698..9cca2c3559f2 100644
--- a/drivers/slimbus/Kconfig
+++ b/drivers/slimbus/Kconfig
@@ -22,8 +22,8 @@ config SLIM_QCOM_CTRL
 
 config SLIM_QCOM_NGD_CTRL
 	tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component"
-	depends on QCOM_QMI_HELPERS
 	depends on HAS_IOMEM && DMA_ENGINE
+	select QCOM_QMI_HELPERS
 	help
 	  Select driver if Qualcomm's SLIMbus Satellite Non-Generic Device
 	  Component is programmed using Linux kernel.
-- 
2.19.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [PATCH] slimbus: ngd: QCOM_QMI_HELPERS has to be selected
@ 2018-10-01 10:11 Niklas Cassel
  2018-10-01 12:10 ` Alex Elder
  2018-10-02  3:57 ` Bjorn Andersson
  0 siblings, 2 replies; 9+ messages in thread
From: Niklas Cassel @ 2018-10-01 10:11 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: bjorn.andersson, elder, Niklas Cassel, alsa-devel, linux-kernel

QCOM_QMI_HELPERS is a hidden kconfig, so the proper usage is
to select it, not depend upon it.

Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
---
 drivers/slimbus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/slimbus/Kconfig b/drivers/slimbus/Kconfig
index 9d73ad806698..9cca2c3559f2 100644
--- a/drivers/slimbus/Kconfig
+++ b/drivers/slimbus/Kconfig
@@ -22,8 +22,8 @@ config SLIM_QCOM_CTRL
 
 config SLIM_QCOM_NGD_CTRL
 	tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component"
-	depends on QCOM_QMI_HELPERS
 	depends on HAS_IOMEM && DMA_ENGINE
+	select QCOM_QMI_HELPERS
 	help
 	  Select driver if Qualcomm's SLIMbus Satellite Non-Generic Device
 	  Component is programmed using Linux kernel.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-07 14:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-03 17:52 [PATCH] slimbus: ngd: QCOM_QMI_HELPERS has to be selected Srinivas Kandagatla
2018-10-15 18:32 ` Greg KH
2018-10-15 19:44   ` [PATCH v2] " Niklas Cassel
2018-10-16  9:35     ` Srinivas Kandagatla
2018-11-07 13:59     ` Greg KH
2018-11-07 14:15       ` Srinivas Kandagatla
  -- strict thread matches above, loose matches on Subject: below --
2018-10-01 10:11 [PATCH] " Niklas Cassel
2018-10-01 12:10 ` Alex Elder
2018-10-02  3:57 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox