diff options
| author | Daniel Golle | 2021-10-29 17:40:02 +0000 |
|---|---|---|
| committer | Daniel Golle | 2021-10-29 17:44:15 +0000 |
| commit | f5d071a508b3e3d218b8ed6f6f5a999384bb7f6d (patch) | |
| tree | 5ed0d377a33d03dade5e313d4118f35c82b90a14 | |
| parent | 1175e786f89a5fdb9f493d2f069d399f2db0bc58 (diff) | |
| download | openwrt-f5d071a508b3e3d218b8ed6f6f5a999384bb7f6d.tar.gz | |
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@makrotopia.org>
| -rw-r--r-- | target/linux/sunxi/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |