diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-05 07:48:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-05 07:48:02 +0000 |
commit | 81da03e0d1b6a4b8301178bba0e62ae2ba75eb91 (patch) | |
tree | c354314fcde809f8a1b0e12e6f09ab7c38bf09fd /target/linux/mpc85xx | |
parent | b0d43618c9414d2602b277dfaa49975c8f16b28c (diff) | |
download | upstream-81da03e0d1b6a4b8301178bba0e62ae2ba75eb91.tar.gz upstream-81da03e0d1b6a4b8301178bba0e62ae2ba75eb91.tar.bz2 upstream-81da03e0d1b6a4b8301178bba0e62ae2ba75eb91.zip |
mpc85xx: enable GPIO sysfs interface
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35495 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/config-3.7 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/config-3.7 b/target/linux/mpc85xx/config-3.7 index 075854da91..184fca030a 100644 --- a/target/linux/mpc85xx/config-3.7 +++ b/target/linux/mpc85xx/config-3.7 @@ -69,6 +69,7 @@ CONFIG_GEN_RTC=y CONFIG_GIANFAR=y CONFIG_GPIOLIB=y CONFIG_GPIO_MPC8XXX=y +CONFIG_GPIO_SYSFS=y # CONFIG_HAMRADIO is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y |