2 tristate "AV7110 cards"
3 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
5 select VIDEO_SAA7146_VV
14 Support for SAA7146 and AV7110 based DVB cards as produced
15 by Fujitsu-Siemens, Technotrend, Hauppauge and others.
17 This driver only supports the fullfeatured cards with
18 onboard MPEG2 decoder.
20 This driver needs an external firmware. Please use the script
21 "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
22 download/extract it, and then copy it to /usr/lib/hotplug/firmware
23 or /lib/firmware (depending on configuration of firmware hotplug).
25 Say Y if you own such a card and want to use it.
27 config DVB_AV7110_FIRMWARE
28 bool "Compile AV7110 firmware into the driver"
29 depends on DVB_AV7110 && !STANDALONE
30 default y if DVB_AV7110=y
32 The AV7110 firmware is normally loaded by the firmware hotplug manager.
33 If you want to compile the firmware into the driver you need to say
34 Y here and provide the correct path of the firmware. You need this
35 option if you want to compile the whole driver statically into the
38 All other people say N.
40 config DVB_AV7110_FIRMWARE_FILE
41 string "Full pathname of av7110 firmware file"
42 depends on DVB_AV7110_FIRMWARE
43 default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw"
46 bool "AV7110 OSD support"
48 default y if DVB_AV7110=y || DVB_AV7110=m
50 The AV7110 firmware provides some code to generate an OnScreenDisplay
51 on the video output. This is kind of nonstandard and not guaranteed to
54 Anyway, some popular DVB software like VDR uses this OSD to render
55 its menus, so say Y if you want to use this software.
57 All other people say N.
60 tristate "Budget cards"
61 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
71 Support for simple SAA7146 based DVB cards
72 (so called Budget- or Nova-PCI cards) without onboard
75 Say Y if you own such a card and want to use it.
77 To compile this driver as a module, choose M here: the
78 module will be called budget.
81 tristate "Budget cards with onboard CI connector"
82 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
88 Support for simple SAA7146 based DVB cards
89 (so called Budget- or Nova-PCI cards) without onboard
90 MPEG2 decoder, but with onboard Common Interface connector.
92 Note: The Common Interface is not yet supported by this driver
93 due to lack of information from the vendor.
95 Say Y if you own such a card and want to use it.
97 To compile this driver as a module, choose M here: the
98 module will be called budget-ci.
101 tristate "Budget cards with analog video inputs"
102 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
103 select VIDEO_SAA7146_VV
109 Support for simple SAA7146 based DVB cards
110 (so called Budget- or Nova-PCI cards) without onboard
111 MPEG2 decoder, but with one or more analog video inputs.
113 Say Y if you own such a card and want to use it.
115 To compile this driver as a module, choose M here: the
116 module will be called budget-av.
118 config DVB_BUDGET_PATCH
119 tristate "AV7110 cards with Budget Patch"
120 depends on DVB_CORE && DVB_BUDGET && VIDEO_V4L1
126 Support for Budget Patch (full TS) modification on
127 SAA7146+AV7110 based cards (DVB-S cards). This
128 driver doesn't use onboard MPEG2 decoder. The
129 card is driven in Budget-only mode. Card is
130 required to have loaded firmware to tune properly.
131 Firmware can be loaded by insertion and removal of
132 standard AV7110 driver prior to loading this
135 Say Y if you own such a card and want to use it.
137 To compile this driver as a module, choose M here: the
138 module will be called budget-patch.