projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ec66c
)
gpio: mvebu: kill bogus dependency on GPIO_GENERIC
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 19 Jun 2015 11:31:03 +0000
(20:31 +0900)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 15 Jul 2015 22:11:03 +0000
(
00:11
+0200)
The driver gpio-mvebu.c does not depend on gpio-generic.c at all.
Drop unneeded "select GPIO_GENERIC".
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index 29c2340bffe93f489e4165411fd50597ef75cc41..4c9fa58c56434418e3ddcfbcc9db86a27a0ce87a 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-307,7
+307,6
@@
config GPIO_MVEBU
def_bool y
depends on PLAT_ORION
depends on OF
- select GPIO_GENERIC
select GENERIC_IRQ_CHIP
config GPIO_MXC