fix-gpio-kconfig remove if EXPERT to allow normal build

Signed-off-by: schwar3kat <61094841+schwar3kat@users.noreply.github.com>
This commit is contained in:
schwar3kat 2022-04-03 00:20:50 +13:00 committed by orangepi-xunlong
parent 36ba657859
commit cdacabd872

View File

@ -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