From 695dc2486de476c7d76792aa1b665337c511682c Mon Sep 17 00:00:00 2001 From: Greg Meiste Date: Wed, 7 Jul 2010 13:54:08 -0500 Subject: [PATCH] [ARM] tegra: stingray: Enable GPIO sysfs interface Turn on the defconfig flag to enable the GPIO sysfs interface. This change is needed by the factory for testing devices before they ship. Change-Id: I7665529bf5085d81d73a2ac77480179f8fab0856 Signed-off-by: Greg Meiste --- arch/arm/configs/stingray_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index 7d59ae32cc5b..e2140e15646f 100644 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -987,7 +987,7 @@ CONFIG_SPI_TEGRA=y CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_DEBUG_GPIO is not set -# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_SYSFS=y # # Memory mapped GPIO expanders: -- 2.34.1