diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-02-18 10:45:20 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-12 07:28:14 -0400 |
commit | 7c3e48b5a4b46a0cdb12c824caa66d1a68c3def5 (patch) | |
tree | 3a14de5efd10aa616ba342199a5d1349b10e72af | |
parent | e72f745c4631ce4175b1764a861b12f67fcf60ad (diff) |
ARM: imx_v4_v5_defconfig: Add CONFIG_GPIO_SYSFS
Add CONFIG_GPIO_SYSFS as it is helpful for accessing GPIO from userspace.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/configs/imx_v4_v5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index 02c657af4005..f07a847b00c9 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig | |||
@@ -109,6 +109,7 @@ CONFIG_I2C_IMX=y | |||
109 | CONFIG_SPI=y | 109 | CONFIG_SPI=y |
110 | CONFIG_SPI_IMX=y | 110 | CONFIG_SPI_IMX=y |
111 | CONFIG_SPI_SPIDEV=y | 111 | CONFIG_SPI_SPIDEV=y |
112 | CONFIG_GPIO_SYSFS=y | ||
112 | CONFIG_W1=y | 113 | CONFIG_W1=y |
113 | CONFIG_W1_MASTER_MXC=y | 114 | CONFIG_W1_MASTER_MXC=y |
114 | CONFIG_W1_SLAVE_THERM=y | 115 | CONFIG_W1_SLAVE_THERM=y |