From 552fa213dd7938a00d429f085f4e8390876acb91 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 12 Sep 2014 06:54:10 +0000 Subject: atheros: convert AR2315 GPIO code to platform driver Convert gpiolib realization to platform driver and move to the appropriate subdirectory. Misc GPIO interrupt acknowledgement placed to the MISC IRQ handler since in fact we can detect only one GPIO state change. Signed-off-by: Sergey Ryazanov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42512 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/config-3.14 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/atheros/config-3.14') diff --git a/target/linux/atheros/config-3.14 b/target/linux/atheros/config-3.14 index 5d1041a440..8c6e68d08e 100644 --- a/target/linux/atheros/config-3.14 +++ b/target/linux/atheros/config-3.14 @@ -44,6 +44,7 @@ CONFIG_GENERIC_NET_UTILS=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GPIOLIB=y +CONFIG_GPIO_AR2315=y CONFIG_GPIO_AR5312=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_SYSFS=y -- cgit v1.2.3