xref: /openbmc/linux/drivers/media/pci/saa7146/Kconfig (revision a8da474e)
1config VIDEO_HEXIUM_GEMINI
2	tristate "Hexium Gemini frame grabber"
3	depends on PCI && VIDEO_V4L2 && I2C
4	select VIDEO_SAA7146_VV
5	---help---
6	  This is a video4linux driver for the Hexium Gemini frame
7	  grabber card by Hexium. Please note that the Gemini Dual
8	  card is *not* fully supported.
9
10	  To compile this driver as a module, choose M here: the
11	  module will be called hexium_gemini.
12
13config VIDEO_HEXIUM_ORION
14	tristate "Hexium HV-PCI6 and Orion frame grabber"
15	depends on PCI && VIDEO_V4L2 && I2C
16	select VIDEO_SAA7146_VV
17	---help---
18	  This is a video4linux driver for the Hexium HV-PCI6 and
19	  Orion frame grabber cards by Hexium.
20
21	  To compile this driver as a module, choose M here: the
22	  module will be called hexium_orion.
23
24config VIDEO_MXB
25	tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
26	depends on PCI && VIDEO_V4L2 && I2C
27	select VIDEO_SAA7146_VV
28	select VIDEO_TUNER
29	select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT
30	select VIDEO_TDA9840 if MEDIA_SUBDRV_AUTOSELECT
31	select VIDEO_TEA6415C if MEDIA_SUBDRV_AUTOSELECT
32	select VIDEO_TEA6420 if MEDIA_SUBDRV_AUTOSELECT
33	---help---
34	  This is a video4linux driver for the 'Multimedia eXtension Board'
35	  TV card by Siemens-Nixdorf.
36
37	  To compile this driver as a module, choose M here: the
38	  module will be called mxb.
39