aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2014-02-11 15:08:06 -0500
committerKumar Gala <galak@codeaurora.org>2014-02-25 10:22:10 -0500
commitadd798a40aec3a768165055477ba8bfee21e06fc (patch)
tree528a296f556bcec997af2c0260be906ab5b04111 /drivers/gpio
parent2257ffbca73c72f3de1ba20c500f4c9fd333014b (diff)
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 <linus.walleij@linaro.org> Acked-by: Alexandre Courbot <gnurou@gmail.com> Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
192 192
193config GPIO_MSM_V2 193config GPIO_MSM_V2
194 tristate "Qualcomm MSM GPIO v2" 194 tristate "Qualcomm MSM GPIO v2"
195 depends on GPIOLIB && OF && ARCH_MSM 195 depends on GPIOLIB && OF && ARCH_QCOM
196 help 196 help
197 Say yes here to support the GPIO interface on ARM v7 based 197 Say yes here to support the GPIO interface on ARM v7 based
198 Qualcomm MSM chips. Most of the pins on the MSM can be 198 Qualcomm MSM chips. Most of the pins on the MSM can be