summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2024-04-15 22:50:34 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2024-04-15 22:50:34 +0200
commit8c3dfdc46be7e61afe5f6aaca9860d4258d24e8a (patch)
tree9ac7d2206fa681b78ac6af359351e6fad44dd15d
parentd4742de1d702478e288721c4104aec735eaca72b (diff)
downloadopenwrt-8c3dfdc46be7e61afe5f6aaca9860d4258d24e8a.tar.gz
openwrt-8c3dfdc46be7e61afe5f6aaca9860d4258d24e8a.tar.bz2
openwrt-8c3dfdc46be7e61afe5f6aaca9860d4258d24e8a.zip
kernel: Add missing config option
Kernel 6.1.83 allows to select CONFIG_GPIO_VF610, deactivate it by default. This fixes compilation of the armsr/armv8 target. Fixes: 2ad898e091cb ("kernel: bump 6.1 to 6.1.83") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/generic/config-6.11
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index 7baa9b4a55..70e87665b7 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -2347,6 +2347,7 @@ CONFIG_GPIO_SYSFS=y
# CONFIG_GPIO_TPIC2810 is not set
# CONFIG_GPIO_TS4900 is not set
# CONFIG_GPIO_TS5500 is not set
+# CONFIG_GPIO_VF610 is not set
# CONFIG_GPIO_VIRTIO is not set
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_WATCHDOG is not set