android_kernel_xiaomi_sm8350/drivers/media/pci/solo6x10/Kconfig
Thomas Gleixner ec8f24b7fa treewide: Add SPDX license identifier - Makefile/Kconfig
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>
2019-05-21 10:50:46 +02:00

21 lines
696 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
config VIDEO_SOLO6X10
tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)"
depends on PCI && VIDEO_DEV && SND && I2C
select BITREVERSE
select FONT_SUPPORT
select FONT_8x16
select VIDEOBUF2_DMA_SG
select VIDEOBUF2_DMA_CONTIG
select SND_PCM
select FONT_8x16
help
This driver supports the Bluecherry H.264 and MPEG-4 hardware
compression capture cards and other Softlogic-based ones.
Following cards have been tested:
* Bluecherry BC-H16480A (PCIe, 16 port, H.264)
* Bluecherry BC-H04120A (PCIe, 4 port, H.264)
* Bluecherry BC-H04120A-MPCI (Mini-PCI, 4 port, H.264)
* Bluecherry BC-04120A (PCIe, 4 port, MPEG-4)