Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: qcom: Drop help text for QCOM_QMI_HELPERS

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>

authored by

Niklas Cassel and committed by
Andy Gross
808e1033 c4fe17e0

-5
-5
drivers/soc/qcom/Kconfig
··· 75 75 tristate 76 76 depends on ARCH_QCOM || COMPILE_TEST 77 77 depends on NET 78 - help 79 - Helper library for handling QMI encoded messages. QMI encoded 80 - messages are used in communication between the majority of QRTR 81 - clients and this helpers provide the common functionality needed for 82 - doing this from a kernel driver. 83 78 84 79 config QCOM_RMTFS_MEM 85 80 tristate "Qualcomm Remote Filesystem memory driver"