Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 lines
526 B
Plaintext
17 lines
526 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_VIMC
|
|
tristate "Virtual Media Controller Driver (VIMC)"
|
|
depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
|
select VIDEOBUF2_VMALLOC
|
|
select VIDEO_V4L2_TPG
|
|
default n
|
|
help
|
|
Skeleton driver for Virtual Media Controller
|
|
|
|
This driver can be compared to the vivid driver for emulating
|
|
a media node that exposes a complex media topology. The topology
|
|
is hard coded for now but is meant to be highly configurable in
|
|
the future.
|
|
|
|
When in doubt, say N.
|