diff options
| author | Daniel Golle | 2021-10-29 13:20:15 +0000 |
|---|---|---|
| committer | Daniel Golle | 2021-10-29 13:21:27 +0000 |
| commit | 524c687e05fa5e30899b018a406e439c62565ae4 (patch) | |
| tree | 25419040ae89a76a239889688e26055d438312ca | |
| parent | 19c52772069441d051f64a685d928dd81c3b69ce (diff) | |
| download | openwrt-524c687e05fa5e30899b018a406e439c62565ae4.tar.gz | |
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@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 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 |