diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-02-25 18:10:24 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-02-25 18:10:57 +0100 |
commit | 23453853e40539e64592b5ae771020e43ed371a2 (patch) | |
tree | 3a7e7058679f3f7ff7a8133516e46bfe586c2934 /drivers/gpio | |
parent | f1a0d58e876be28bd2f53b55dd20d3cba92c6937 (diff) | |
parent | add798a40aec3a768165055477ba8bfee21e06fc (diff) | |
download | linux-stable-23453853e40539e64592b5ae771020e43ed371a2.tar.gz linux-stable-23453853e40539e64592b5ae771020e43ed371a2.tar.bz2 linux-stable-23453853e40539e64592b5ae771020e43ed371a2.zip |
Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/drivers
Merge "qcom driver changes for v3.15" from Kumar Gala:
We've split Qualcomm MSM support into legacy and multiplatform. These
drivers are only relevant on the multiplatform supported SoCs so switch the
Kconfig depends to ARCH_QCOM.
* tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom:
gpio: msm: switch Kconfig to ARCH_QCOM depends
hwrng: msm: switch Kconfig to ARCH_QCOM depends
power: reset: msm - switch Kconfig to ARCH_QCOM depends
drm/msm: drop ARCH_MSM Kconfig depend
tty: serial: msm: Enable building msm_serial for ARCH_QCOM
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 903f24d28ba0..2c38d950a1e5 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 |