egvirt: linux-yocto: Adapt for kernel v5.15.
[AGL/meta-agl-devel.git] / meta-egvirt / recipes-kernel / linux / linux-yocto / virtio_video.cfg
index 252bcfe..75b1a3c 100644 (file)
@@ -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