diff options
author | Rongjun Ying <Rongjun.Ying@csr.com> | 2011-10-09 03:11:13 -0700 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2011-10-13 12:57:46 +0200 |
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 7b175c37731..ef566443f94 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -26,6 +26,13 @@ config DEBUG_PINCTRL help Say Y here to add some extra checks and diagnostics to PINCTRL calls. +config PINMUX_SIRF + bool "CSR SiRFprimaII pinmux driver" + depends on ARCH_PRIMA2 + select PINMUX + help + Say Y here to enable the SiRFprimaII pinmux driver + config PINMUX_U300 bool "U300 pinmux driver" depends on ARCH_U300 |