target_linux_rockchip-6.x/patches-6.6/001-gpio-sysfs-build.patch
sbwml 9a0e9f17d5 rockchip: switch linux-6.6
Signed-off-by: sbwml <admin@cooluc.com>
2023-12-30 13:13:36 +08:00

12 lines
361 B
Diff

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