diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-01 12:13:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-01 12:13:48 -0400 |
commit | 4a2d732f5d1a2adf38a5baaa2f27094024be65e9 (patch) | |
tree | fbc8e050fb8f8d66fbb676746888080841882def /drivers/gpio/Kconfig | |
parent | 965e32b18d6b6bbcb79f4a7308fc8bdb4d03e813 (diff) | |
parent | 867f503d580eafbcc342141bae53cf6a27d413b1 (diff) |
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
* 'gpio/next' of git://git.secretlab.ca/git/linux-2.6:
gpio_msm: Move Qualcomm MSM v2 gpio driver into drivers
gpio_msm: Move Qualcomm v6 MSM driver into drivers
msm: gpio: Fold register defs into C file
msm: gpiomux: Move public API to public header
msm: gpio: Remove ifdefs on gpio chip registers
msm: gpio: Remove chip-specific register definitions
msm: Remove chip-ifdefs for GPIO io mappings
msm: gpio: Remove unsupported devices
gpio: ab8500: fix MODULE_ALIAS for ab8500
of/gpio: export of_gpio_simple_xlate
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 6778f56a4c64..d539efd96d4b 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -103,6 +103,22 @@ config GPIO_MPC5200 | |||
103 | def_bool y | 103 | def_bool y |
104 | depends on PPC_MPC52xx | 104 | depends on PPC_MPC52xx |
105 | 105 | ||
106 | config GPIO_MSM_V1 | ||
107 | tristate "Qualcomm MSM GPIO v1" | ||
108 | depends on GPIOLIB && ARCH_MSM | ||
109 | help | ||
110 | Say yes here to support the GPIO interface on ARM v6 based | ||
111 | Qualcomm MSM chips. Most of the pins on the MSM can be | ||
112 | selected for GPIO, and are controlled by this driver. | ||
113 | |||
114 | config GPIO_MSM_V2 | ||
115 | tristate "Qualcomm MSM GPIO v2" | ||
116 | depends on GPIOLIB && ARCH_MSM | ||
117 | help | ||
118 | Say yes here to support the GPIO interface on ARM v7 based | ||
119 | Qualcomm MSM chips. Most of the pins on the MSM can be | ||
120 | selected for GPIO, and are controlled by this driver. | ||
121 | |||
106 | config GPIO_MXC | 122 | config GPIO_MXC |
107 | def_bool y | 123 | def_bool y |
108 | depends on ARCH_MXC | 124 | depends on ARCH_MXC |