diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2021-04-14 10:53:11 +0200 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-17 21:56:05 +0200 |
| commit | 67a84131554a61b4e1e5e137b94f5b833db3bf96 (patch) | |
| tree | 0ed3714fd4563130413b6611b666f1b08e7e1b56 /target/linux/generic | |
| parent | 74b51b5a06dfff70fff94636eb6916de522dab05 (diff) | |
| download | upstream-67a84131554a61b4e1e5e137b94f5b833db3bf96.tar.gz upstream-67a84131554a61b4e1e5e137b94f5b833db3bf96.tar.bz2 upstream-67a84131554a61b4e1e5e137b94f5b833db3bf96.zip | |
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@linaro.org>
Diffstat (limited to 'target/linux/generic')
| -rw-r--r-- | target/linux/generic/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index ef62b784838..43d412e3a5b 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 |
