diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-12 06:54:05 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-12 06:54:05 +0000 |
commit | 7c9ad56d21ad4abb3b4f0db5b8ee067b18857581 (patch) | |
tree | 0d85e2d872461e389aabb6bca0797beeac6b7ebb /target/linux/atheros/config-3.14 | |
parent | d2575bd49398e3b30bcb6d3b31be27801d4a558c (diff) | |
download | master-187ad058-7c9ad56d21ad4abb3b4f0db5b8ee067b18857581.tar.gz master-187ad058-7c9ad56d21ad4abb3b4f0db5b8ee067b18857581.tar.bz2 master-187ad058-7c9ad56d21ad4abb3b4f0db5b8ee067b18857581.zip |
atheros: convert AR5312 GPIO code to platform driver
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42511 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/config-3.14')
-rw-r--r-- | target/linux/atheros/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/atheros/config-3.14 b/target/linux/atheros/config-3.14 index 3f7c76ac25..5d1041a440 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_AR5312=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_SYSFS=y # CONFIG_HAMRADIO is not set |