Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 1 | config TTPCI_EEPROM |
| 2 | tristate |
| 3 | default n |
| 4 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | config DVB_AV7110 |
| 6 | tristate "AV7110 cards" |
Marco Schluessler | 58a4404 | 2007-10-31 01:20:42 -0300 | [diff] [blame] | 7 | depends on DVB_CORE && PCI && I2C |
Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 8 | select TTPCI_EEPROM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | select VIDEO_SAA7146_VV |
Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 10 | depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV |
Andrew de Quincey | adc619a | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 11 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | help |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 20 | Support for SAA7146 and AV7110 based DVB cards as produced |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | by Fujitsu-Siemens, Technotrend, Hauppauge and others. |
| 22 | |
| 23 | This driver only supports the fullfeatured cards with |
| 24 | onboard MPEG2 decoder. |
| 25 | |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame] | 26 | This driver needs an external firmware. Please use the script |
| 27 | "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to |
Ville Skytt\รค | 12e66f6 | 2006-01-09 15:25:38 -0200 | [diff] [blame] | 28 | download/extract it, and then copy it to /usr/lib/hotplug/firmware |
| 29 | or /lib/firmware (depending on configuration of firmware hotplug). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | |
Jaswinder Singh | 4f8d182 | 2008-06-22 18:24:19 +0530 | [diff] [blame^] | 31 | Alternatively, you can download the file and use the kernel's |
| 32 | EXTRA_FIRMWARE configuration option to build it into your |
| 33 | kernel image by adding the filename to the EXTRA_FIRMWARE |
| 34 | configuration option string. |
| 35 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | Say Y if you own such a card and want to use it. |
| 37 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | config DVB_AV7110_OSD |
| 39 | bool "AV7110 OSD support" |
| 40 | depends on DVB_AV7110 |
| 41 | default y if DVB_AV7110=y || DVB_AV7110=m |
| 42 | help |
| 43 | The AV7110 firmware provides some code to generate an OnScreenDisplay |
| 44 | on the video output. This is kind of nonstandard and not guaranteed to |
| 45 | be maintained. |
| 46 | |
| 47 | Anyway, some popular DVB software like VDR uses this OSD to render |
| 48 | its menus, so say Y if you want to use this software. |
| 49 | |
| 50 | All other people say N. |
| 51 | |
Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 52 | config DVB_BUDGET_CORE |
| 53 | tristate "SAA7146 DVB cards (aka Budget, Nova-PCI)" |
Marco Schluessler | 58a4404 | 2007-10-31 01:20:42 -0300 | [diff] [blame] | 54 | depends on DVB_CORE && PCI && I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | select VIDEO_SAA7146 |
Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 56 | select TTPCI_EEPROM |
| 57 | help |
| 58 | Support for simple SAA7146 based DVB cards |
| 59 | (so called Budget- or Nova-PCI cards) without onboard |
| 60 | MPEG2 decoder. |
| 61 | |
| 62 | config DVB_BUDGET |
| 63 | tristate "Budget cards" |
| 64 | depends on DVB_BUDGET_CORE && I2C |
Andrew de Quincey | adc619a | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 65 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
| 66 | select DVB_VES1X93 if !DVB_FE_CUSTOMISE |
| 67 | select DVB_VES1820 if !DVB_FE_CUSTOMISE |
| 68 | select DVB_L64781 if !DVB_FE_CUSTOMISE |
| 69 | select DVB_TDA8083 if !DVB_FE_CUSTOMISE |
| 70 | select DVB_TDA10021 if !DVB_FE_CUSTOMISE |
Hartmut Birr | aa323ac | 2007-04-21 19:37:17 -0300 | [diff] [blame] | 71 | select DVB_TDA10023 if !DVB_FE_CUSTOMISE |
Andrew de Quincey | adc619a | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 72 | select DVB_S5H1420 if !DVB_FE_CUSTOMISE |
Andrew de Quincey | 17aafcc6 | 2006-08-08 15:48:07 -0300 | [diff] [blame] | 73 | select DVB_TDA10086 if !DVB_FE_CUSTOMISE |
| 74 | select DVB_TDA826X if !DVB_FE_CUSTOMISE |
Andrew de Quincey | adc619a | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 75 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE |
Oliver Endriss | 81ae953 | 2008-09-03 18:16:09 -0300 | [diff] [blame] | 76 | select DVB_TDA1004X if !DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | help |
Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 78 | Support for simple SAA7146 based DVB cards (so called Budget- |
| 79 | or Nova-PCI cards) without onboard MPEG2 decoder, and without |
| 80 | analog inputs or an onboard Common Interface connector. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | |
| 82 | Say Y if you own such a card and want to use it. |
| 83 | |
| 84 | To compile this driver as a module, choose M here: the |
| 85 | module will be called budget. |
| 86 | |
| 87 | config DVB_BUDGET_CI |
| 88 | tristate "Budget cards with onboard CI connector" |
Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 89 | depends on DVB_BUDGET_CORE && I2C |
Mauro Carvalho Chehab | fde6074 | 2008-06-05 18:59:08 -0300 | [diff] [blame] | 90 | depends on INPUT # due to IR |
Andrew de Quincey | adc619a | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 91 | select DVB_STV0297 if !DVB_FE_CUSTOMISE |
| 92 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
| 93 | select DVB_TDA1004X if !DVB_FE_CUSTOMISE |
Manu Abraham | ed3d150 | 2008-01-27 14:57:05 -0300 | [diff] [blame] | 94 | select DVB_STB0899 if !DVB_FE_CUSTOMISE |
| 95 | select DVB_STB6100 if !DVB_FE_CUSTOMISE |
Andrew de Quincey | adc619a | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 96 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE |
Mauro Carvalho Chehab | a046e43 | 2008-06-16 12:35:06 -0300 | [diff] [blame] | 97 | select DVB_TDA10023 if !DVB_FE_CUSTOMISE |
Mauro Carvalho Chehab | 1398ae1 | 2009-03-20 19:33:59 -0300 | [diff] [blame] | 98 | select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE |
David Hardeman | 2520fff | 2006-12-02 21:16:05 -0200 | [diff] [blame] | 99 | select VIDEO_IR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | help |
| 101 | Support for simple SAA7146 based DVB cards |
| 102 | (so called Budget- or Nova-PCI cards) without onboard |
| 103 | MPEG2 decoder, but with onboard Common Interface connector. |
| 104 | |
| 105 | Note: The Common Interface is not yet supported by this driver |
| 106 | due to lack of information from the vendor. |
| 107 | |
| 108 | Say Y if you own such a card and want to use it. |
| 109 | |
| 110 | To compile this driver as a module, choose M here: the |
| 111 | module will be called budget-ci. |
| 112 | |
| 113 | config DVB_BUDGET_AV |
| 114 | tristate "Budget cards with analog video inputs" |
Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 115 | depends on DVB_BUDGET_CORE && I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | select VIDEO_SAA7146_VV |
Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 117 | depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV |
Michael Krufky | 47a9991 | 2007-06-12 16:10:51 -0300 | [diff] [blame] | 118 | select DVB_PLL if !DVB_FE_CUSTOMISE |
Andrew de Quincey | adc619a | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 119 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
| 120 | select DVB_TDA1004X if !DVB_FE_CUSTOMISE |
| 121 | select DVB_TDA10021 if !DVB_FE_CUSTOMISE |
Hartmut Birr | aa323ac | 2007-04-21 19:37:17 -0300 | [diff] [blame] | 122 | select DVB_TDA10023 if !DVB_FE_CUSTOMISE |
Manu Abraham | ed3d150 | 2008-01-27 14:57:05 -0300 | [diff] [blame] | 123 | select DVB_STB0899 if !DVB_FE_CUSTOMISE |
| 124 | select DVB_TDA8261 if !DVB_FE_CUSTOMISE |
Andrew de Quincey | 1c72cfdc | 2006-09-05 17:58:20 -0300 | [diff] [blame] | 125 | select DVB_TUA6100 if !DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | help |
| 127 | Support for simple SAA7146 based DVB cards |
| 128 | (so called Budget- or Nova-PCI cards) without onboard |
| 129 | MPEG2 decoder, but with one or more analog video inputs. |
| 130 | |
| 131 | Say Y if you own such a card and want to use it. |
| 132 | |
| 133 | To compile this driver as a module, choose M here: the |
| 134 | module will be called budget-av. |
| 135 | |
| 136 | config DVB_BUDGET_PATCH |
| 137 | tristate "AV7110 cards with Budget Patch" |
Trent Piepho | 8ae1fe2 | 2007-11-01 01:16:05 -0300 | [diff] [blame] | 138 | depends on DVB_BUDGET_CORE && I2C |
| 139 | depends on DVB_AV7110 |
Andrew de Quincey | adc619a | 2006-08-08 09:10:10 -0300 | [diff] [blame] | 140 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
| 141 | select DVB_VES1X93 if !DVB_FE_CUSTOMISE |
| 142 | select DVB_TDA8083 if !DVB_FE_CUSTOMISE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 143 | help |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 144 | Support for Budget Patch (full TS) modification on |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | SAA7146+AV7110 based cards (DVB-S cards). This |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 146 | driver doesn't use onboard MPEG2 decoder. The |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | card is driven in Budget-only mode. Card is |
| 148 | required to have loaded firmware to tune properly. |
| 149 | Firmware can be loaded by insertion and removal of |
| 150 | standard AV7110 driver prior to loading this |
| 151 | driver. |
| 152 | |
| 153 | Say Y if you own such a card and want to use it. |
| 154 | |
| 155 | To compile this driver as a module, choose M here: the |
| 156 | module will be called budget-patch. |