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:
80d2bf5
)
gpio: altera: kill bogus dependency on GPIO_GENERIC
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 19 Jun 2015 11:31:02 +0000
(20:31 +0900)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 15 Jul 2015 22:11:02 +0000
(
00:11
+0200)
The driver gpio-altera.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: Tien Hock Loh <thloh@altera.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 8f1fe739c985ef555d35372e292d74b31e99118a..29c2340bffe93f489e4165411fd50597ef75cc41 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-113,7
+113,6
@@
config GPIO_74XX_MMIO
config GPIO_ALTERA
tristate "Altera GPIO"
depends on OF_GPIO
- select GPIO_GENERIC
select GPIOLIB_IRQCHIP
help
Say Y or M here to build support for the Altera PIO device.