diff options
| author | John Audia | 2023-09-16 10:57:38 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-09-23 11:10:24 +0000 |
| commit | 915f69ec6c66d6d95bd36d65ee8cb726b756c22e (patch) | |
| tree | 8a63ce88c5ee3e5158d681ed8e88724a64086a18 | |
| parent | d1521889066ce9698187ae56111cf591b09c10c5 (diff) | |
| download | openwrt-915f69ec6c66d6d95bd36d65ee8cb726b756c22e.tar.gz | |
config-6.1: disable CONFIG_VIDEO_CAMERA_SENSOR
Disable new ksym globally as it is unconditionally selecting symbols.
See: https://github.com/torvalds/linux/commit/7d3c7d2a2914e10bec3b9cdacdadb8e1f65f715a
Signed-off-by: John Audia <therealgraysky@proton.me>
| -rw-r--r-- | target/linux/generic/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index a6bec3ac73..be0e56f869 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -7507,6 +7507,7 @@ CONFIG_VHOST_MENU=y # CONFIG_VIDEO_CADENCE_CSI2RX is not set # CONFIG_VIDEO_CADENCE_CSI2TX is not set # CONFIG_VIDEO_CAFE_CCIC is not set +# CONFIG_VIDEO_CAMERA_SENSOR is not set # CONFIG_VIDEO_CCS is not set # CONFIG_VIDEO_COBALT is not set # CONFIG_VIDEO_CODA is not set |