From: Niklas Cassel Date: Mon, 1 Oct 2018 09:55:54 +0000 (+0200) Subject: soc: qcom: Drop help text for QCOM_QMI_HELPERS X-Git-Tag: v5.15~7281^2~11^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=808e10330b0a0bebed8fa3c6bb4e8fe728ca2c2a;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Alex Elder Reviewed-by: Bjorn Andersson Signed-off-by: Andy Gross --- diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 684cb51..fcbf8a2e 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"