OSDN Git Service

gpio: mvebu: kill bogus dependency on GPIO_GENERIC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 19 Jun 2015 11:31:03 +0000 (20:31 +0900)
committerLinus 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

index 29c2340..4c9fa58 100644 (file)
@@ -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