diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-04-05 18:18:04 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-04-24 12:31:36 +0300 |
commit | 87466ccd9401c4ac3971c437b7f634444fa7ace2 (patch) | |
tree | 43f68f040efb6cc3c93dc1e186aa1a4b6e9a3605 /drivers/pinctrl/mvebu/Kconfig | |
parent | f13980e4083854aa0cebd502a413857e7b302075 (diff) | |
download | linux-87466ccd9401c4ac3971c437b7f634444fa7ace2.tar.xz |
pinctrl: armada-37xx: Add pin controller support for Armada 37xx
The Armada 37xx SoC come with 2 pin controllers: one on the south
bridge (managing 28 pins) and one on the north bridge (managing 36 pins).
At the hardware level the controller configure the pins by group and not
pin by pin. This constraint is reflected in the design of the driver:
only the group related functions are implemented.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/mvebu/Kconfig')
-rw-r--r-- | drivers/pinctrl/mvebu/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pinctrl/mvebu/Kconfig b/drivers/pinctrl/mvebu/Kconfig index 170602407c0d..5bade32d3089 100644 --- a/drivers/pinctrl/mvebu/Kconfig +++ b/drivers/pinctrl/mvebu/Kconfig @@ -39,3 +39,10 @@ config PINCTRL_ORION select PINCTRL_MVEBU endif + +config PINCTRL_ARMADA_37XX + bool + select GENERIC_PINCONF + select MFD_SYSCON + select PINCONF + select PINMUX |