diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-20 07:27:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-20 07:27:55 +0000 |
commit | 446ac20b861ee1cc23b300c15b261c75e838a89f (patch) | |
tree | e7d4782efc020dfab88ba0dd7b23c32c97e9e1a5 /target/linux/ppc40x/config-default | |
parent | 232b3c6820593d4f7e43d2a3e9fa1c78e103d4ba (diff) | |
download | upstream-446ac20b861ee1cc23b300c15b261c75e838a89f.tar.gz upstream-446ac20b861ee1cc23b300c15b261c75e838a89f.tar.bz2 upstream-446ac20b861ee1cc23b300c15b261c75e838a89f.zip |
[ppc40x] enable GPIO sysfs interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16927 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/config-default')
-rw-r--r-- | target/linux/ppc40x/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default index d64d7838fb..9a5029a5d3 100644 --- a/target/linux/ppc40x/config-default +++ b/target/linux/ppc40x/config-default @@ -54,6 +54,7 @@ CONFIG_GENERIC_NVRAM=y CONFIG_GENERIC_TIME_VSYSCALL=y # CONFIG_GEN_RTC is not set CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y |