diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-09-04 13:36:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-09-04 13:36:03 +0000 |
commit | 09a0c731690911d8218254f59636d8b13883aca0 (patch) | |
tree | a3f2205dd6543be47a8961e2c28a6f57e6df878b /target | |
parent | c6f0aadc2b41999dedc0b2bfdd1c95bc185cba0a (diff) | |
download | upstream-09a0c731690911d8218254f59636d8b13883aca0.tar.gz upstream-09a0c731690911d8218254f59636d8b13883aca0.tar.bz2 upstream-09a0c731690911d8218254f59636d8b13883aca0.zip |
enable gpio sysfs support
SVN-Revision: 12527
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/config-2.6.26 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.26 b/target/linux/ar71xx/config-2.6.26 index 776dddf316..a7144684d1 100644 --- a/target/linux/ar71xx/config-2.6.26 +++ b/target/linux/ar71xx/config-2.6.26 @@ -67,6 +67,7 @@ CONFIG_GENERIC_FIND_NEXT_BIT=y CONFIG_GENERIC_GPIO=y # CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ is not set # CONFIG_GPIO_MCP23S08 is not set +CONFIG_GPIO_SYSFS=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y |