Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932185AbaBUPd7 (ORCPT ); Fri, 21 Feb 2014 10:33:59 -0500 Received: from smtp.codeaurora.org ([198.145.11.231]:48862 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755976AbaBUPd5 convert rfc822-to-8bit (ORCPT ); Fri, 21 Feb 2014 10:33:57 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: [PATCH] gpio: msm: switch Kconfig to ARCH_QCOM depends From: Kumar Gala In-Reply-To: <1392150132-21877-1-git-send-email-galak@codeaurora.org> Date: Fri, 21 Feb 2014 09:33:53 -0600 Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm , linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 8BIT Message-Id: References: <1392150132-21877-1-git-send-email-galak@codeaurora.org> To: Linus Walleij , Alexandre Courbot X-Mailer: Apple Mail (2.1827) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Feb 11, 2014, at 2:22 PM, Kumar Gala wrote: > We've split Qualcomm MSM support into legacy and multiplatform. The gpio > msm-v2 driver is only relevant on the multiplatform supported SoCs so > switch the Kconfig depends to ARCH_QCOM. > > CC: Linus Walleij > Signed-off-by: Kumar Gala > --- > Linus, > > If you can ack this I'll send it via linux-qcom/arm-soc tree's > > thanks > > - k ping. - k > > drivers/gpio/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > index 6973387..aa74949 100644 > --- a/drivers/gpio/Kconfig > +++ b/drivers/gpio/Kconfig > @@ -192,7 +192,7 @@ config GPIO_MSM_V1 > > config GPIO_MSM_V2 > tristate "Qualcomm MSM GPIO v2" > - depends on GPIOLIB && OF && ARCH_MSM > + depends on GPIOLIB && OF && ARCH_QCOM > help > Say yes here to support the GPIO interface on ARM v7 based > Qualcomm MSM chips. Most of the pins on the MSM can be > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > hosted by The Linux Foundation > -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/