Skip to content

Commit 7673e4c

Browse files
linuswBartosz Golaszewski
authored andcommitted
Do not enable the v1 uAPI by default
It's been five years since we introduced the v2 uAPI and the major consumer libgpiod is at v2.2.3. Let's discourage the old ABI. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Kent Gibson <warthog618@gmail.com> Link: https://patch.msgid.link/20260314-no-y-uapi1-default-v2-1-578f09c91b8f@kernel.org Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
1 parent a25f48f commit 7673e4c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpio/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,13 @@ config GPIO_CDEV
9595

9696
config GPIO_CDEV_V1
9797
bool "Support GPIO ABI Version 1"
98-
default y
9998
depends on GPIO_CDEV
10099
help
101100
Say Y here to support version 1 of the GPIO CDEV ABI.
102101

103102
This ABI version is deprecated.
104103
Please use the latest ABI for new developments.
105104

106-
If unsure, say Y.
107-
108105
config GPIO_GENERIC
109106
depends on HAS_IOMEM # Only for IOMEM drivers
110107
tristate

0 commit comments

Comments
 (0)