target_linux_rockchip-6.x/patches-6.12/001-gpio-sysfs-build.patch
sbwml 889a7c4e57 rockchip: init linux-6.12
Signed-off-by: sbwml <admin@cooluc.com>
2024-09-30 19:01:16 +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