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