diff options
author | John Crispin <john@openwrt.org> | 2014-09-12 06:54:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-12 06:54:10 +0000 |
commit | cb5902d6034413c3f82197e2d3a75d16e739aa12 (patch) | |
tree | 49e54876777495792c9ae3884899ae2a7ada31ea /target/linux/atheros/config-3.14 | |
parent | a8799105d77032d2e448bd0d05486a3dc3cee24a (diff) | |
download | upstream-cb5902d6034413c3f82197e2d3a75d16e739aa12.tar.gz upstream-cb5902d6034413c3f82197e2d3a75d16e739aa12.tar.bz2 upstream-cb5902d6034413c3f82197e2d3a75d16e739aa12.zip |
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 <ryazanov.s.a@gmail.com>
SVN-Revision: 42512
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 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 |