diff options
author | Andy Gross <agross@codeaurora.org> | 2014-04-14 23:10:35 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-04-23 09:59:58 -0400 |
commit | b4da6573e7e2f8bd54abdb3e78a7b1d61c34d6f3 (patch) | |
tree | bc701c63fb31307164efd2c3b72a02347e796554 /drivers/pinctrl/Kconfig | |
parent | 02b5269a24dfadf2fda6b427b84ee57bd3a06a72 (diff) |
pinctrl: qcom: Add definitions for IPQ8064
This adds pinctrl definitions for the GPIO pins of the TLMM v2 block in the
Qualcomm IPQ8064 platform.
Signed-off-by: Andy Gross <agross@codeaurora.org>
Reviewed-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 8b6597c7bbc2..bc7b0c9965c6 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -233,6 +233,14 @@ config PINCTRL_APQ8064 | |||
233 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the | 233 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the |
234 | Qualcomm TLMM block found in the Qualcomm APQ8064 platform. | 234 | Qualcomm TLMM block found in the Qualcomm APQ8064 platform. |
235 | 235 | ||
236 | config PINCTRL_IPQ8064 | ||
237 | tristate "Qualcomm IPQ8064 pin controller driver" | ||
238 | depends on GPIOLIB && OF | ||
239 | select PINCTRL_MSM | ||
240 | help | ||
241 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the | ||
242 | Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. | ||
243 | |||
236 | config PINCTRL_MSM8X74 | 244 | config PINCTRL_MSM8X74 |
237 | tristate "Qualcomm 8x74 pin controller driver" | 245 | tristate "Qualcomm 8x74 pin controller driver" |
238 | depends on GPIOLIB && OF && (ARCH_QCOM || COMPILE_TEST) | 246 | depends on GPIOLIB && OF && (ARCH_QCOM || COMPILE_TEST) |