summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/bcm/Kconfig
diff options
context:
space:
mode:
authorMatheus Castello2018-05-01 02:42:13 +0200
committerLinus Walleij2018-05-16 14:00:00 +0200
commit0de704955ee44738e88b9cc08546ea10354037ed (patch)
treee4b1e63a70cc53f51470d2a7029cfcde198875da /drivers/pinctrl/bcm/Kconfig
parentpinctrl: sh-pfc: Add r8a77470 PFC support (diff)
downloadkernel-qcow2-linux-0de704955ee44738e88b9cc08546ea10354037ed.tar.gz
kernel-qcow2-linux-0de704955ee44738e88b9cc08546ea10354037ed.tar.xz
kernel-qcow2-linux-0de704955ee44738e88b9cc08546ea10354037ed.zip
pinctrl: bcm2835: Add support for generic pinctrl binding
To keep driver up to date we add generic pinctrl binding support, which covers the features used in this driver and has additional node properties that this SoC has compatibility, so enabling future implementations of these properties without the need to create new node properties in the device trees. The logic of this change maintain the old brcm legacy binding support in order to keep the ABI stable. Signed-off-by: Matheus Castello <matheus@castello.eng.br> Reviewed-by: Eric Anholt <eric@anholt.net> Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/bcm/Kconfig')
-rw-r--r--drivers/pinctrl/bcm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/bcm/Kconfig b/drivers/pinctrl/bcm/Kconfig
index e8c4e4f934a6..0f38d51f47c6 100644
--- a/drivers/pinctrl/bcm/Kconfig
+++ b/drivers/pinctrl/bcm/Kconfig
@@ -20,6 +20,7 @@ config PINCTRL_BCM2835
bool
select PINMUX
select PINCONF
+ select GENERIC_PINCONF
select GPIOLIB_IRQCHIP
config PINCTRL_IPROC_GPIO