diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-06-19 11:31:03 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-15 22:11:03 (GMT) |
commit | 4c52bd5c61118a47166ed5857f17698ce520b5fd (patch) | |
tree | 0802f48fd141df6f688e4a02e039a332f596d61c | |
parent | 41ec66c92299889ad30871aeede89b960f08a458 (diff) | |
download | linux-4c52bd5c61118a47166ed5857f17698ce520b5fd.tar.xz |
gpio: mvebu: kill bogus dependency on GPIO_GENERIC
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>
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 29c2340..4c9fa58 100644 --- 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 |