162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig VIDEO_VIMC 362306a36Sopenharmony_ci tristate "Virtual Media Controller Driver (VIMC)" 462306a36Sopenharmony_ci depends on VIDEO_DEV 562306a36Sopenharmony_ci select FONT_SUPPORT 662306a36Sopenharmony_ci select FONT_8x16 762306a36Sopenharmony_ci select MEDIA_CONTROLLER 862306a36Sopenharmony_ci select VIDEO_V4L2_SUBDEV_API 962306a36Sopenharmony_ci select VIDEOBUF2_VMALLOC 1062306a36Sopenharmony_ci select VIDEOBUF2_DMA_CONTIG 1162306a36Sopenharmony_ci select VIDEO_V4L2_TPG 1262306a36Sopenharmony_ci help 1362306a36Sopenharmony_ci Skeleton driver for Virtual Media Controller 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci This driver can be compared to the vivid driver for emulating 1662306a36Sopenharmony_ci a media node that exposes a complex media topology. The topology 1762306a36Sopenharmony_ci is hard coded for now but is meant to be highly configurable in 1862306a36Sopenharmony_ci the future. 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci When in doubt, say N. 21