# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_VIDEO_VIMC[0m tristate "Virtual Media Controller Driver (VIMC)" depends on [31mCONFIG_VIDEO_DEV[0m && [31mCONFIG_VIDEO_V4L2[0m && [31mCONFIG_VIDEO_V4L2_SUBDEV_API[0m select [31mCONFIG_VIDEOBUF2_VMALLOC[0m select [31mCONFIG_VIDEO_V4L2_TPG[0m help Skeleton driver for Virtual Media Controller This driver can be compared to the vivid driver for emulating a media node that exposes a complex media topology. The topology is hard coded for now but is meant to be highly configurable in the future. When in doubt, say N. |