arm: mvebu: use GPIO support now that a driver is available
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 19 Sep 2012 20:53:00 +0000 (22:53 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Sep 2012 14:51:38 +0000 (14:51 +0000)
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>
arch/arm/Kconfig
arch/arm/mach-mvebu/include/mach/gpio.h [new file with mode: 0644]

index 4b30724..6eaf947 100644 (file)
@@ -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
 
diff --git a/arch/arm/mach-mvebu/include/mach/gpio.h b/arch/arm/mach-mvebu/include/mach/gpio.h
new file mode 100644 (file)
index 0000000..40a8c17
--- /dev/null
@@ -0,0 +1 @@
+/* empty */