From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Elder Subject: Re: [PATCH] soc: qcom: qmi: add a prompt to QCOM_QMI_HELPERS Date: Fri, 28 Sep 2018 06:41:11 -0500 Message-ID: References: <20180427140358.30839-1-elder@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180427140358.30839-1-elder@linaro.org> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: andy.gross@linaro.org, david.brown@linaro.org Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org Was there something wrong with this patch? I sent it a long time ago but it still applies cleanly. I can re-send if you like. -Alex On 04/27/2018 09:03 AM, Alex Elder wrote: > 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 > --- > 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 >