Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | config DVB_AV7110 |
| 2 | tristate "AV7110 cards" |
| 3 | depends on DVB_CORE && PCI |
| 4 | select FW_LOADER |
| 5 | select VIDEO_DEV |
| 6 | select VIDEO_SAA7146_VV |
| 7 | select DVB_VES1820 |
| 8 | select DVB_VES1X93 |
| 9 | select DVB_STV0299 |
| 10 | select DVB_TDA8083 |
| 11 | select DVB_SP8870 |
| 12 | select DVB_STV0297 |
| 13 | select DVB_L64781 |
| 14 | help |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 15 | Support for SAA7146 and AV7110 based DVB cards as produced |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | by Fujitsu-Siemens, Technotrend, Hauppauge and others. |
| 17 | |
| 18 | This driver only supports the fullfeatured cards with |
| 19 | onboard MPEG2 decoder. |
| 20 | |
Michael Krufky | 50c25ff | 2006-01-09 15:25:34 -0200 | [diff] [blame^] | 21 | This driver needs an external firmware. Please use the script |
| 22 | "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to |
| 23 | download/extract it, and then copy it to /usr/lib/hotplug/firmware. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | |
| 25 | Say Y if you own such a card and want to use it. |
| 26 | |
| 27 | config DVB_AV7110_FIRMWARE |
| 28 | bool "Compile AV7110 firmware into the driver" |
| 29 | depends on DVB_AV7110 && !STANDALONE |
| 30 | default y if DVB_AV7110=y |
| 31 | help |
| 32 | The AV7110 firmware is normally loaded by the firmware hotplug manager. |
| 33 | If you want to compile the firmware into the driver you need to say |
| 34 | Y here and provide the correct path of the firmware. You need this |
| 35 | option if you want to compile the whole driver statically into the |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 36 | kernel. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | |
| 38 | All other people say N. |
| 39 | |
| 40 | config DVB_AV7110_FIRMWARE_FILE |
| 41 | string "Full pathname of av7110 firmware file" |
| 42 | depends on DVB_AV7110_FIRMWARE |
| 43 | default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw" |
| 44 | |
| 45 | config DVB_AV7110_OSD |
| 46 | bool "AV7110 OSD support" |
| 47 | depends on DVB_AV7110 |
| 48 | default y if DVB_AV7110=y || DVB_AV7110=m |
| 49 | help |
| 50 | The AV7110 firmware provides some code to generate an OnScreenDisplay |
| 51 | on the video output. This is kind of nonstandard and not guaranteed to |
| 52 | be maintained. |
| 53 | |
| 54 | Anyway, some popular DVB software like VDR uses this OSD to render |
| 55 | its menus, so say Y if you want to use this software. |
| 56 | |
| 57 | All other people say N. |
| 58 | |
| 59 | config DVB_BUDGET |
| 60 | tristate "Budget cards" |
| 61 | depends on DVB_CORE && PCI |
| 62 | select VIDEO_SAA7146 |
| 63 | select DVB_STV0299 |
| 64 | select DVB_VES1X93 |
| 65 | select DVB_VES1820 |
| 66 | select DVB_L64781 |
| 67 | select DVB_TDA8083 |
| 68 | select DVB_TDA10021 |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 69 | select DVB_S5H1420 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | help |
| 71 | Support for simple SAA7146 based DVB cards |
| 72 | (so called Budget- or Nova-PCI cards) without onboard |
| 73 | MPEG2 decoder. |
| 74 | |
| 75 | Say Y if you own such a card and want to use it. |
| 76 | |
| 77 | To compile this driver as a module, choose M here: the |
| 78 | module will be called budget. |
| 79 | |
| 80 | config DVB_BUDGET_CI |
| 81 | tristate "Budget cards with onboard CI connector" |
| 82 | depends on DVB_CORE && PCI |
| 83 | select VIDEO_SAA7146 |
Carlos Silva | f05cb32 | 2005-12-01 00:51:56 -0800 | [diff] [blame] | 84 | select DVB_STV0297 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | select DVB_STV0299 |
| 86 | select DVB_TDA1004X |
| 87 | help |
| 88 | Support for simple SAA7146 based DVB cards |
| 89 | (so called Budget- or Nova-PCI cards) without onboard |
| 90 | MPEG2 decoder, but with onboard Common Interface connector. |
| 91 | |
| 92 | Note: The Common Interface is not yet supported by this driver |
| 93 | due to lack of information from the vendor. |
| 94 | |
| 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-ci. |
| 99 | |
| 100 | config DVB_BUDGET_AV |
| 101 | tristate "Budget cards with analog video inputs" |
| 102 | depends on DVB_CORE && PCI |
| 103 | select VIDEO_DEV |
| 104 | select VIDEO_SAA7146_VV |
| 105 | select DVB_STV0299 |
Adrian Bunk | 7eaa414 | 2005-08-31 17:43:51 +0200 | [diff] [blame] | 106 | select DVB_TDA1004X |
| 107 | select DVB_TDA10021 |
| 108 | select FW_LOADER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | help |
| 110 | Support for simple SAA7146 based DVB cards |
| 111 | (so called Budget- or Nova-PCI cards) without onboard |
| 112 | MPEG2 decoder, but with one or more analog video inputs. |
| 113 | |
| 114 | Say Y if you own such a card and want to use it. |
| 115 | |
| 116 | To compile this driver as a module, choose M here: the |
| 117 | module will be called budget-av. |
| 118 | |
| 119 | config DVB_BUDGET_PATCH |
| 120 | tristate "AV7110 cards with Budget Patch" |
| 121 | depends on DVB_CORE && DVB_BUDGET |
| 122 | select DVB_AV7110 |
| 123 | select DVB_STV0299 |
| 124 | select DVB_VES1X93 |
| 125 | select DVB_TDA8083 |
| 126 | help |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 127 | Support for Budget Patch (full TS) modification on |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 | SAA7146+AV7110 based cards (DVB-S cards). This |
Andrew de Quincey | 96bf2f2 | 2005-07-07 17:57:53 -0700 | [diff] [blame] | 129 | driver doesn't use onboard MPEG2 decoder. The |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | card is driven in Budget-only mode. Card is |
| 131 | required to have loaded firmware to tune properly. |
| 132 | Firmware can be loaded by insertion and removal of |
| 133 | standard AV7110 driver prior to loading this |
| 134 | driver. |
| 135 | |
| 136 | Say Y if you own such a card and want to use it. |
| 137 | |
| 138 | To compile this driver as a module, choose M here: the |
| 139 | module will be called budget-patch. |