projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4742de
)
kernel: Add missing config option
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 15 Apr 2024 20:50:34 +0000
(22:50 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 15 Apr 2024 20:50:34 +0000
(22:50 +0200)
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>
target/linux/generic/config-6.1
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-6.1
b/target/linux/generic/config-6.1
index 7baa9b4a55135d3c0e87216511fcd8daf4a01248..70e87665b79a866556d45259e64907e125e10b18 100644
(file)
--- 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