[openwrt/openwrt] sunxi: add missing CONFIG_VIDEO_SUN4I_CSI Kconfig symbol
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 29 06:22:02 PDT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/524c687e05fa5e30899b018a406e439c62565ae4
commit 524c687e05fa5e30899b018a406e439c62565ae4
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Oct 29 14:20:15 2021 +0100
sunxi: add missing CONFIG_VIDEO_SUN4I_CSI Kconfig symbol
Simply disable this for now, if anyone wants to use CSI feel free to
package it as a kernel module package.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/sunxi/config-5.10 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/sunxi/config-5.10 b/target/linux/sunxi/config-5.10
index fc6ae720b7..36878e520e 100644
--- a/target/linux/sunxi/config-5.10
+++ b/target/linux/sunxi/config-5.10
@@ -498,6 +498,7 @@ CONFIG_VFPv3=y
CONFIG_VHOST=y
CONFIG_VHOST_IOTLB=y
CONFIG_VHOST_NET=y
+# CONFIG_VIDEO_SUN4I_CSI is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
More information about the lede-commits
mailing list