mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
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
2 changed files with 2 additions and 0 deletions
|
@ -569,6 +569,7 @@ config ARCH_MVEBU
|
|||
select COMMON_CLK
|
||||
select PLAT_ORION
|
||||
select PINCTRL
|
||||
select ARCH_WANT_OPTIONAL_GPIOLIB
|
||||
help
|
||||
Support for the Marvell SoC Family with device tree support
|
||||
|
||||
|
|
1
arch/arm/mach-mvebu/include/mach/gpio.h
Normal file
1
arch/arm/mach-mvebu/include/mach/gpio.h
Normal file
|
@ -0,0 +1 @@
|
|||
/* empty */
|
Loading…
Reference in a new issue