arm: mvebu: use GPIO support now that a driver is available
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Gregory Clement <gregory.clement@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
3619ac02f1
commit
93a59cf3d3
|
@ -569,6 +569,7 @@ config ARCH_MVEBU
|
||||||
select COMMON_CLK
|
select COMMON_CLK
|
||||||
select PLAT_ORION
|
select PLAT_ORION
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
|
select ARCH_WANT_OPTIONAL_GPIOLIB
|
||||||
help
|
help
|
||||||
Support for the Marvell SoC Family with device tree support
|
Support for the Marvell SoC Family with device tree support
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
/* empty */
|
Loading…
Reference in New Issue