diff options
author | Rongjun Ying <Rongjun.Ying@csr.com> | 2011-10-09 06:11:13 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2011-10-13 06:57:46 -0400 |
commit | 393daa814f4bbc6f5c099178c073fae9f7ef6177 (patch) | |
tree | 6bf1296eb65da30fe71a82d5bc0fd43dfe2c3d1d /drivers/pinctrl/Kconfig | |
parent | 98da3529536ed3c78ae493f4cc3d7ac8d43fc72c (diff) |
pinctrl: add a driver for the CSR SiRFprimaII pinmux
This creates a pin controller driver for the SiRFprinaII
pin mux portions.
Signed-off-by: Rongjun Ying <Rongjun.Ying@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
[Fixup for changed function names and semantics in the v10 patch]
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 7b175c37731f..ef566443f945 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig | |||
@@ -26,6 +26,13 @@ config DEBUG_PINCTRL | |||
26 | help | 26 | help |
27 | Say Y here to add some extra checks and diagnostics to PINCTRL calls. | 27 | Say Y here to add some extra checks and diagnostics to PINCTRL calls. |
28 | 28 | ||
29 | config PINMUX_SIRF | ||
30 | bool "CSR SiRFprimaII pinmux driver" | ||
31 | depends on ARCH_PRIMA2 | ||
32 | select PINMUX | ||
33 | help | ||
34 | Say Y here to enable the SiRFprimaII pinmux driver | ||
35 | |||
29 | config PINMUX_U300 | 36 | config PINMUX_U300 |
30 | bool "U300 pinmux driver" | 37 | bool "U300 pinmux driver" |
31 | depends on ARCH_U300 | 38 | depends on ARCH_U300 |