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