From: Linus Walleij Date: Wed, 14 Apr 2021 08:53:11 +0000 (+0200) Subject: kernel: Disable GPIO_CDEV_V1 by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=67a84131554a61b4e1e5e137b94f5b833db3bf96;p=openwrt%2Fstaging%2Fynezz.git kernel: Disable GPIO_CDEV_V1 by default 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 --- diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index ef62b78483..43d412e3a5 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -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