]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/media/platform/vimc/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / media / platform / 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 && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
5 select VIDEOBUF2_VMALLOC
6 select VIDEO_V4L2_TPG
7 default n
8 help
9 Skeleton driver for Virtual Media Controller
10
11 This driver can be compared to the vivid driver for emulating
12 a media node that exposes a complex media topology. The topology
13 is hard coded for now but is meant to be highly configurable in
14 the future.
15
16 When in doubt, say N.