aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 682de754d63f..4c545861e3f1 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -66,7 +66,7 @@ config DEBUG_GPIO
66 66
67config GPIO_SYSFS 67config GPIO_SYSFS
68 bool "/sys/class/gpio/... (sysfs interface)" 68 bool "/sys/class/gpio/... (sysfs interface)"
69 depends on SYSFS && EXPERIMENTAL 69 depends on SYSFS
70 help 70 help
71 Say Y here to add a sysfs interface for GPIOs. 71 Say Y here to add a sysfs interface for GPIOs.
72 72