blob: 07643e01009340cada617b9979a2837ad7747965 [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
David Hardeman2520fff2006-12-02 21:16:05 -0200109 select VIDEO_IR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 help
111 Support for simple SAA7146 based DVB cards
112 (so called Budget- or Nova-PCI cards) without onboard
113 MPEG2 decoder, but with onboard Common Interface connector.
114
115 Note: The Common Interface is not yet supported by this driver
116 due to lack of information from the vendor.
117
118 Say Y if you own such a card and want to use it.
119
120 To compile this driver as a module, choose M here: the
121 module will be called budget-ci.
122
123config DVB_BUDGET_AV
124 tristate "Budget cards with analog video inputs"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300125 depends on DVB_BUDGET_CORE && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126 select VIDEO_SAA7146_VV
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300127 depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
Mauro Carvalho Chehab755a18b2008-05-06 14:09:01 -0300128 depends on HOTPLUG # dependency of FW_LOADER
Michael Krufky47a99912007-06-12 16:10:51 -0300129 select DVB_PLL if !DVB_FE_CUSTOMISE
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300130 select DVB_STV0299 if !DVB_FE_CUSTOMISE
131 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
132 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
Hartmut Birraa323ac2007-04-21 19:37:17 -0300133 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Andrew de Quincey1c72cfdce2006-09-05 17:58:20 -0300134 select DVB_TUA6100 if !DVB_FE_CUSTOMISE
Adrian Bunk7eaa4142005-08-31 17:43:51 +0200135 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 help
137 Support for simple SAA7146 based DVB cards
138 (so called Budget- or Nova-PCI cards) without onboard
139 MPEG2 decoder, but with one or more analog video inputs.
140
141 Say Y if you own such a card and want to use it.
142
143 To compile this driver as a module, choose M here: the
144 module will be called budget-av.
145
146config DVB_BUDGET_PATCH
147 tristate "AV7110 cards with Budget Patch"
Trent Piepho8ae1fe22007-11-01 01:16:05 -0300148 depends on DVB_BUDGET_CORE && I2C
149 depends on DVB_AV7110
Andrew de Quinceyadc619a2006-08-08 09:10:10 -0300150 select DVB_STV0299 if !DVB_FE_CUSTOMISE
151 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
152 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 help
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700154 Support for Budget Patch (full TS) modification on
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155 SAA7146+AV7110 based cards (DVB-S cards). This
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700156 driver doesn't use onboard MPEG2 decoder. The
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157 card is driven in Budget-only mode. Card is
158 required to have loaded firmware to tune properly.
159 Firmware can be loaded by insertion and removal of
160 standard AV7110 driver prior to loading this
161 driver.
162
163 Say Y if you own such a card and want to use it.
164
165 To compile this driver as a module, choose M here: the
166 module will be called budget-patch.