2 tristate "AV7110 cards"
3 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
5 select VIDEO_SAA7146_VV
15 Support for SAA7146 and AV7110 based DVB cards as produced
16 by Fujitsu-Siemens, Technotrend, Hauppauge and others.
18 This driver only supports the fullfeatured cards with
19 onboard MPEG2 decoder.
21 This driver needs an external firmware. Please use the script
22 "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
23 download/extract it, and then copy it to /usr/lib/hotplug/firmware
24 or /lib/firmware (depending on configuration of firmware hotplug).
26 Say Y if you own such a card and want to use it.
28 config DVB_AV7110_FIRMWARE
29 bool "Compile AV7110 firmware into the driver"
30 depends on DVB_AV7110 && !STANDALONE
31 default y if DVB_AV7110=y
33 The AV7110 firmware is normally loaded by the firmware hotplug manager.
34 If you want to compile the firmware into the driver you need to say
35 Y here and provide the correct path of the firmware. You need this
36 option if you want to compile the whole driver statically into the
39 All other people say N.
41 config DVB_AV7110_FIRMWARE_FILE
42 string "Full pathname of av7110 firmware file"
43 depends on DVB_AV7110_FIRMWARE
44 default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw"
47 bool "AV7110 OSD support"
49 default y if DVB_AV7110=y || DVB_AV7110=m
51 The AV7110 firmware provides some code to generate an OnScreenDisplay
52 on the video output. This is kind of nonstandard and not guaranteed to
55 Anyway, some popular DVB software like VDR uses this OSD to render
56 its menus, so say Y if you want to use this software.
58 All other people say N.
61 tristate "Budget cards"
62 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
73 Support for simple SAA7146 based DVB cards
74 (so called Budget- or Nova-PCI cards) without onboard
77 Say Y if you own such a card and want to use it.
79 To compile this driver as a module, choose M here: the
80 module will be called budget.
83 tristate "Budget cards with onboard CI connector"
84 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
91 Support for simple SAA7146 based DVB cards
92 (so called Budget- or Nova-PCI cards) without onboard
93 MPEG2 decoder, but with onboard Common Interface connector.
95 Note: The Common Interface is not yet supported by this driver
96 due to lack of information from the vendor.
98 Say Y if you own such a card and want to use it.
100 To compile this driver as a module, choose M here: the
101 module will be called budget-ci.
104 tristate "Budget cards with analog video inputs"
105 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
106 select VIDEO_SAA7146_VV
112 Support for simple SAA7146 based DVB cards
113 (so called Budget- or Nova-PCI cards) without onboard
114 MPEG2 decoder, but with one or more analog video inputs.
116 Say Y if you own such a card and want to use it.
118 To compile this driver as a module, choose M here: the
119 module will be called budget-av.
121 config DVB_BUDGET_PATCH
122 tristate "AV7110 cards with Budget Patch"
123 depends on DVB_CORE && DVB_BUDGET && VIDEO_V4L1
129 Support for Budget Patch (full TS) modification on
130 SAA7146+AV7110 based cards (DVB-S cards). This
131 driver doesn't use onboard MPEG2 decoder. The
132 card is driven in Budget-only mode. Card is
133 required to have loaded firmware to tune properly.
134 Firmware can be loaded by insertion and removal of
135 standard AV7110 driver prior to loading this
138 Say Y if you own such a card and want to use it.
140 To compile this driver as a module, choose M here: the
141 module will be called budget-patch.