21 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_VIMC3 tristate "Virtual Media Controller Driver (VIMC)"4 depends on VIDEO_DEV5 select FONT_SUPPORT6 select FONT_8x167 select MEDIA_CONTROLLER8 select VIDEO_V4L2_SUBDEV_API9 select VIDEOBUF2_VMALLOC10 select VIDEOBUF2_DMA_CONTIG11 select VIDEO_V4L2_TPG12 help13 Skeleton driver for Virtual Media Controller14 15 This driver can be compared to the vivid driver for emulating16 a media node that exposes a complex media topology. The topology17 is hard coded for now but is meant to be highly configurable in18 the future.19 20 When in doubt, say N.21