aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/berlin/Kconfig
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2014-05-19 19:36:30 +0200
committerLinus Walleij <linus.walleij@linaro.org>2014-05-23 00:05:30 +0200
commit626eea8706b2cf88588d1c8ec2d95edcf126667d (patch)
tree28b2784408129ae3b9a4e6de1894cf0c21d7a100 /drivers/pinctrl/berlin/Kconfig
parentpinctrl: berlin: add the core pinctrl driver for Marvell Berlin SoCs (diff)
downloadlinux-dev-626eea8706b2cf88588d1c8ec2d95edcf126667d.tar.xz
linux-dev-626eea8706b2cf88588d1c8ec2d95edcf126667d.zip
pinctrl: berlin: add the BG2Q pinctrl driver
Add the pin-controller driver for the Berlin BG2Q SoC, with definition of its groups and functions. Pin control registers are part of chip/ system control registers, which will be represented by a single node. Until a proper driver for the chip/system control is available, register the corresponding regmap in pinctrl driver probe. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/berlin/Kconfig')
-rw-r--r--drivers/pinctrl/berlin/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pinctrl/berlin/Kconfig b/drivers/pinctrl/berlin/Kconfig
index d81c1bb13697..3579244931e9 100644
--- a/drivers/pinctrl/berlin/Kconfig
+++ b/drivers/pinctrl/berlin/Kconfig
@@ -5,4 +5,8 @@ config PINCTRL_BERLIN
select PINMUX
select REGMAP_MMIO
+config PINCTRL_BERLIN_BG2Q
+ bool
+ select PINCTRL_BERLIN
+
endif