Kconfig (98817a84ff1c755c347ac633ff017a623a631fad) Kconfig (5f3fb5c54d67670fa6743d2434a5bd43a97c01de)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_VIMC
3 tristate "Virtual Media Controller Driver (VIMC)"
4 depends on VIDEO_DEV && VIDEO_V4L2
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_VIMC
3 tristate "Virtual Media Controller Driver (VIMC)"
4 depends on VIDEO_DEV && VIDEO_V4L2
5 select FONT_SUPPORT
6 select FONT_8x16
5 select MEDIA_CONTROLLER
6 select VIDEO_V4L2_SUBDEV_API
7 select VIDEOBUF2_VMALLOC
8 select VIDEO_V4L2_TPG
9 help
10 Skeleton driver for Virtual Media Controller
11
12 This driver can be compared to the vivid driver for emulating
13 a media node that exposes a complex media topology. The topology
14 is hard coded for now but is meant to be highly configurable in
15 the future.
16
17 When in doubt, say N.
7 select MEDIA_CONTROLLER
8 select VIDEO_V4L2_SUBDEV_API
9 select VIDEOBUF2_VMALLOC
10 select VIDEO_V4L2_TPG
11 help
12 Skeleton driver for Virtual Media Controller
13
14 This driver can be compared to the vivid driver for emulating
15 a media node that exposes a complex media topology. The topology
16 is hard coded for now but is meant to be highly configurable in
17 the future.
18
19 When in doubt, say N.