diff options
author | Rohit Vaswani <rvaswani@codeaurora.org> | 2013-06-10 18:50:21 -0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-06-12 17:50:12 -0400 |
commit | 43f68444bce70e360ff6ce3653a54e511625f651 (patch) | |
tree | 31a695accad61e88f5f584acca4d9abc0d708eea /drivers/gpio/Kconfig | |
parent | eda9dcfa56f4864e0e4340f5af3f3e39f514b726 (diff) |
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 | |||
165 | 165 | ||
166 | config GPIO_MSM_V2 | 166 | config GPIO_MSM_V2 |
167 | tristate "Qualcomm MSM GPIO v2" | 167 | tristate "Qualcomm MSM GPIO v2" |
168 | depends on GPIOLIB && ARCH_MSM | 168 | depends on GPIOLIB && OF && ARCH_MSM |
169 | help | 169 | help |
170 | Say yes here to support the GPIO interface on ARM v7 based | 170 | Say yes here to support the GPIO interface on ARM v7 based |
171 | Qualcomm MSM chips. Most of the pins on the MSM can be | 171 | Qualcomm MSM chips. Most of the pins on the MSM can be |