diff options
author | wigyori <wigyori@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-08 23:08:26 +0000 |
---|---|---|
committer | wigyori <wigyori@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-08 23:08:26 +0000 |
commit | 586b9dcb368b9e05217bd1cc997cb044745dc60c (patch) | |
tree | 46e450351ab0feeea6067f0664830c77886310a2 /target/linux | |
parent | db3a664cbf14c7fb0ed23b72f98d29c175b8565b (diff) |
imx23: add gpio_sysfs support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37207 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/imx23/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/imx23/config-default b/target/linux/imx23/config-default index 6b780554d4..d258c8886a 100644 --- a/target/linux/imx23/config-default +++ b/target/linux/imx23/config-default @@ -92,7 +92,9 @@ CONFIG_GENERIC_STRNLEN_USER=y CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_GENERIC=y +CONFIG_GPIO_GENERIC_PLATFORM=y CONFIG_GPIO_MXS=y +CONFIG_GPIO_SYSFS=y CONFIG_HARDIRQS_SW_RESEND=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y |