From 866010fb7ea03b73a0528b99298254c43ac12888 Mon Sep 17 00:00:00 2001 From: Kamlakant Patel Date: Mon, 1 Dec 2014 17:39:37 +0530 Subject: gpio: ge: convert to use basic mmio gpio library This patch converts GE GPIO driver to use basic_mmio_gpio generic library. Signed-off-by: Kamlakant Patel Acked-by: Martyn Welch Signed-off-by: Linus Walleij --- drivers/gpio/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpio/Kconfig') diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d24492c59bf9..8dcd0bd5b0fa 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -459,6 +459,7 @@ config GPIO_VX855 config GPIO_GE_FPGA bool "GE FPGA based GPIO" depends on GE_FPGA + select GPIO_GENERIC help Support for common GPIO functionality provided on some GE Single Board Computers. -- cgit v1.2.3