From: Kumar Gala Date: Tue, 11 Feb 2014 20:08:06 +0000 (-0600) Subject: gpio: msm: switch Kconfig to ARCH_QCOM depends X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=add798a40aec3a768165055477ba8bfee21e06fc;p=deliverable%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 697338772b64..aa74949dd9ad 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