Skip to content
Snippets Groups Projects
Commit 1a1c9cce authored by Dmitry Petrov's avatar Dmitry Petrov
Browse files

gpio: Kconfig: make GPIO_SYSFS config always visible

To reduce boot time, we have disabled CONFIG_EXPERT and CONFIG_DEBUG_KERNEL
in seco-mx6 defconfig.

However, for backward compatibility, we need to leave CONFIG_GPIO_SYSFS
enabled. For this, the config should be visible even when expert mode is
disabled.
parent 7eca3a36
No related branches found
No related tags found
1 merge request!277gpio: Kconfig: make GPIO_SYSFS config always visible
Pipeline #103327 passed with stage
in 55 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment