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 | 44ac6f803803df838c0ce3ebea048011a7bebe92 (patch) | |
tree | 7bc1ae4cbb4d7736d65508a566a7ee960731c1f3 /target/linux | |
parent | 7fe2ab8c6a9c7b89c19faf16144c3f8d04693b5e (diff) | |
download | upstream-44ac6f803803df838c0ce3ebea048011a7bebe92.tar.gz upstream-44ac6f803803df838c0ce3ebea048011a7bebe92.tar.bz2 upstream-44ac6f803803df838c0ce3ebea048011a7bebe92.zip |
[ar71xx] enable gpio sysfs support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12527 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |