diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-08-10 07:20:01 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-08-10 07:20:01 +0000 |
commit | a1968ed7f4941fbae55f53cfa2b11ed0e8a822bc (patch) | |
tree | d91d0f89a940c26e85fa904675d9f4b7329b5b5e /target/linux | |
parent | 93dad12eafdb1186419854928341f1d4a12eb503 (diff) | |
download | upstream-a1968ed7f4941fbae55f53cfa2b11ed0e8a822bc.tar.gz upstream-a1968ed7f4941fbae55f53cfa2b11ed0e8a822bc.tar.bz2 upstream-a1968ed7f4941fbae55f53cfa2b11ed0e8a822bc.zip |
enable gpio uesrspace interface via sysfs
SVN-Revision: 22571
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/omap35xx/gumstix/config-2.6.34 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/omap35xx/gumstix/config-2.6.34 b/target/linux/omap35xx/gumstix/config-2.6.34 index 4dd057af5a..a79aa803cf 100644 --- a/target/linux/omap35xx/gumstix/config-2.6.34 +++ b/target/linux/omap35xx/gumstix/config-2.6.34 @@ -86,6 +86,7 @@ CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_WORKQUEUE=y +CONFIG_DEBUG_GPIO=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_MUTEXES=y @@ -147,6 +148,7 @@ CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_GENERIC_GPIO=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y CONFIG_GPIO_TWL4030=y # CONFIG_HAMRADIO is not set CONFIG_HARDIRQS_SW_RESEND=y |