diff options
author | Rohit Vaswani <rvaswani@codeaurora.org> | 2013-06-10 15:50:21 -0700 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-06-12 14:50:12 -0700 |
commit | 43f68444bce70e360ff6ce3653a54e511625f651 (patch) | |
tree | 31a695accad61e88f5f584acca4d9abc0d708eea /drivers/gpio/Kconfig | |
parent | eda9dcfa56f4864e0e4340f5af3f3e39f514b726 (diff) | |
download | linux-43f68444bce70e360ff6ce3653a54e511625f651.tar.bz2 |
gpio: msm: Add device tree and irqdomain support for gpio-msm-v2
This cleans up the gpio-msm-v2 driver of all the global define usage.
The number of gpios are now defined in the device tree. This enables
adding irqdomain support as well.
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
Acked-by: Grant Likely <grant.likely@linaro.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-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 87d567089f13..6d61a12b68ff 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -165,7 +165,7 @@ config GPIO_MSM_V1 config GPIO_MSM_V2 tristate "Qualcomm MSM GPIO v2" - depends on GPIOLIB && ARCH_MSM + depends on GPIOLIB && OF && ARCH_MSM 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 |