]> Git Repo - J-linux.git/blob - drivers/media/test-drivers/vimc/Kconfig
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / media / test-drivers / vimc / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config VIDEO_VIMC
3         tristate "Virtual Media Controller Driver (VIMC)"
4         depends on VIDEO_DEV
5         select FONT_SUPPORT
6         select FONT_8x16
7         select MEDIA_CONTROLLER
8         select VIDEO_V4L2_SUBDEV_API
9         select VIDEOBUF2_VMALLOC
10         select VIDEOBUF2_DMA_CONTIG
11         select VIDEO_V4L2_TPG
12         help
13           Skeleton driver for Virtual Media Controller
14
15           This driver can be compared to the vivid driver for emulating
16           a media node that exposes a complex media topology. The topology
17           is hard coded for now but is meant to be highly configurable in
18           the future.
19
20           When in doubt, say N.
This page took 0.030459 seconds and 4 git commands to generate.