Kconfig 696 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config 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. Following cards have been tested:
  16. * Bluecherry BC-H16480A (PCIe, 16 port, H.264)
  17. * Bluecherry BC-H04120A (PCIe, 4 port, H.264)
  18. * Bluecherry BC-H04120A-MPCI (Mini-PCI, 4 port, H.264)
  19. * Bluecherry BC-04120A (PCIe, 4 port, MPEG-4)