projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdcfdfa
)
unicore: do away with ARCH_REQUIRE_GPIOLIB
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 19 Apr 2016 11:27:28 +0000
(13:27 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 8 Jun 2016 07:55:46 +0000
(09:55 +0200)
Replace "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB"
as this can now be selected directly.
Cc: Michael Büsch <m@bues.ch>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/unicore32/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/unicore32/Kconfig
b/arch/unicore32/Kconfig
index e5602ee9c6101119990f4a84b367924b6afdf1d9..0769066929c636ecbaa78a9b9a0455aaa7f3abef 100644
(file)
--- a/
arch/unicore32/Kconfig
+++ b/
arch/unicore32/Kconfig
@@
-80,7
+80,7
@@
config ARCH_PUV3
select CPU_UCV2
select GENERIC_CLOCKEVENTS
select HAVE_CLK
- select
ARCH_REQUIRE_
GPIOLIB
+ select GPIOLIB
# CONFIGs for ARCH_PUV3