diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-11-21 19:04:52 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-10 16:13:09 +0100 |
commit | d0e3096859eee425397c7a93b93ddeaa140b997d (patch) | |
tree | aa8cf61db6cef1b42532cc869e2b4f01d3822601 /drivers/pinctrl/pxa/Kconfig | |
parent | pinctrl: pxa: pxa2xx: add pin configuration support (diff) | |
download | linux-d0e3096859eee425397c7a93b93ddeaa140b997d.tar.xz linux-d0e3096859eee425397c7a93b93ddeaa140b997d.zip |
pinctrl: pxa: add pxa27x architecture
Add the pxa27x architecture, which is a pxa2xx with 128 pins. The
registers spacing, and pins logic is common to pxa2xx, only the pins and
their alternate function are specific to pxa27x.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/pxa/Kconfig')
-rw-r--r-- | drivers/pinctrl/pxa/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pinctrl/pxa/Kconfig b/drivers/pinctrl/pxa/Kconfig index 13e24d7c45c7..990667ff772c 100644 --- a/drivers/pinctrl/pxa/Kconfig +++ b/drivers/pinctrl/pxa/Kconfig @@ -6,4 +6,12 @@ config PINCTRL_PXA select PINCONF select GENERIC_PINCONF +config PINCTRL_PXA27X + tristate "Marvell PXA27x pin controller driver" + select PINCTRL_PXA + default y if PXA27x + help + This is the pinctrl, pinmux, pinconf driver for the Marvell + PXA2xx block found in the pxa25x and pxa27x platforms. + endif |