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 | 1bb8ad60509945794674b550102427c8c77a9d88 (patch) | |
tree | d72241f1dadf52851b4babd66c6a99d8b2080908 | |
parent | 6ba265a5738267fd1abb26ad78daccc63d54c0f3 (diff) | |
download | upstream-1bb8ad60509945794674b550102427c8c77a9d88.tar.gz upstream-1bb8ad60509945794674b550102427c8c77a9d88.tar.bz2 upstream-1bb8ad60509945794674b550102427c8c77a9d88.zip |
mpc85xx: enable GPIO sysfs interface
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35495
-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 |