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:
da9a1c6
)
blackfin: do away with ARCH_REQUIRE_GPIOLIB
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 19 Apr 2016 09:12:36 +0000
(11:12 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 8 Aug 2016 07:50:00 +0000
(09:50 +0200)
Replace "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB"
as this can now be selected directly.
Cc: Michael Büsch <m@bues.ch>
Cc: Steven Miao <realmz6@gmail.com>
Cc: adi-buildroot-devel@lists.sourceforge.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/blackfin/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/Kconfig
b/arch/blackfin/Kconfig
index 28c63fea786d38b1e6f671296e908f784eb18a59..3c1bd640042a0dc9f0c0866c8c93c7346cf1171a 100644
(file)
--- a/
arch/blackfin/Kconfig
+++ b/
arch/blackfin/Kconfig
@@
-26,7
+26,7
@@
config BLACKFIN
select HAVE_OPROFILE
select HAVE_PERF_EVENTS
select ARCH_HAVE_CUSTOM_GPIO_H
- select
ARCH_REQUIRE_
GPIOLIB
+ select GPIOLIB
select HAVE_UID16
select HAVE_UNDERSCORE_SYMBOL_PREFIX
select VIRT_TO_BUS
This page took
0.025003 seconds
and
5
git commands to generate.