From: Gabor Juhos Date: Mon, 20 Jul 2009 07:27:55 +0000 (+0000) Subject: [ppc40x] enable GPIO sysfs interface X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f582fb480d48feb6f9f78e85df0674b8600879af;p=openwrt%2Fsvn-archive%2Farchive.git [ppc40x] enable GPIO sysfs interface SVN-Revision: 16927 --- diff --git a/target/linux/ppc40x/config-2.6.30 b/target/linux/ppc40x/config-2.6.30 index 62f69fc054..9e1c5a0435 100644 --- a/target/linux/ppc40x/config-2.6.30 +++ b/target/linux/ppc40x/config-2.6.30 @@ -62,6 +62,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 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