diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-22 06:15:45 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2014-09-22 06:15:45 +0000 |
commit | 84f61f28e7875aaf0d22d73180c3e1a5819e6f29 (patch) | |
tree | 1561b47f33e7004923938df0c3b6b43d3f9b15f7 /target | |
parent | 829584f1a60434857eb5017bed9879178b11bada (diff) | |
download | upstream-84f61f28e7875aaf0d22d73180c3e1a5819e6f29.tar.gz upstream-84f61f28e7875aaf0d22d73180c3e1a5819e6f29.tar.bz2 upstream-84f61f28e7875aaf0d22d73180c3e1a5819e6f29.zip |
sunxi: enable GPIO_SYSFS
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42643 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/sunxi/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/config-3.14 b/target/linux/sunxi/config-3.14 index d010306977..5c9c09f238 100644 --- a/target/linux/sunxi/config-3.14 +++ b/target/linux/sunxi/config-3.14 @@ -169,6 +169,7 @@ CONFIG_GENERIC_STRNCPY_FROM_USER=y CONFIG_GENERIC_STRNLEN_USER=y CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y +CONFIG_GPIO_SYSFS=y # CONFIG_HAMRADIO is not set CONFIG_HARDIRQS_SW_RESEND=y CONFIG_HAS_DMA=y |