From: Jonas Bonn Date: Thu, 28 Feb 2013 05:55:22 +0000 (+0100) Subject: openrisc: require gpiolib X-Git-Tag: v3.9-rc3~5^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d4cb776f33c7343e805dc3d6dd71a80eff9f66f1;p=~emulex%2Finfiniband.git openrisc: require gpiolib The recent move to GPIO descriptors breaks the OpenRISC build. Requiring gpiolib resolves this; using gpiolib exclusively is also the recommended way forward for all arches by the developers working on these GPIO changes. The non-gpiolib implementation for OpenRISC never worked anyway... Signed-off-by: Jonas Bonn --- diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 9862d20c4bd..804051a9c6f 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -9,7 +9,7 @@ config OPENRISC select OF_EARLY_FLATTREE select IRQ_DOMAIN select HAVE_MEMBLOCK - select ARCH_WANT_OPTIONAL_GPIOLIB + select ARCH_REQUIRE_GPIOLIB select HAVE_ARCH_TRACEHOOK select HAVE_GENERIC_HARDIRQS select VIRT_TO_BUS