blob: 0816344e0206d73ef3830258399e6f7303f53761 [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
Mauro Carvalho Chehab755a18b2008-05-06 14:09:01 -03008 depends on HOTPLUG
Oliver Endrissd98821e2006-09-14 00:15:13 -03009 select FW_LOADER if !DVB_AV7110_FIRMWARE
Trent Piepho8ae1fe22007-11-01 01:16:05 -030010 select TTPCI_EEPROM
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 select VIDEO_SAA7146_VV
Trent Piepho8ae1fe22007-11-01 01:16:05 -030012 depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030013 select DVB_VES1820 if !DVB_FE_CUSTOMISE
14 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
15 select DVB_STV0299 if !DVB_FE_CUSTOMISE
16 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
17 select DVB_SP8870 if !DVB_FE_CUSTOMISE
18 select DVB_STV0297 if !DVB_FE_CUSTOMISE
19 select DVB_L64781 if !DVB_FE_CUSTOMISE
20 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070021 help
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070022 Support for SAA7146 and AV7110 based DVB cards as produced
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 by Fujitsu-Siemens, Technotrend, Hauppauge and others.
24
25 This driver only supports the fullfeatured cards with
26 onboard MPEG2 decoder.
27
Michael Krufky50c25ff2006-01-09 15:25:34 -020028 This driver needs an external firmware. Please use the script
29 "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to
Ville Skytt\รค12e66f62006-01-09 15:25:38 -020030 download/extract it, and then copy it to /usr/lib/hotplug/firmware
31 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -070032
33 Say Y if you own such a card and want to use it.
34
35config DVB_AV7110_FIRMWARE
36 bool "Compile AV7110 firmware into the driver"
37 depends on DVB_AV7110 && !STANDALONE
38 default y if DVB_AV7110=y
39 help
40 The AV7110 firmware is normally loaded by the firmware hotplug manager.
41 If you want to compile the firmware into the driver you need to say
42 Y here and provide the correct path of the firmware. You need this
43 option if you want to compile the whole driver statically into the
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070044 kernel.
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
46 All other people say N.
47
48config DVB_AV7110_FIRMWARE_FILE
49 string "Full pathname of av7110 firmware file"
50 depends on DVB_AV7110_FIRMWARE
51 default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw"
52
53config DVB_AV7110_OSD
54 bool "AV7110 OSD support"
55 depends on DVB_AV7110
56 default y if DVB_AV7110=y || DVB_AV7110=m
57 help
58 The AV7110 firmware provides some code to generate an OnScreenDisplay
59 on the video output. This is kind of nonstandard and not guaranteed to
60 be maintained.
61
62 Anyway, some popular DVB software like VDR uses this OSD to render
63 its menus, so say Y if you want to use this software.
64
65 All other people say N.
66
Trent Piepho8ae1fe22007-11-01 01:16:05 -030067config DVB_BUDGET_CORE
68 tristate "SAA7146 DVB cards (aka Budget, Nova-PCI)"
Marco Schluessler58a44042007-10-31 01:20:42 -030069 depends on DVB_CORE && PCI && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070070 select VIDEO_SAA7146
Trent Piepho8ae1fe22007-11-01 01:16:05 -030071 select TTPCI_EEPROM
72 help
73 Support for simple SAA7146 based DVB cards
74 (so called Budget- or Nova-PCI cards) without onboard
75 MPEG2 decoder.
76
77config DVB_BUDGET
78 tristate "Budget cards"
79 depends on DVB_BUDGET_CORE && I2C
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030080 select DVB_STV0299 if !DVB_FE_CUSTOMISE
81 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
82 select DVB_VES1820 if !DVB_FE_CUSTOMISE
83 select DVB_L64781 if !DVB_FE_CUSTOMISE
84 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
85 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
Hartmut Birraa323ac2007-04-21 19:37:17 -030086 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030087 select DVB_S5H1420 if !DVB_FE_CUSTOMISE
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030088 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
89 select DVB_TDA826X if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -030090 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070091 help
Trent Piepho8ae1fe22007-11-01 01:16:05 -030092 Support for simple SAA7146 based DVB cards (so called Budget-
93 or Nova-PCI cards) without onboard MPEG2 decoder, and without
94 analog inputs or an onboard Common Interface connector.
Linus Torvalds1da177e2005-04-16 15:20:36 -070095
96 Say Y if you own such a card and want to use it.
97
98 To compile this driver as a module, choose M here: the
99 module will be called budget.
100
101config DVB_BUDGET_CI
102 tristate "Budget cards with onboard CI connector"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300103 depends on DVB_BUDGET_CORE && I2C
Mauro Carvalho Chehabfde60742008-06-05 18:59:08 -0300104 depends on INPUT # due to IR
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300105 select DVB_STV0297 if !DVB_FE_CUSTOMISE
106 select DVB_STV0299 if !DVB_FE_CUSTOMISE
107 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
108 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehaba046e432008-06-16 12:35:06 -0300109 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
David Hardeman2520fff2006-12-02 21:16:05 -0200110 select VIDEO_IR
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 onboard Common Interface connector.
115
116 Note: The Common Interface is not yet supported by this driver
117 due to lack of information from the vendor.
118
119 Say Y if you own such a card and want to use it.
120
121 To compile this driver as a module, choose M here: the
122 module will be called budget-ci.
123
124config DVB_BUDGET_AV
125 tristate "Budget cards with analog video inputs"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300126 depends on DVB_BUDGET_CORE && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127 select VIDEO_SAA7146_VV
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300128 depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
Mauro Carvalho Chehab755a18b2008-05-06 14:09:01 -0300129 depends on HOTPLUG # dependency of FW_LOADER
Michael Krufky47a99912007-06-12 16:10:51 -0300130 select DVB_PLL if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300131 select DVB_STV0299 if !DVB_FE_CUSTOMISE
132 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
133 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
Hartmut Birraa323ac2007-04-21 19:37:17 -0300134 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Andrew de Quincey1c72cfdce2006-09-05 17:58:20 -0300135 select DVB_TUA6100 if !DVB_FE_CUSTOMISE
Adrian Bunk7eaa4142005-08-31 17:43:51 +0200136 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 help
138 Support for simple SAA7146 based DVB cards
139 (so called Budget- or Nova-PCI cards) without onboard
140 MPEG2 decoder, but with one or more analog video inputs.
141
142 Say Y if you own such a card and want to use it.
143
144 To compile this driver as a module, choose M here: the
145 module will be called budget-av.
146
147config DVB_BUDGET_PATCH
148 tristate "AV7110 cards with Budget Patch"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300149 depends on DVB_BUDGET_CORE && I2C
150 depends on DVB_AV7110
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300151 select DVB_STV0299 if !DVB_FE_CUSTOMISE
152 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
153 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 help
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700155 Support for Budget Patch (full TS) modification on
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156 SAA7146+AV7110 based cards (DVB-S cards). This
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700157 driver doesn't use onboard MPEG2 decoder. The
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 card is driven in Budget-only mode. Card is
159 required to have loaded firmware to tune properly.
160 Firmware can be loaded by insertion and removal of
161 standard AV7110 driver prior to loading this
162 driver.
163
164 Say Y if you own such a card and want to use it.
165
166 To compile this driver as a module, choose M here: the
167 module will be called budget-patch.