summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorRaphaël Poggi <poggi.raph@gmail.com>2014-09-02 13:07:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-04 11:25:04 +0200
commit71ff9bfebd7fe99c1720aa829e43fd9270a6b6f4 (patch)
treeaf6e504509e2edb7dda62aa6ecdcb69a0a958d70 /drivers/pinctrl/Kconfig
parente9194e62ec66ecb9c5236804c143d92bf5011148 (diff)
downloadbarebox-71ff9bfebd7fe99c1720aa829e43fd9270a6b6f4.tar.gz
barebox-71ff9bfebd7fe99c1720aa829e43fd9270a6b6f4.tar.xz
pinctrl: at91: add pinctrl driver
This driver is based on mach-at91/gpio.c and linux pinctrl driver. The driver contains the gpio and pinctrl parts (like in linux) because the two parts share some structures and logics. Signed-off-by: Raphaël Poggi <poggi.raph@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 83ba2b6416..398b931546 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -7,6 +7,12 @@ config PINCTRL
from the devicetree. Legacy drivers here may not need this core
support but instead provide their own SoC specific APIs
+config PINCTRL_AT91
+ select PINCTRL if OFDEVICE
+ bool
+ help
+ The pinmux controller found on AT91 SoCs.
+
config PINCTRL_IMX_IOMUX_V1
select PINCTRL if OFDEVICE
bool