diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2013-07-08 23:08:26 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2013-07-08 23:08:26 +0000 |
commit | 7d4c120557e81965819e954e2f152f86e0328af6 (patch) | |
tree | 86d550ef89a74131bf3afe123454ab2474d55cc2 | |
parent | 9004e560fe786267d8df36fd32d9473819d9e3f4 (diff) | |
download | upstream-7d4c120557e81965819e954e2f152f86e0328af6.tar.gz upstream-7d4c120557e81965819e954e2f152f86e0328af6.tar.bz2 upstream-7d4c120557e81965819e954e2f152f86e0328af6.zip |
imx23: add gpio_sysfs support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 37207
-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 |