浏览代码

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>
Masahiro Yamada 10 年之前
父节点
当前提交
4c52bd5c61
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/gpio/Kconfig

+ 0 - 1
drivers/gpio/Kconfig

@@ -307,7 +307,6 @@ config GPIO_MVEBU
 	def_bool y
 	def_bool y
 	depends on PLAT_ORION
 	depends on PLAT_ORION
 	depends on OF
 	depends on OF
-	select GPIO_GENERIC
 	select GENERIC_IRQ_CHIP
 	select GENERIC_IRQ_CHIP
 
 
 config GPIO_MXC
 config GPIO_MXC