diff options
author | Jonas Bonn <jonas@southpole.se> | 2013-02-28 00:55:22 -0500 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2013-03-13 01:11:04 -0400 |
commit | d4cb776f33c7343e805dc3d6dd71a80eff9f66f1 (patch) | |
tree | 39515650c3bf1cbe816fbfb74a42d8349ee60499 /arch/openrisc | |
parent | 6c23cbbd5056b155401b0a2b5567d530e6c750c4 (diff) |
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 <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 9862d20c4bd5..804051a9c6f5 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig | |||
@@ -9,7 +9,7 @@ config OPENRISC | |||
9 | select OF_EARLY_FLATTREE | 9 | select OF_EARLY_FLATTREE |
10 | select IRQ_DOMAIN | 10 | select IRQ_DOMAIN |
11 | select HAVE_MEMBLOCK | 11 | select HAVE_MEMBLOCK |
12 | select ARCH_WANT_OPTIONAL_GPIOLIB | 12 | select ARCH_REQUIRE_GPIOLIB |
13 | select HAVE_ARCH_TRACEHOOK | 13 | select HAVE_ARCH_TRACEHOOK |
14 | select HAVE_GENERIC_HARDIRQS | 14 | select HAVE_GENERIC_HARDIRQS |
15 | select VIRT_TO_BUS | 15 | select VIRT_TO_BUS |