mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
ec8f24b7fa
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>
16 lines
462 B
Plaintext
16 lines
462 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config USB_ZR364XX
|
|
tristate "USB ZR364XX Camera support"
|
|
depends on VIDEO_V4L2
|
|
select VIDEOBUF_GEN
|
|
select VIDEOBUF_VMALLOC
|
|
help
|
|
Say Y here if you want to connect this type of camera to your
|
|
computer's USB port.
|
|
See <file:Documentation/media/v4l-drivers/zr364xx.rst> for more info
|
|
and list of supported cameras.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called zr364xx.
|
|
|