diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-09 11:38:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-09 11:38:40 +0000 |
commit | d4876692c12e6240a3dca3fc900f8082c9fe5c5a (patch) | |
tree | 9a919c5ea512abc81b536dbc3c10f28423aefe18 /target/linux | |
parent | d1eed108bb500343f8c018e6e56ca2f294bd3a69 (diff) | |
download | upstream-d4876692c12e6240a3dca3fc900f8082c9fe5c5a.tar.gz upstream-d4876692c12e6240a3dca3fc900f8082c9fe5c5a.tar.bz2 upstream-d4876692c12e6240a3dca3fc900f8082c9fe5c5a.zip |
kirkwood: enable GPIO sysfs interface
SVN-Revision: 31667
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/kirkwood/config-3.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/config-3.3 b/target/linux/kirkwood/config-3.3 index 3d29548d62..2727456abc 100644 --- a/target/linux/kirkwood/config-3.3 +++ b/target/linux/kirkwood/config-3.3 @@ -57,6 +57,7 @@ CONFIG_GENERIC_IRQ_CHIP=y CONFIG_GENERIC_IRQ_SHOW=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y # CONFIG_HAMRADIO is not set CONFIG_HARDIRQS_SW_RESEND=y CONFIG_HAS_DMA=y |