From 9893e9e1a0ae33a2ea2971081dbfbfd486c4214c Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Tue, 10 May 2022 16:13:12 +0200 Subject: 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 --- .../linux/linux-yocto/virtio_video.cfg | 24 +++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_video.cfg') 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 -- cgit 1.2.3-korg