diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2013-12-15 01:44:33 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-12-16 04:29:25 -0500 |
commit | 376f413a7d98f02e8253cf9dd44935a7545fcb62 (patch) | |
tree | b5bac76aea8112866f0f4eaa10b01510871abc65 /drivers/pinctrl | |
parent | b5728cf766f61e8a08121315a6b6883a0a2c21b9 (diff) |
pinctrl: msm: Update Kconfig for PINCTRL_MSM8X74
Add GPIOLIB and OF as dependencies for PINCTRL_MSM8X74, to fix
build errors from i386-randconfig.
Also add help text and make the entries tristate, while touching
these entries.
Cc: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
[Rebased on top of pin control development branch]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index ad58e7efe1d5..5c35d0db59e2 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -204,15 +204,18 @@ config PINCTRL_IMX28 | |||
204 | select PINCTRL_MXS | 204 | select PINCTRL_MXS |
205 | 205 | ||
206 | config PINCTRL_MSM | 206 | config PINCTRL_MSM |
207 | bool | 207 | tristate |
208 | select PINMUX | 208 | select PINMUX |
209 | select PINCONF | 209 | select PINCONF |
210 | select GENERIC_PINCONF | 210 | select GENERIC_PINCONF |
211 | 211 | ||
212 | config PINCTRL_MSM8X74 | 212 | config PINCTRL_MSM8X74 |
213 | bool "Qualcomm 8x74 pin controller driver" | 213 | tristate "Qualcomm 8x74 pin controller driver" |
214 | depends on OF && OF_IRQ | 214 | depends on GPIOLIB && OF && OF_IRQ |
215 | select PINCTRL_MSM | 215 | select PINCTRL_MSM |
216 | help | ||
217 | This is the pinctrl, pinmux, pinconf and gpiolib driver for the | ||
218 | Qualcomm TLMM block found in the Qualcomm 8974 platform. | ||
216 | 219 | ||
217 | config PINCTRL_NOMADIK | 220 | config PINCTRL_NOMADIK |
218 | bool "Nomadik pin controller driver" | 221 | bool "Nomadik pin controller driver" |