diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-09-11 15:04:20 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-09-11 15:04:20 +0000 |
commit | 95c141aaac734343c81dc835af978c02e6b35926 (patch) | |
tree | 88b3446b814c7522226d8bbc2b5d8a4d651f16f4 /target/linux | |
parent | 4ee5b528defa065df78e0fd0ed5c8de1a11c3047 (diff) | |
download | upstream-95c141aaac734343c81dc835af978c02e6b35926.tar.gz upstream-95c141aaac734343c81dc835af978c02e6b35926.tar.bz2 upstream-95c141aaac734343c81dc835af978c02e6b35926.zip |
add gpio sysfs entries
This fixes #10256
SVN-Revision: 33369
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/config-3.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-3.3 b/target/linux/brcm47xx/config-3.3 index e207cf1743..61fd745b4d 100644 --- a/target/linux/brcm47xx/config-3.3 +++ b/target/linux/brcm47xx/config-3.3 @@ -54,6 +54,7 @@ CONFIG_GENERIC_IRQ_SHOW=y CONFIG_GENERIC_PCI_IOMAP=y # CONFIG_GENERIC_PWM is not set CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y |