14 lines
452 B
Diff
14 lines
452 B
Diff
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
|
|
index 0642f5791..830bc9a8e 100644
|
|
--- a/drivers/gpio/Kconfig
|
|
+++ b/drivers/gpio/Kconfig
|
|
@@ -59,7 +59,7 @@ config DEBUG_GPIO
|
|
that are most common when setting up new platforms or boards.
|
|
|
|
config GPIO_SYSFS
|
|
- bool "/sys/class/gpio/... (sysfs interface)" if EXPERT
|
|
+ bool "/sys/class/gpio/... (sysfs interface)"
|
|
depends on SYSFS
|
|
select GPIO_CDEV # We need to encourage the new ABI
|
|
help
|