kernel: enable GPIO_CDEV_V1 by default gpio
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 9 Nov 2022 11:26:03 +0000 (13:26 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 9 Nov 2022 11:35:43 +0000 (13:35 +0200)
Enable the GPIO CDEV v1 ABI by default, as libgpiod does not support the
newer ABI.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
config/Config-kernel.in

index e389daa7f44d06d1624bc62204a71644e2e498b3..224bc55aba50b8a779ea30f47ab80a0d574b73b7 100644 (file)
@@ -1268,12 +1268,13 @@ config KERNEL_GPIO_CDEV
 config KERNEL_GPIO_CDEV_V1
        bool "GPIO character device ABI v1"
        depends on KERNEL_GPIO_CDEV
-       default n
+       default y
        help
          Say Y here to support version 1 of the GPIO CDEV ABI.
 
-         This ABI version is deprecated.
-         Please use the latest ABI for new developments.
+         Even though this ABI version is deprecated, libgpiod does not
+         support the new ABI. Enable the v1 ABI by default until libgpiod
+         implements support for the new ABI.
 
 config KERNEL_DEVMEM
        bool "/dev/mem virtual device support"