Skip to content

Commit

Permalink
arm: mvebu: use GPIO support now that a driver is available
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Petazzoni authored and Jason Cooper committed Sep 22, 2012
1 parent 3619ac0 commit 93a59cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-mvebu/include/mach/gpio.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* empty */

0 comments on commit 93a59cf

Please sign in to comment.