target_linux_rockchip-6.x/patches-6.11/001-gpio-sysfs-build.patch
sbwml a793154b0b rockchip: init linux-6.11
Signed-off-by: sbwml <admin@cooluc.com>
2024-09-23 04:53:55 +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