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