[openwrt/openwrt] kernel: Disable GPIO_CDEV_V1 by default

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 17 22:14:55 BST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/67a84131554a61b4e1e5e137b94f5b833db3bf96

commit 67a84131554a61b4e1e5e137b94f5b833db3bf96
Author: Linus Walleij <linus.walleij at linaro.org>
AuthorDate: Wed Apr 14 10:53:11 2021 +0200

    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 <linus.walleij at linaro.org>
---
 target/linux/generic/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

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



More information about the lede-commits mailing list