diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-06-19 13:31:03 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-16 00:11:03 +0200 |
commit | 4c52bd5c61118a47166ed5857f17698ce520b5fd (patch) | |
tree | 0802f48fd141df6f688e4a02e039a332f596d61c /drivers/gpio/Kconfig | |
parent | gpio: altera: use of_mm_gpiochip_remove() to fix memory leak (diff) | |
download | linux-4c52bd5c61118a47166ed5857f17698ce520b5fd.tar.xz linux-4c52bd5c61118a47166ed5857f17698ce520b5fd.zip |
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>
Diffstat (limited to 'drivers/gpio/Kconfig')
-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 29c2340bffe9..4c9fa58c5643 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 |