projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ede3d
)
openrisc: do away with ARCH_REQUIRE_GPIOLIB
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 19 Apr 2016 11:15:43 +0000
(13:15 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 8 Jun 2016 07:54:19 +0000
(09:54 +0200)
Replace "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB"
as this can now be selected directly.
Cc: Michael Büsch <m@bues.ch>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: linux@lists.openrisc.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/openrisc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/openrisc/Kconfig
b/arch/openrisc/Kconfig
index 142cb057c41bd3218cb4a3634335452e161f172c..489e7f9092862434c3b89d5a89bd0eaea91405f2 100644
(file)
--- a/
arch/openrisc/Kconfig
+++ b/
arch/openrisc/Kconfig
@@
-10,7
+10,7
@@
config OPENRISC
select IRQ_DOMAIN
select HANDLE_DOMAIN_IRQ
select HAVE_MEMBLOCK
- select
ARCH_REQUIRE_
GPIOLIB
+ select GPIOLIB
select HAVE_ARCH_TRACEHOOK
select GENERIC_IRQ_CHIP
select GENERIC_IRQ_PROBE
This page took
0.026298 seconds
and
5
git commands to generate.