Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config VIDEO_VIMC
0003         tristate "Virtual Media Controller Driver (VIMC)"
0004         depends on VIDEO_DEV
0005         select FONT_SUPPORT
0006         select FONT_8x16
0007         select MEDIA_CONTROLLER
0008         select VIDEO_V4L2_SUBDEV_API
0009         select VIDEOBUF2_VMALLOC
0010         select VIDEOBUF2_DMA_CONTIG
0011         select VIDEO_V4L2_TPG
0012         help
0013           Skeleton driver for Virtual Media Controller
0014 
0015           This driver can be compared to the vivid driver for emulating
0016           a media node that exposes a complex media topology. The topology
0017           is hard coded for now but is meant to be highly configurable in
0018           the future.
0019 
0020           When in doubt, say N.