40 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_HEXIUM_GEMINI3 tristate "Hexium Gemini frame grabber"4 depends on PCI && VIDEO_DEV && I2C5 select VIDEO_SAA7146_VV6 help7 This is a video4linux driver for the Hexium Gemini frame8 grabber card by Hexium. Please note that the Gemini Dual9 card is *not* fully supported.10 11 To compile this driver as a module, choose M here: the12 module will be called hexium_gemini.13 14config VIDEO_HEXIUM_ORION15 tristate "Hexium HV-PCI6 and Orion frame grabber"16 depends on PCI && VIDEO_DEV && I2C17 select VIDEO_SAA7146_VV18 help19 This is a video4linux driver for the Hexium HV-PCI6 and20 Orion frame grabber cards by Hexium.21 22 To compile this driver as a module, choose M here: the23 module will be called hexium_orion.24 25config VIDEO_MXB26 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"27 depends on PCI && VIDEO_DEV && I2C28 select VIDEO_SAA7146_VV29 select VIDEO_TUNER30 select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT31 select VIDEO_TDA9840 if MEDIA_SUBDRV_AUTOSELECT32 select VIDEO_TEA6415C if MEDIA_SUBDRV_AUTOSELECT33 select VIDEO_TEA6420 if MEDIA_SUBDRV_AUTOSELECT34 help35 This is a video4linux driver for the 'Multimedia eXtension Board'36 TV card by Siemens-Nixdorf.37 38 To compile this driver as a module, choose M here: the39 module will be called mxb.40