All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: qcom: qmi: add a prompt to QCOM_QMI_HELPERS
@ 2018-04-27 14:03 Alex Elder
  2018-09-28 11:41 ` Alex Elder
  0 siblings, 1 reply; 10+ messages in thread
From: Alex Elder @ 2018-04-27 14:03 UTC (permalink / raw)
  To: andy.gross, david.brown; +Cc: linux-arm-msm, linux-soc, linux-kernel

Add a prompt to the "tristate" attribute in the Kconfig file in
which QCOM_QMI_HELPERS is defined; I find it doesn't get selected
without it.

Signed-off-by: Alex Elder <elder@linaro.org>
---
 drivers/soc/qcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 5c4535b545cc..81a501765cd9 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -36,7 +36,7 @@ config QCOM_PM
 	  low power modes.
 
 config QCOM_QMI_HELPERS
-	tristate
+	tristate "Qualcomm QMI Helpers"
 	depends on ARCH_QCOM && NET
 	help
 	  Helper library for handling QMI encoded messages.  QMI encoded
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [PATCH] soc: qcom: qmi: add a prompt to QCOM_QMI_HELPERS
@ 2021-10-25 16:31 Janusz Dziedzic
  2021-10-26 13:42 ` Alex Elder
  0 siblings, 1 reply; 10+ messages in thread
From: Janusz Dziedzic @ 2021-10-25 16:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-soc, Alex Elder, Janusz Dziedzic

From: Alex Elder <elder@linaro.org>

Add a prompt to the "tristate" attribute in the Kconfig file in
which QCOM_QMI_HELPERS is defined; I find it doesn't get selected
without it.

We need it in OpenWRT project, when using WiFi backports
and build ath11k driver. While ath11k driver depends on
QCOM_QMI_HELPERS we need way to enable this option in
our kernel.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
---
 drivers/soc/qcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index fe3c486ae32d..16fb8e286015 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -92,7 +92,7 @@ config QCOM_PDR_HELPERS
 	select QCOM_QMI_HELPERS
 
 config QCOM_QMI_HELPERS
-	tristate
+	tristate "Qualcomm QMI Helpers"
 	depends on NET
 
 config QCOM_RMTFS_MEM
-- 
2.25.1


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

end of thread, other threads:[~2021-10-26 18:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 14:03 [PATCH] soc: qcom: qmi: add a prompt to QCOM_QMI_HELPERS Alex Elder
2018-09-28 11:41 ` Alex Elder
2018-09-28 12:26   ` Niklas Cassel
2018-09-28 13:23     ` Alex Elder
2018-09-28 14:00       ` Niklas Cassel
2018-09-28 17:21       ` Bjorn Andersson
2018-09-28 17:29         ` Alex Elder
2021-10-25 16:31 Janusz Dziedzic
2021-10-26 13:42 ` Alex Elder
2021-10-26 18:11   ` Janusz Dziedzic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.