diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-10 12:04:56 -0500 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-02-25 12:51:05 -0500 |
commit | ca6d9a084b56f530e42b61a665088ba1caa7cefa (patch) | |
tree | 24b4d0d9243c4d7bed329f16debab599a31cbac4 /drivers/pinctrl/mvebu/Kconfig | |
parent | ce3ed59dcddd6f4088018bf86f7630e079aa2bbd (diff) |
pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 380/385
The Marvell Armada 380/385 are new ARM SoCs from Marvell, part of the
mvebu family, but using a Cortex-A9 CPU core. In terms of pin-muxing,
it is similar to Armada 370 and XP for the register layout, only
different in the number of available pins and their
functions. Therefore, we simply use the existing
drivers/pinctrl/mvebu/ infrastructure, with no other changes that the
list of pins and corresponding functions.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'drivers/pinctrl/mvebu/Kconfig')
-rw-r--r-- | drivers/pinctrl/mvebu/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/mvebu/Kconfig b/drivers/pinctrl/mvebu/Kconfig index 30c45709f8b3..a22b0302922d 100644 --- a/drivers/pinctrl/mvebu/Kconfig +++ b/drivers/pinctrl/mvebu/Kconfig | |||
@@ -21,6 +21,10 @@ config PINCTRL_ARMADA_375 | |||
21 | bool | 21 | bool |
22 | select PINCTRL_MVEBU | 22 | select PINCTRL_MVEBU |
23 | 23 | ||
24 | config PINCTRL_ARMADA_38X | ||
25 | bool | ||
26 | select PINCTRL_MVEBU | ||
27 | |||
24 | config PINCTRL_ARMADA_XP | 28 | config PINCTRL_ARMADA_XP |
25 | bool | 29 | bool |
26 | select PINCTRL_MVEBU | 30 | select PINCTRL_MVEBU |