summaryrefslogtreecommitdiffstats
path: root/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_video.cfg
diff options
context:
space:
mode:
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2022-05-10 16:13:12 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-06-08 14:23:35 +0000
commit9893e9e1a0ae33a2ea2971081dbfbfd486c4214c (patch)
tree9da3946570fd05d975f2d5faef0518ea110aafe4 /meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_video.cfg
parentdb4be1a90d3f84c8255c8a3b51ae71f2eae54980 (diff)
egvirt: linux-yocto: Adapt for kernel v5.15.
* Remove changes already present in v5.15. * Refresh other patches. * Document how to recreate kernel configs for future reference. Bug-AGL: SPEC-4365 Change-Id: If8f900c9de7d8536364d71288902fd842d3ddc5f Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_video.cfg')
-rw-r--r--meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_video.cfg24
1 files changed, 23 insertions, 1 deletions
diff --git a/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_video.cfg b/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_video.cfg
index 252bcfeb..75b1a3ca 100644
--- a/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_video.cfg
+++ b/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_video.cfg
@@ -1,4 +1,26 @@
-CONFIG_FRAME_VECTOR=y
+# Enable MEDIA_SUPPORT ("Multimedia support") menuconfig located in menu
+#
+# -> Device Drivers
+#
+# Enable MEDIA_PLATFORM_SUPPORT ("Platform-specific devices") config located in
+# submenu
+#
+# -> Multimedia support (MEDIA_SUPPORT [=y])
+# -> Media device types
+#
+# of the enabled "Multimedia support" menuconfig.
+#
+# Enable VIDEO_VIRTIO ("Virtio video driver") config located in submenu
+#
+# -> Multimedia support (MEDIA_SUPPORT [=y])
+# -> Media drivers
+#
+# of the enabled "Multimedia support" menuconfig.
+#
+# Disable MEDIA_SUBDRV_AUTOSELECT ("Autoselect ancillary drivers (tuners,
+# sensors, i2c, spi, frontends)") config located in the enabled "Multimedia
+# support" menuconfig. This allows avoid autoselection of unneeded drivers.
+
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_SUPPORT_FILTER=y
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set