diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2014-03-31 17:49:57 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-04-22 02:41:35 -0400 |
commit | e2c802be589bf262fe8f1bd83a79111bd3873972 (patch) | |
tree | 1778138c26af3e8f6b292424b095ce9823e362e9 /drivers/pinctrl/Kconfig | |
parent | 55f5587a4977384b88185b08e3c3ffbd9f0994f4 (diff) |
pinctrl: msm: Add definitions for the APQ8064 platform
This adds pinctrl definitions for the GPIO pins of the TLMM v2 block in the
Qualcomm APQ8064 platform.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 68bc96dfe69e..a3ec264a6fcc 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -222,6 +222,14 @@ config PINCTRL_MSM | |||
222 | select PINCONF | 222 | select PINCONF |
223 | select GENERIC_PINCONF | 223 | select GENERIC_PINCONF |
224 | 224 | ||
225 | config PINCTRL_APQ8064 | ||
226 | tristate "Qualcomm APQ8064 pin controller driver" | ||
227 | depends on GPIOLIB && OF | ||
228 | select PINCTRL_MSM | ||
229 | help | ||
230 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the | ||
231 | Qualcomm TLMM block found in the Qualcomm APQ8064 platform. | ||
232 | |||
225 | config PINCTRL_MSM8X74 | 233 | config PINCTRL_MSM8X74 |
226 | tristate "Qualcomm 8x74 pin controller driver" | 234 | tristate "Qualcomm 8x74 pin controller driver" |
227 | depends on GPIOLIB && OF | 235 | depends on GPIOLIB && OF |