From: Masahiro Yamada Date: Fri, 19 Jun 2015 11:31:02 +0000 (+0900) Subject: gpio: altera: kill bogus dependency on GPIO_GENERIC X-Git-Tag: v4.13~4582^2~55 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d58ec58f40dc188fbb08edaa8c17840f71fe8a0e;p=mirror_ubuntu-bionic-kernel.git gpio: altera: kill bogus dependency on GPIO_GENERIC The driver gpio-altera.c does not depend on gpio-generic.c at all. Drop unneeded "select GPIO_GENERIC". Signed-off-by: Masahiro Yamada Acked-by: Tien Hock Loh Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 8f1fe739c985..29c2340bffe9 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -113,7 +113,6 @@ config GPIO_74XX_MMIO config GPIO_ALTERA tristate "Altera GPIO" depends on OF_GPIO - select GPIO_GENERIC select GPIOLIB_IRQCHIP help Say Y or M here to build support for the Altera PIO device.