From: Masahiro Yamada Date: Fri, 19 Jun 2015 11:31:03 +0000 (+0900) Subject: gpio: mvebu: kill bogus dependency on GPIO_GENERIC X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4c52bd5c61118a47166ed5857f17698ce520b5fd;p=linux-beck.git 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 Acked-by: Gregory CLEMENT Signed-off-by: Linus Walleij --- 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