blob: 987881fa988ccaba688bd6b08c6ac89e4222e8fc [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config DVB_AV7110
2 tristate "AV7110 cards"
Manu Abraham3c2c5492006-05-20 13:17:00 -03003 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 select VIDEO_SAA7146_VV
6 select DVB_VES1820
7 select DVB_VES1X93
8 select DVB_STV0299
9 select DVB_TDA8083
10 select DVB_SP8870
11 select DVB_STV0297
12 select DVB_L64781
Andrew de Quinceyd0205422006-04-27 21:45:01 -030013 select DVB_LNBP21
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 help
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070015 Support for SAA7146 and AV7110 based DVB cards as produced
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 by Fujitsu-Siemens, Technotrend, Hauppauge and others.
17
18 This driver only supports the fullfeatured cards with
19 onboard MPEG2 decoder.
20
Michael Krufky50c25ff2006-01-09 15:25:34 -020021 This driver needs an external firmware. Please use the script
22 "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
Ville Skytt\รค12e66f62006-01-09 15:25:38 -020023 download/extract it, and then copy it to /usr/lib/hotplug/firmware
24 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -070025
26 Say Y if you own such a card and want to use it.
27
28config DVB_AV7110_FIRMWARE
29 bool "Compile AV7110 firmware into the driver"
30 depends on DVB_AV7110 && !STANDALONE
31 default y if DVB_AV7110=y
32 help
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
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070037 kernel.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39 All other people say N.
40
41config 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"
45
46config DVB_AV7110_OSD
47 bool "AV7110 OSD support"
48 depends on DVB_AV7110
49 default y if DVB_AV7110=y || DVB_AV7110=m
50 help
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
53 be maintained.
54
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.
57
58 All other people say N.
59
60config DVB_BUDGET
61 tristate "Budget cards"
Manu Abraham3c2c5492006-05-20 13:17:00 -030062 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -070063 select VIDEO_SAA7146
64 select DVB_STV0299
65 select DVB_VES1X93
66 select DVB_VES1820
67 select DVB_L64781
68 select DVB_TDA8083
69 select DVB_TDA10021
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070070 select DVB_S5H1420
Andrew de Quinceyd0205422006-04-27 21:45:01 -030071 select DVB_LNBP21
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 help
73 Support for simple SAA7146 based DVB cards
74 (so called Budget- or Nova-PCI cards) without onboard
75 MPEG2 decoder.
76
77 Say Y if you own such a card and want to use it.
78
79 To compile this driver as a module, choose M here: the
80 module will be called budget.
81
82config DVB_BUDGET_CI
83 tristate "Budget cards with onboard CI connector"
Manu Abraham3c2c5492006-05-20 13:17:00 -030084 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -070085 select VIDEO_SAA7146
Carlos Silvaf05cb322005-12-01 00:51:56 -080086 select DVB_STV0297
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 select DVB_STV0299
88 select DVB_TDA1004X
Andrew de Quinceyd0205422006-04-27 21:45:01 -030089 select DVB_LNBP21
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 help
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.
94
95 Note: The Common Interface is not yet supported by this driver
96 due to lack of information from the vendor.
97
98 Say Y if you own such a card and want to use it.
99
100 To compile this driver as a module, choose M here: the
101 module will be called budget-ci.
102
103config DVB_BUDGET_AV
104 tristate "Budget cards with analog video inputs"
Manu Abraham3c2c5492006-05-20 13:17:00 -0300105 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106 select VIDEO_SAA7146_VV
107 select DVB_STV0299
Adrian Bunk7eaa4142005-08-31 17:43:51 +0200108 select DVB_TDA1004X
109 select DVB_TDA10021
110 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111 help
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.
115
116 Say Y if you own such a card and want to use it.
117
118 To compile this driver as a module, choose M here: the
119 module will be called budget-av.
120
121config DVB_BUDGET_PATCH
122 tristate "AV7110 cards with Budget Patch"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300123 depends on DVB_CORE && DVB_BUDGET && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124 select DVB_AV7110
125 select DVB_STV0299
126 select DVB_VES1X93
127 select DVB_TDA8083
128 help
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700129 Support for Budget Patch (full TS) modification on
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 SAA7146+AV7110 based cards (DVB-S cards). This
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700131 driver doesn't use onboard MPEG2 decoder. The
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 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
136 driver.
137
138 Say Y if you own such a card and want to use it.
139
140 To compile this driver as a module, choose M here: the
141 module will be called budget-patch.