From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Covington Subject: Re: [PATCH v2] hwrng: msm: switch Kconfig to ARCH_QCOM depends Date: Thu, 20 Feb 2014 13:42:17 -0500 Message-ID: <53064C89.4060206@codeaurora.org> References: <1392912542-5349-1-git-send-email-galak@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.codeaurora.org ([198.145.11.231]:57657 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754109AbaBTSmU (ORCPT ); Thu, 20 Feb 2014 13:42:20 -0500 In-Reply-To: <1392912542-5349-1-git-send-email-galak@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Kumar Gala , Richard Kuo Cc: Herbert Xu , svarbanov@mm-sol.com, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org On 02/20/2014 11:09 AM, Kumar Gala wrote: > We've split Qualcomm MSM support into legacy and multiplatform. The RNG > driver is only relevant on the multiplatform supported SoCs so switch the > Kconfig depends to ARCH_QCOM. > > CC: Herbert Xu > CC: Stanimir Varbanov > Signed-off-by: Kumar Gala > --- > > Herbert, > > If you can ack this I'll send it via linux-qcom/arm-soc tree's > > thanks > > v2: > * Updated help text to remove MSM references, made more generic > > drivers/char/hw_random/Kconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig > index 2f2b084..f2b9f8c 100644 > --- a/drivers/char/hw_random/Kconfig > +++ b/drivers/char/hw_random/Kconfig > @@ -342,11 +342,11 @@ config HW_RANDOM_TPM > If unsure, say Y. > > config HW_RANDOM_MSM > - tristate "Qualcomm MSM Random Number Generator support" > + tristate "Qualcomm ARM SoCs Random Number Generator support" Can the Hexagon use the PRNG, at least theoretically? If so maybe it'd be clearest to leave ARM off. Christopher -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation. From mboxrd@z Thu Jan 1 00:00:00 1970 From: cov@codeaurora.org (Christopher Covington) Date: Thu, 20 Feb 2014 13:42:17 -0500 Subject: [PATCH v2] hwrng: msm: switch Kconfig to ARCH_QCOM depends In-Reply-To: <1392912542-5349-1-git-send-email-galak@codeaurora.org> References: <1392912542-5349-1-git-send-email-galak@codeaurora.org> Message-ID: <53064C89.4060206@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 02/20/2014 11:09 AM, Kumar Gala wrote: > We've split Qualcomm MSM support into legacy and multiplatform. The RNG > driver is only relevant on the multiplatform supported SoCs so switch the > Kconfig depends to ARCH_QCOM. > > CC: Herbert Xu > CC: Stanimir Varbanov > Signed-off-by: Kumar Gala > --- > > Herbert, > > If you can ack this I'll send it via linux-qcom/arm-soc tree's > > thanks > > v2: > * Updated help text to remove MSM references, made more generic > > drivers/char/hw_random/Kconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig > index 2f2b084..f2b9f8c 100644 > --- a/drivers/char/hw_random/Kconfig > +++ b/drivers/char/hw_random/Kconfig > @@ -342,11 +342,11 @@ config HW_RANDOM_TPM > If unsure, say Y. > > config HW_RANDOM_MSM > - tristate "Qualcomm MSM Random Number Generator support" > + tristate "Qualcomm ARM SoCs Random Number Generator support" Can the Hexagon use the PRNG, at least theoretically? If so maybe it'd be clearest to leave ARM off. Christopher -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation.