kernel: Updates to Ubuntu Touch 24.04

* Add v4l2loopback driver
* Update some configs according to 24.04 support

Change-Id: I21742f77b1635eb81fc65ed33b6a390c5de52906
Signed-off-by: erascape <erascape@proton.me>
This commit is contained in:
erascape 2025-10-08 06:23:10 +00:00
parent f319b992b1
commit ad017efc88
10 changed files with 4184 additions and 2 deletions

View file

@ -91,3 +91,10 @@ config VIDEOBUF_VMALLOC
config VIDEOBUF_DMA_CONTIG
tristate
select VIDEOBUF_GEN
config V4L2_LOOPBACK
tristate "v4l2loopback driver"
help
Enable v4l2loopback support, it allows to create
"virtual video devices". Normal (v4l2) applications will
read these devices as if they were ordinary video devices.