soc: qcom: Drop help text for QCOM_QMI_HELPERS
authorNiklas Cassel <niklas.cassel@linaro.org>
Mon, 1 Oct 2018 09:55:54 +0000 (11:55 +0200)
committerAndy Gross <andy.gross@linaro.org>
Wed, 14 Nov 2018 18:03:36 +0000 (10:03 -0800)
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>
Reviewed-by: Alex Elder <elder@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/soc/qcom/Kconfig

index 684cb51..fcbf8a2 100644 (file)
@@ -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"