blob: d8d4214fd65f2c7af9d3af1a263a30f9dc24e3a9 [file] [log] [blame]
Trent Piepho8ae1fe22007-11-01 01:16:05 -03001config TTPCI_EEPROM
2 tristate
Hans Verkuil3175da82009-06-26 15:35:04 -03003 depends on I2C
Trent Piepho8ae1fe22007-11-01 01:16:05 -03004 default n
5
Linus Torvalds1da177e2005-04-16 15:20:36 -07006config DVB_AV7110
7 tristate "AV7110 cards"
Marco Schluessler58a44042007-10-31 01:20:42 -03008 depends on DVB_CORE && PCI && I2C
Trent Piepho8ae1fe22007-11-01 01:16:05 -03009 select TTPCI_EEPROM
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 select VIDEO_SAA7146_VV
Trent Piepho8ae1fe22007-11-01 01:16:05 -030011 depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030012 select DVB_VES1820 if !DVB_FE_CUSTOMISE
13 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
14 select DVB_STV0299 if !DVB_FE_CUSTOMISE
15 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
16 select DVB_SP8870 if !DVB_FE_CUSTOMISE
17 select DVB_STV0297 if !DVB_FE_CUSTOMISE
18 select DVB_L64781 if !DVB_FE_CUSTOMISE
19 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 help
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070021 Support for SAA7146 and AV7110 based DVB cards as produced
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 by Fujitsu-Siemens, Technotrend, Hauppauge and others.
23
24 This driver only supports the fullfeatured cards with
25 onboard MPEG2 decoder.
26
Michael Krufky50c25ff2006-01-09 15:25:34 -020027 This driver needs an external firmware. Please use the script
28 "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
Ville Skytt\รค12e66f62006-01-09 15:25:38 -020029 download/extract it, and then copy it to /usr/lib/hotplug/firmware
30 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Jaswinder Singh4f8d1822008-06-22 18:24:19 +053032 Alternatively, you can download the file and use the kernel's
33 EXTRA_FIRMWARE configuration option to build it into your
34 kernel image by adding the filename to the EXTRA_FIRMWARE
35 configuration option string.
36
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 Say Y if you own such a card and want to use it.
38
Linus Torvalds1da177e2005-04-16 15:20:36 -070039config DVB_AV7110_OSD
40 bool "AV7110 OSD support"
41 depends on DVB_AV7110
42 default y if DVB_AV7110=y || DVB_AV7110=m
43 help
44 The AV7110 firmware provides some code to generate an OnScreenDisplay
45 on the video output. This is kind of nonstandard and not guaranteed to
46 be maintained.
47
48 Anyway, some popular DVB software like VDR uses this OSD to render
49 its menus, so say Y if you want to use this software.
50
51 All other people say N.
52
Trent Piepho8ae1fe22007-11-01 01:16:05 -030053config DVB_BUDGET_CORE
54 tristate "SAA7146 DVB cards (aka Budget, Nova-PCI)"
Marco Schluessler58a44042007-10-31 01:20:42 -030055 depends on DVB_CORE && PCI && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 select VIDEO_SAA7146
Trent Piepho8ae1fe22007-11-01 01:16:05 -030057 select TTPCI_EEPROM
58 help
59 Support for simple SAA7146 based DVB cards
60 (so called Budget- or Nova-PCI cards) without onboard
61 MPEG2 decoder.
62
63config DVB_BUDGET
64 tristate "Budget cards"
65 depends on DVB_BUDGET_CORE && I2C
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030066 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
Hartmut Birraa323ac2007-04-21 19:37:17 -030072 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030073 select DVB_S5H1420 if !DVB_FE_CUSTOMISE
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030074 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
75 select DVB_TDA826X if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030076 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
Oliver Endriss81ae9532008-09-03 18:16:09 -030077 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 help
Trent Piepho8ae1fe22007-11-01 01:16:05 -030079 Support for simple SAA7146 based DVB cards (so called Budget-
80 or Nova-PCI cards) without onboard MPEG2 decoder, and without
81 analog inputs or an onboard Common Interface connector.
Linus Torvalds1da177e2005-04-16 15:20:36 -070082
83 Say Y if you own such a card and want to use it.
84
85 To compile this driver as a module, choose M here: the
86 module will be called budget.
87
88config DVB_BUDGET_CI
89 tristate "Budget cards with onboard CI connector"
Trent Piepho8ae1fe22007-11-01 01:16:05 -030090 depends on DVB_BUDGET_CORE && I2C
Mauro Carvalho Chehabfde60742008-06-05 18:59:08 -030091 depends on INPUT # due to IR
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030092 select DVB_STV0297 if !DVB_FE_CUSTOMISE
93 select DVB_STV0299 if !DVB_FE_CUSTOMISE
94 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
Manu Abrahamed3d1502008-01-27 14:57:05 -030095 select DVB_STB0899 if !DVB_FE_CUSTOMISE
96 select DVB_STB6100 if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030097 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehaba046e432008-06-16 12:35:06 -030098 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -030099 select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE
David Hardeman2520fff2006-12-02 21:16:05 -0200100 select VIDEO_IR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101 help
102 Support for simple SAA7146 based DVB cards
103 (so called Budget- or Nova-PCI cards) without onboard
104 MPEG2 decoder, but with onboard Common Interface connector.
105
106 Note: The Common Interface is not yet supported by this driver
107 due to lack of information from the vendor.
108
109 Say Y if you own such a card and want to use it.
110
111 To compile this driver as a module, choose M here: the
112 module will be called budget-ci.
113
114config DVB_BUDGET_AV
115 tristate "Budget cards with analog video inputs"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300116 depends on DVB_BUDGET_CORE && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117 select VIDEO_SAA7146_VV
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300118 depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
Michael Krufky47a99912007-06-12 16:10:51 -0300119 select DVB_PLL if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300120 select DVB_STV0299 if !DVB_FE_CUSTOMISE
121 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
122 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
Hartmut Birraa323ac2007-04-21 19:37:17 -0300123 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Manu Abrahamed3d1502008-01-27 14:57:05 -0300124 select DVB_STB0899 if !DVB_FE_CUSTOMISE
125 select DVB_TDA8261 if !DVB_FE_CUSTOMISE
Andrew de Quincey1c72cfdce2006-09-05 17:58:20 -0300126 select DVB_TUA6100 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127 help
128 Support for simple SAA7146 based DVB cards
129 (so called Budget- or Nova-PCI cards) without onboard
130 MPEG2 decoder, but with one or more analog video inputs.
131
132 Say Y if you own such a card and want to use it.
133
134 To compile this driver as a module, choose M here: the
135 module will be called budget-av.
136
137config DVB_BUDGET_PATCH
138 tristate "AV7110 cards with Budget Patch"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300139 depends on DVB_BUDGET_CORE && I2C
140 depends on DVB_AV7110
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300141 select DVB_STV0299 if !DVB_FE_CUSTOMISE
142 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
143 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 help
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700145 Support for Budget Patch (full TS) modification on
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146 SAA7146+AV7110 based cards (DVB-S cards). This
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700147 driver doesn't use onboard MPEG2 decoder. The
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 card is driven in Budget-only mode. Card is
149 required to have loaded firmware to tune properly.
150 Firmware can be loaded by insertion and removal of
151 standard AV7110 driver prior to loading this
152 driver.
153
154 Say Y if you own such a card and want to use it.
155
156 To compile this driver as a module, choose M here: the
157 module will be called budget-patch.