blob: 772990415f999d83e57f1214e49ed20b1e3b48d2 [file] [log] [blame]
Trent Piepho8ae1fe22007-11-01 01:16:05 -03001config TTPCI_EEPROM
2 tristate
3 default n
4
Linus Torvalds1da177e2005-04-16 15:20:36 -07005config DVB_AV7110
6 tristate "AV7110 cards"
Marco Schluessler58a44042007-10-31 01:20:42 -03007 depends on DVB_CORE && PCI && I2C
Trent Piepho8ae1fe22007-11-01 01:16:05 -03008 select TTPCI_EEPROM
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 select VIDEO_SAA7146_VV
Trent Piepho8ae1fe22007-11-01 01:16:05 -030010 depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030011 select DVB_VES1820 if !DVB_FE_CUSTOMISE
12 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
13 select DVB_STV0299 if !DVB_FE_CUSTOMISE
14 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
15 select DVB_SP8870 if !DVB_FE_CUSTOMISE
16 select DVB_STV0297 if !DVB_FE_CUSTOMISE
17 select DVB_L64781 if !DVB_FE_CUSTOMISE
18 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070019 help
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070020 Support for SAA7146 and AV7110 based DVB cards as produced
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 by Fujitsu-Siemens, Technotrend, Hauppauge and others.
22
23 This driver only supports the fullfeatured cards with
24 onboard MPEG2 decoder.
25
Michael Krufky50c25ff2006-01-09 15:25:34 -020026 This driver needs an external firmware. Please use the script
27 "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
Ville Skytt\รค12e66f62006-01-09 15:25:38 -020028 download/extract it, and then copy it to /usr/lib/hotplug/firmware
29 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -070030
31 Say Y if you own such a card and want to use it.
32
33config DVB_AV7110_FIRMWARE
34 bool "Compile AV7110 firmware into the driver"
35 depends on DVB_AV7110 && !STANDALONE
36 default y if DVB_AV7110=y
37 help
38 The AV7110 firmware is normally loaded by the firmware hotplug manager.
39 If you want to compile the firmware into the driver you need to say
40 Y here and provide the correct path of the firmware. You need this
41 option if you want to compile the whole driver statically into the
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070042 kernel.
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
44 All other people say N.
45
46config DVB_AV7110_FIRMWARE_FILE
47 string "Full pathname of av7110 firmware file"
48 depends on DVB_AV7110_FIRMWARE
49 default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw"
50
51config DVB_AV7110_OSD
52 bool "AV7110 OSD support"
53 depends on DVB_AV7110
54 default y if DVB_AV7110=y || DVB_AV7110=m
55 help
56 The AV7110 firmware provides some code to generate an OnScreenDisplay
57 on the video output. This is kind of nonstandard and not guaranteed to
58 be maintained.
59
60 Anyway, some popular DVB software like VDR uses this OSD to render
61 its menus, so say Y if you want to use this software.
62
63 All other people say N.
64
Trent Piepho8ae1fe22007-11-01 01:16:05 -030065config DVB_BUDGET_CORE
66 tristate "SAA7146 DVB cards (aka Budget, Nova-PCI)"
Marco Schluessler58a44042007-10-31 01:20:42 -030067 depends on DVB_CORE && PCI && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 select VIDEO_SAA7146
Trent Piepho8ae1fe22007-11-01 01:16:05 -030069 select TTPCI_EEPROM
70 help
71 Support for simple SAA7146 based DVB cards
72 (so called Budget- or Nova-PCI cards) without onboard
73 MPEG2 decoder.
74
75config DVB_BUDGET
76 tristate "Budget cards"
77 depends on DVB_BUDGET_CORE && I2C
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030078 select DVB_STV0299 if !DVB_FE_CUSTOMISE
79 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
80 select DVB_VES1820 if !DVB_FE_CUSTOMISE
81 select DVB_L64781 if !DVB_FE_CUSTOMISE
82 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
83 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
Hartmut Birraa323ac2007-04-21 19:37:17 -030084 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030085 select DVB_S5H1420 if !DVB_FE_CUSTOMISE
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030086 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
87 select DVB_TDA826X if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030088 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
Oliver Endriss81ae9532008-09-03 18:16:09 -030089 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 help
Trent Piepho8ae1fe22007-11-01 01:16:05 -030091 Support for simple SAA7146 based DVB cards (so called Budget-
92 or Nova-PCI cards) without onboard MPEG2 decoder, and without
93 analog inputs or an onboard Common Interface connector.
Linus Torvalds1da177e2005-04-16 15:20:36 -070094
95 Say Y if you own such a card and want to use it.
96
97 To compile this driver as a module, choose M here: the
98 module will be called budget.
99
100config DVB_BUDGET_CI
101 tristate "Budget cards with onboard CI connector"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300102 depends on DVB_BUDGET_CORE && I2C
Mauro Carvalho Chehabfde60742008-06-05 18:59:08 -0300103 depends on INPUT # due to IR
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300104 select DVB_STV0297 if !DVB_FE_CUSTOMISE
105 select DVB_STV0299 if !DVB_FE_CUSTOMISE
106 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
Manu Abrahamed3d1502008-01-27 14:57:05 -0300107 select DVB_STB0899 if !DVB_FE_CUSTOMISE
108 select DVB_STB6100 if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300109 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehaba046e432008-06-16 12:35:06 -0300110 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300111 select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE
David Hardeman2520fff2006-12-02 21:16:05 -0200112 select VIDEO_IR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 help
114 Support for simple SAA7146 based DVB cards
115 (so called Budget- or Nova-PCI cards) without onboard
116 MPEG2 decoder, but with onboard Common Interface connector.
117
118 Note: The Common Interface is not yet supported by this driver
119 due to lack of information from the vendor.
120
121 Say Y if you own such a card and want to use it.
122
123 To compile this driver as a module, choose M here: the
124 module will be called budget-ci.
125
126config DVB_BUDGET_AV
127 tristate "Budget cards with analog video inputs"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300128 depends on DVB_BUDGET_CORE && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 select VIDEO_SAA7146_VV
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300130 depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
Michael Krufky47a99912007-06-12 16:10:51 -0300131 select DVB_PLL if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300132 select DVB_STV0299 if !DVB_FE_CUSTOMISE
133 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
134 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
Hartmut Birraa323ac2007-04-21 19:37:17 -0300135 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Manu Abrahamed3d1502008-01-27 14:57:05 -0300136 select DVB_STB0899 if !DVB_FE_CUSTOMISE
137 select DVB_TDA8261 if !DVB_FE_CUSTOMISE
Andrew de Quincey1c72cfdce2006-09-05 17:58:20 -0300138 select DVB_TUA6100 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139 help
140 Support for simple SAA7146 based DVB cards
141 (so called Budget- or Nova-PCI cards) without onboard
142 MPEG2 decoder, but with one or more analog video inputs.
143
144 Say Y if you own such a card and want to use it.
145
146 To compile this driver as a module, choose M here: the
147 module will be called budget-av.
148
149config DVB_BUDGET_PATCH
150 tristate "AV7110 cards with Budget Patch"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300151 depends on DVB_BUDGET_CORE && I2C
152 depends on DVB_AV7110
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300153 select DVB_STV0299 if !DVB_FE_CUSTOMISE
154 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
155 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156 help
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700157 Support for Budget Patch (full TS) modification on
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 SAA7146+AV7110 based cards (DVB-S cards). This
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700159 driver doesn't use onboard MPEG2 decoder. The
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 card is driven in Budget-only mode. Card is
161 required to have loaded firmware to tune properly.
162 Firmware can be loaded by insertion and removal of
163 standard AV7110 driver prior to loading this
164 driver.
165
166 Say Y if you own such a card and want to use it.
167
168 To compile this driver as a module, choose M here: the
169 module will be called budget-patch.