From: Kumar Gala Date: Tue, 11 Feb 2014 20:08:06 +0000 (-0600) Subject: gpio: msm: switch Kconfig to ARCH_QCOM depends X-Git-Tag: v3.15-rc1~76^2~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add798a40aec3a768165055477ba8bfee21e06fc;p=thirdparty%2Fkernel%2Flinux.git gpio: msm: switch Kconfig to ARCH_QCOM depends 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 Acked-by: Alexandre Courbot Signed-off-by: Kumar Gala --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 697338772b648..aa74949dd9ad8 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