| # SPDX-License-Identifier: GPL-2.0-only |
| config DVB_AV7110_IR |
| bool |
| depends on RC_CORE=y || RC_CORE = DVB_AV7110 |
| default DVB_AV7110 |
| |
| config DVB_AV7110 |
| tristate "AV7110 cards" |
| depends on DVB_CORE && PCI && I2C |
| select TTPCI_EEPROM |
| select VIDEO_SAA7146_VV |
| depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV |
| select DVB_VES1820 if MEDIA_SUBDRV_AUTOSELECT |
| select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT |
| select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT |
| select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT |
| select DVB_SP8870 if MEDIA_SUBDRV_AUTOSELECT |
| select DVB_STV0297 if MEDIA_SUBDRV_AUTOSELECT |
| select DVB_L64781 if MEDIA_SUBDRV_AUTOSELECT |
| select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT |
| help |
| Support for SAA7146 and AV7110 based DVB cards as produced |
| by Fujitsu-Siemens, Technotrend, Hauppauge and others. |
| |
| This driver only supports the fullfeatured cards with |
| onboard MPEG2 decoder. |
| |
| This driver needs an external firmware. Please use the script |
| "<kerneldir>/scripts/get_dvb_firmware av7110" to |
| download/extract it, and then copy it to /usr/lib/hotplug/firmware |
| or /lib/firmware (depending on configuration of firmware hotplug). |
| |
| Alternatively, you can download the file and use the kernel's |
| EXTRA_FIRMWARE configuration option to build it into your |
| kernel image by adding the filename to the EXTRA_FIRMWARE |
| configuration option string. |
| |
| Say Y if you own such a card and want to use it. |
| |
| config DVB_AV7110_OSD |
| bool "AV7110 OSD support" |
| depends on DVB_AV7110 |
| default y if DVB_AV7110=y || DVB_AV7110=m |
| help |
| The AV7110 firmware provides some code to generate an OnScreenDisplay |
| on the video output. This is kind of nonstandard and not guaranteed to |
| be maintained. |
| |
| Anyway, some popular DVB software like VDR uses this OSD to render |
| its menus, so say Y if you want to use this software. |
| |
| All other people say N. |
| |
| config DVB_BUDGET_PATCH |
| tristate "AV7110 cards with Budget Patch" |
| depends on DVB_BUDGET_CORE && I2C |
| depends on DVB_AV7110 |
| select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT |
| select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT |
| select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT |
| help |
| Support for Budget Patch (full TS) modification on |
| SAA7146+AV7110 based cards (DVB-S cards). This |
| driver doesn't use onboard MPEG2 decoder. The |
| card is driven in Budget-only mode. Card is |
| required to have loaded firmware to tune properly. |
| Firmware can be loaded by insertion and removal of |
| standard AV7110 driver prior to loading this |
| driver. |
| |
| Say Y if you own such a card and want to use it. |
| |
| To compile this driver as a module, choose M here: the |
| module will be called budget-patch. |
| |
| if DVB_AV7110 |
| |
| # Frontend driver that it is used only by AV7110 driver |
| # While technically independent, it doesn't make sense to keep |
| # it if we drop support for AV7110, as no other driver will use it. |
| |
| config DVB_SP8870 |
| tristate "Spase sp8870 based" |
| depends on DVB_CORE && I2C |
| default m if !MEDIA_SUBDRV_AUTOSELECT |
| help |
| A DVB-T tuner module. Say Y when you want to support this frontend. |
| |
| This driver needs external firmware. Please use the command |
| "<kerneldir>/scripts/get_dvb_firmware sp8870" to |
| download/extract it, and then copy it to /usr/lib/hotplug/firmware |
| or /lib/firmware (depending on configuration of firmware hotplug). |
| |
| endif |