2 tristate "AV7110 cards"
3 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
4 select FW_LOADER if !DVB_AV7110_FIRMWARE
5 select VIDEO_SAA7146_VV
7 select DVB_VES1820 if !DVB_FE_CUSTOMISE
8 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
9 select DVB_STV0299 if !DVB_FE_CUSTOMISE
10 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
11 select DVB_SP8870 if !DVB_FE_CUSTOMISE
12 select DVB_STV0297 if !DVB_FE_CUSTOMISE
13 select DVB_L64781 if !DVB_FE_CUSTOMISE
14 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
16 Support for SAA7146 and AV7110 based DVB cards as produced
17 by Fujitsu-Siemens, Technotrend, Hauppauge and others.
19 This driver only supports the fullfeatured cards with
20 onboard MPEG2 decoder.
22 This driver needs an external firmware. Please use the script
23 "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
24 download/extract it, and then copy it to /usr/lib/hotplug/firmware
25 or /lib/firmware (depending on configuration of firmware hotplug).
27 Say Y if you own such a card and want to use it.
29 config DVB_AV7110_FIRMWARE
30 bool "Compile AV7110 firmware into the driver"
31 depends on DVB_AV7110 && !STANDALONE
32 default y if DVB_AV7110=y
34 The AV7110 firmware is normally loaded by the firmware hotplug manager.
35 If you want to compile the firmware into the driver you need to say
36 Y here and provide the correct path of the firmware. You need this
37 option if you want to compile the whole driver statically into the
40 All other people say N.
42 config DVB_AV7110_FIRMWARE_FILE
43 string "Full pathname of av7110 firmware file"
44 depends on DVB_AV7110_FIRMWARE
45 default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw"
48 bool "AV7110 OSD support"
50 default y if DVB_AV7110=y || DVB_AV7110=m
52 The AV7110 firmware provides some code to generate an OnScreenDisplay
53 on the video output. This is kind of nonstandard and not guaranteed to
56 Anyway, some popular DVB software like VDR uses this OSD to render
57 its menus, so say Y if you want to use this software.
59 All other people say N.
62 tristate "Budget cards"
63 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
66 select DVB_STV0299 if !DVB_FE_CUSTOMISE
67 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
68 select DVB_VES1820 if !DVB_FE_CUSTOMISE
69 select DVB_L64781 if !DVB_FE_CUSTOMISE
70 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
71 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
72 select DVB_S5H1420 if !DVB_FE_CUSTOMISE
73 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
74 select DVB_TDA826X if !DVB_FE_CUSTOMISE
75 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
77 Support for simple SAA7146 based DVB cards
78 (so called Budget- or Nova-PCI cards) without onboard
81 Say Y if you own such a card and want to use it.
83 To compile this driver as a module, choose M here: the
84 module will be called budget.
87 tristate "Budget cards with onboard CI connector"
88 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
91 select DVB_STV0297 if !DVB_FE_CUSTOMISE
92 select DVB_STV0299 if !DVB_FE_CUSTOMISE
93 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
94 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
97 Support for simple SAA7146 based DVB cards
98 (so called Budget- or Nova-PCI cards) without onboard
99 MPEG2 decoder, but with onboard Common Interface connector.
101 Note: The Common Interface is not yet supported by this driver
102 due to lack of information from the vendor.
104 Say Y if you own such a card and want to use it.
106 To compile this driver as a module, choose M here: the
107 module will be called budget-ci.
110 tristate "Budget cards with analog video inputs"
111 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
112 select VIDEO_SAA7146_VV
114 select DVB_STV0299 if !DVB_FE_CUSTOMISE
115 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
116 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
117 select DVB_TUA6100 if !DVB_FE_CUSTOMISE
120 Support for simple SAA7146 based DVB cards
121 (so called Budget- or Nova-PCI cards) without onboard
122 MPEG2 decoder, but with one or more analog video inputs.
124 Say Y if you own such a card and want to use it.
126 To compile this driver as a module, choose M here: the
127 module will be called budget-av.
129 config DVB_BUDGET_PATCH
130 tristate "AV7110 cards with Budget Patch"
131 depends on DVB_CORE && DVB_BUDGET && VIDEO_V4L1
134 select DVB_STV0299 if !DVB_FE_CUSTOMISE
135 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
136 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
138 Support for Budget Patch (full TS) modification on
139 SAA7146+AV7110 based cards (DVB-S cards). This
140 driver doesn't use onboard MPEG2 decoder. The
141 card is driven in Budget-only mode. Card is
142 required to have loaded firmware to tune properly.
143 Firmware can be loaded by insertion and removal of
144 standard AV7110 driver prior to loading this
147 Say Y if you own such a card and want to use it.
149 To compile this driver as a module, choose M here: the
150 module will be called budget-patch.