diff mbox series

soc: qcom: Drop help text for QCOM_QMI_HELPERS

Message ID 20181001095554.23815-1-niklas.cassel@linaro.org
State Accepted
Commit 808e10330b0a0bebed8fa3c6bb4e8fe728ca2c2a
Headers show
Series soc: qcom: Drop help text for QCOM_QMI_HELPERS | expand

Commit Message

Niklas Cassel Oct. 1, 2018, 9:55 a.m. UTC
The help text is visible in menuconfig, however QCOM_QMI_HELPERS is a
hidden kconfig, so it is not selectable in menuconfig.

Remove the help text so that it is more clear that this is intentionally
a hidden kconfig.

Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>

---
 drivers/soc/qcom/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

-- 
2.17.1

Comments

Andy Gross Nov. 14, 2018, 6:04 p.m. UTC | #1
On Mon, Oct 01, 2018 at 11:55:54AM +0200, Niklas Cassel wrote:
> The help text is visible in menuconfig, however QCOM_QMI_HELPERS is a

> hidden kconfig, so it is not selectable in menuconfig.

> 

> Remove the help text so that it is more clear that this is intentionally

> a hidden kconfig.

> 

> Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>

> ---


Added to queue.  Thanks.

Andy
diff mbox series

Patch

diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 684cb51694d1..fcbf8a2e4080 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -75,11 +75,6 @@  config QCOM_QMI_HELPERS
 	tristate
 	depends on ARCH_QCOM || COMPILE_TEST
 	depends on NET
-	help
-	  Helper library for handling QMI encoded messages.  QMI encoded
-	  messages are used in communication between the majority of QRTR
-	  clients and this helpers provide the common functionality needed for
-	  doing this from a kernel driver.
 
 config QCOM_RMTFS_MEM
 	tristate "Qualcomm Remote Filesystem memory driver"