xref: /linux/drivers/media/pci/solo6x10/Kconfig (revision 2da68a77)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_SOLO6X10
3	tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)"
4	depends on PCI && VIDEO_DEV && SND && I2C
5	select BITREVERSE
6	select FONT_SUPPORT
7	select FONT_8x16
8	select VIDEOBUF2_DMA_SG
9	select VIDEOBUF2_DMA_CONTIG
10	select SND_PCM
11	select FONT_8x16
12	help
13	  This driver supports the Bluecherry H.264 and MPEG-4 hardware
14	  compression capture cards and other Softlogic-based ones.
15
16	  Following cards have been tested:
17	  * Bluecherry BC-H16480A (PCIe, 16 port, H.264)
18	  * Bluecherry BC-H04120A (PCIe, 4 port, H.264)
19	  * Bluecherry BC-H04120A-MPCI (Mini-PCI, 4 port, H.264)
20	  * Bluecherry BC-04120A (PCIe, 4 port, MPEG-4)
21