diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-02-11 14:08:06 -0600 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-02-25 09:22:10 -0600 |
commit | add798a40aec3a768165055477ba8bfee21e06fc (patch) | |
tree | 528a296f556bcec997af2c0260be906ab5b04111 /drivers/gpio | |
parent | 2257ffbca73c72f3de1ba20c500f4c9fd333014b (diff) | |
download | op-kernel-dev-add798a40aec3a768165055477ba8bfee21e06fc.zip op-kernel-dev-add798a40aec3a768165055477ba8bfee21e06fc.tar.gz |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |