diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-09-19 16:53:00 -0400 |
|---|---|---|
| committer | Jason Cooper <jason@lakedaemon.net> | 2012-09-22 10:51:38 -0400 |
| commit | 93a59cf3d345d84e2edf43ec37301d09c5003934 (patch) | |
| tree | e9eb4cfda0814af4cf66fa661cb67be4f884dec3 | |
| parent | 3619ac02f1f37c29db8694397c4457853efc861d (diff) | |
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>
| -rw-r--r-- | arch/arm/Kconfig | 1 | ||||
| -rw-r--r-- | arch/arm/mach-mvebu/include/mach/gpio.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4b307249dcb3..6eaf9478b7bd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -569,6 +569,7 @@ config ARCH_MVEBU | |||
| 569 | select COMMON_CLK | 569 | select COMMON_CLK |
| 570 | select PLAT_ORION | 570 | select PLAT_ORION |
| 571 | select PINCTRL | 571 | select PINCTRL |
| 572 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
| 572 | help | 573 | help |
| 573 | Support for the Marvell SoC Family with device tree support | 574 | Support for the Marvell SoC Family with device tree support |
| 574 | 575 | ||
diff --git a/arch/arm/mach-mvebu/include/mach/gpio.h b/arch/arm/mach-mvebu/include/mach/gpio.h new file mode 100644 index 000000000000..40a8c178f10d --- /dev/null +++ b/arch/arm/mach-mvebu/include/mach/gpio.h | |||
| @@ -0,0 +1 @@ | |||
| /* empty */ | |||
