[openwrt/openwrt] sunxi: deselect CONFIG_VIDEO_SUN6I_CSI by default
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 29 10:44:31 PDT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f5d071a508b3e3d218b8ed6f6f5a999384bb7f6d
commit f5d071a508b3e3d218b8ed6f6f5a999384bb7f6d
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Oct 29 18:40:02 2021 +0100
sunxi: deselect CONFIG_VIDEO_SUN6I_CSI by default
Deselect CONFIG_VIDEO_SUN6I_CSI Kconfig symbol for now. If anyone wants
to use CSI (camera interface) they should package the kernel module.
After this change, sunxi targets build again.
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 47d8ed0630..3f6f849e81 100644
--- a/target/linux/sunxi/config-5.10
+++ b/target/linux/sunxi/config-5.10
@@ -501,6 +501,7 @@ CONFIG_VHOST=y
CONFIG_VHOST_IOTLB=y
CONFIG_VHOST_NET=y
# CONFIG_VIDEO_SUN4I_CSI is not set
+# CONFIG_VIDEO_SUN6I_CSI is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
More information about the lede-commits
mailing list