From fc971a0a89c026c300f545880ac161551e166c71 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 19 Sep 2012 22:53:00 +0200 Subject: [PATCH] --- yaml --- r: 331382 b: refs/heads/master c: 93a59cf3d345d84e2edf43ec37301d09c5003934 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/Kconfig | 1 + trunk/arch/arm/mach-mvebu/include/mach/gpio.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/arm/mach-mvebu/include/mach/gpio.h diff --git a/[refs] b/[refs] index 4ab6eeac0138..2c29b406cb1c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3619ac02f1f37c29db8694397c4457853efc861d +refs/heads/master: 93a59cf3d345d84e2edf43ec37301d09c5003934 diff --git a/trunk/arch/arm/Kconfig b/trunk/arch/arm/Kconfig index 4b307249dcb3..6eaf9478b7bd 100644 --- a/trunk/arch/arm/Kconfig +++ b/trunk/arch/arm/Kconfig @@ -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/trunk/arch/arm/mach-mvebu/include/mach/gpio.h b/trunk/arch/arm/mach-mvebu/include/mach/gpio.h new file mode 100644 index 000000000000..40a8c178f10d --- /dev/null +++ b/trunk/arch/arm/mach-mvebu/include/mach/gpio.h @@ -0,0 +1 @@ +/* empty */