kernel: Disable GPIO_CDEV_V1 by default
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 14 Apr 2021 08:53:11 +0000 (10:53 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Apr 2021 19:56:05 +0000 (21:56 +0200)
We do not enable GPIO_CDEV so do not enable CDEV_V1
either. As we rebuild the whole userspace and kernel
in OpenWRT it doesn't make any sense to support the
old ABI anyway: the new one should be used by default.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
target/linux/generic/config-5.10

index ef62b784838e9a365c5999709fd92682ca1a1ed5..43d412e3a5b6f907bd7dec7ecfaaf716982e05e4 100644 (file)
@@ -2026,6 +2026,7 @@ CONFIG_GPIOLIB_FASTPATH_LIMIT=512
 # CONFIG_GPIO_BT8XX is not set
 # CONFIG_GPIO_CADENCE is not set
 # CONFIG_GPIO_CDEV is not set
+# CONFIG_GPIO_CDEV_V1 is not set
 # CONFIG_GPIO_CS5535 is not set
 # CONFIG_GPIO_DWAPB is not set
 # CONFIG_GPIO_EM is not set