summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-09-26 11:35:25 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-14 15:26:28 +0200
commit3042dd2d4237dc3fc82fa160be2dd0df5d7a7a1a (patch)
tree85deb7b37f7b780b9c3f44e87d9429c8fac0b0d2 /arch/arm/Kconfig
parent621032149f2b668b4303a907f931af80c644ffd2 (diff)
downloadbarebox-3042dd2d4237dc3fc82fa160be2dd0df5d7a7a1a.tar.gz
barebox-3042dd2d4237dc3fc82fa160be2dd0df5d7a7a1a.tar.xz
pinctrl: add gpio and pinctrl driver for sama5d2 PIO4
The sama5d2 features a GPIO and pin controller different than the one we support in barebox. The device tree bindings are different as well, so it makes sense to have a separate driver for it. Add the pin control and GPIO driver as well as some helpers usable from PBL, should we want to do pinmuxing that early. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b227bb78b6..e5ab57a5f1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -48,7 +48,6 @@ config ARCH_AT91
select CLKDEV_LOOKUP
select HAS_DEBUG_LL
select HAVE_CLK
- select PINCTRL_AT91
select COMMON_CLK_AT91 if COMMON_CLK_OF_PROVIDER