mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 22:56:41 +07:00
6bdcc6e6db
The code of the dvb-pll driver and the lgh06xf driver is nearly identical. The main difference is that the lgh06xf driver would set the AGC TOP value on every tune call. The dvb-pll driver now has the ability to set the AGC TOP when the front-end device is opened, which is a better way to go about it. By using this ability of dvb-pll, the lgh06xf driver is made unnecessary. There is one other difference. dvb-pll will probe for the presence of an I2C pll chip by doing a one byte read, the lgh06xf driver did not do this. In some devices the PLL is not reachable over I2C at the timer the tuner is attached. Some more initialization, such as firmware loading, must take place first. None of the devices using a LG-H06xF should have this problem. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Acked-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
343 lines
9.8 KiB
Plaintext
343 lines
9.8 KiB
Plaintext
menu "Customise DVB Frontends"
|
|
depends on DVB_CORE
|
|
|
|
config DVB_FE_CUSTOMISE
|
|
bool "Customise the frontend modules to build"
|
|
default N
|
|
help
|
|
This allows the user to deselect frontend drivers unnecessary
|
|
for their hardware from the build. Use this option with care
|
|
as deselecting frontends which are in fact necessary will result
|
|
in DVB devices which cannot be tuned due to lack of driver support.
|
|
|
|
If unsure say N.
|
|
|
|
comment "DVB-S (satellite) frontends"
|
|
depends on DVB_CORE
|
|
|
|
config DVB_STV0299
|
|
tristate "ST STV0299 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_CX24110
|
|
tristate "Conexant CX24110 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_CX24123
|
|
tristate "Conexant CX24123 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_TDA8083
|
|
tristate "Philips TDA8083 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_MT312
|
|
tristate "Zarlink VP310/MT312 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_VES1X93
|
|
tristate "VLSI VES1893 or VES1993 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_S5H1420
|
|
tristate "Samsung S5H1420 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_TDA10086
|
|
tristate "Philips TDA10086 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
comment "DVB-T (terrestrial) frontends"
|
|
depends on DVB_CORE
|
|
|
|
config DVB_SP8870
|
|
tristate "Spase sp8870 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
select FW_LOADER
|
|
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>/Documentation/dvb/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).
|
|
|
|
config DVB_SP887X
|
|
tristate "Spase sp887x based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
select FW_LOADER
|
|
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>/Documentation/dvb/get_dvb_firmware sp887x" to
|
|
download/extract it, and then copy it to /usr/lib/hotplug/firmware
|
|
or /lib/firmware (depending on configuration of firmware hotplug).
|
|
|
|
config DVB_CX22700
|
|
tristate "Conexant CX22700 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_CX22702
|
|
tristate "Conexant cx22702 demodulator (OFDM)"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_L64781
|
|
tristate "LSI L64781"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_TDA1004X
|
|
tristate "Philips TDA10045H/TDA10046H based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
select FW_LOADER
|
|
help
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
This driver needs external firmware. Please use the commands
|
|
"<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
|
|
"<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
|
|
download/extract them, and then copy them to /usr/lib/hotplug/firmware
|
|
or /lib/firmware (depending on configuration of firmware hotplug).
|
|
|
|
config DVB_NXT6000
|
|
tristate "NxtWave Communications NXT6000 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_MT352
|
|
tristate "Zarlink MT352 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_ZL10353
|
|
tristate "Zarlink ZL10353 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_DIB3000MB
|
|
tristate "DiBcom 3000M-B"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Designed for mobile usage. Say Y when you want
|
|
to support this frontend.
|
|
|
|
config DVB_DIB3000MC
|
|
tristate "DiBcom 3000P/M-C"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Designed for mobile usage. Say Y when you want
|
|
to support this frontend.
|
|
|
|
config DVB_DIB7000M
|
|
tristate "DiBcom 7000MA/MB/PA/PB/MC"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Designed for mobile usage. Say Y when you want
|
|
to support this frontend.
|
|
|
|
config DVB_DIB7000P
|
|
tristate "DiBcom 7000PC"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T tuner module. Designed for mobile usage. Say Y when you want
|
|
to support this frontend.
|
|
|
|
comment "DVB-C (cable) frontends"
|
|
depends on DVB_CORE
|
|
|
|
config DVB_VES1820
|
|
tristate "VLSI VES1820 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-C tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_TDA10021
|
|
tristate "Philips TDA10021 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-C tuner module. Say Y when you want to support this frontend.
|
|
|
|
config DVB_STV0297
|
|
tristate "ST STV0297 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-C tuner module. Say Y when you want to support this frontend.
|
|
|
|
comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
|
|
depends on DVB_CORE
|
|
|
|
config DVB_NXT200X
|
|
tristate "NxtWave Communications NXT2002/NXT2004 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
select FW_LOADER
|
|
help
|
|
An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
|
|
to support this frontend.
|
|
|
|
This driver needs external firmware. Please use the commands
|
|
"<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
|
|
"<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
|
|
download/extract them, and then copy them to /usr/lib/hotplug/firmware
|
|
or /lib/firmware (depending on configuration of firmware hotplug).
|
|
|
|
config DVB_OR51211
|
|
tristate "Oren OR51211 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
select FW_LOADER
|
|
help
|
|
An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
|
|
|
|
This driver needs external firmware. Please use the command
|
|
"<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
|
|
download it, and then copy it to /usr/lib/hotplug/firmware
|
|
or /lib/firmware (depending on configuration of firmware hotplug).
|
|
|
|
config DVB_OR51132
|
|
tristate "Oren OR51132 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
select FW_LOADER
|
|
help
|
|
An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
|
|
to support this frontend.
|
|
|
|
This driver needs external firmware. Please use the commands
|
|
"<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
|
|
"<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
|
|
download firmwares for 8VSB and QAM64/256, respectively. Copy them to
|
|
/usr/lib/hotplug/firmware or /lib/firmware (depending on
|
|
configuration of firmware hotplug).
|
|
|
|
config DVB_BCM3510
|
|
tristate "Broadcom BCM3510"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
select FW_LOADER
|
|
help
|
|
An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
|
|
support this frontend.
|
|
|
|
config DVB_LGDT330X
|
|
tristate "LG Electronics LGDT3302/LGDT3303 based"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
|
|
to support this frontend.
|
|
|
|
comment "Tuners/PLL support"
|
|
depends on DVB_CORE
|
|
|
|
config DVB_PLL
|
|
tristate "Generic I2C PLL based tuners"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
This module driver a number of tuners based on PLL chips with a
|
|
common I2C interface. Say Y when you want to support these tuners.
|
|
|
|
config DVB_TDA826X
|
|
tristate "Philips TDA826X silicon tuner"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-S silicon tuner module. Say Y when you want to support this tuner.
|
|
|
|
config DVB_TDA827X
|
|
tristate "Philips TDA827X silicon tuner"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVB-T silicon tuner module. Say Y when you want to support this tuner.
|
|
|
|
config DVB_TUNER_QT1010
|
|
tristate "Quantek QT1010 silicon tuner"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A driver for the silicon tuner QT1010 from Quantek.
|
|
|
|
config DVB_TUNER_MT2060
|
|
tristate "Microtune MT2060 silicon IF tuner"
|
|
depends on I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A driver for the silicon IF tuner MT2060 from Microtune.
|
|
|
|
comment "Miscellaneous devices"
|
|
depends on DVB_CORE
|
|
|
|
config DVB_LNBP21
|
|
tristate "LNBP21 SEC controller"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
An SEC control chip.
|
|
|
|
config DVB_ISL6421
|
|
tristate "ISL6421 SEC controller"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
An SEC control chip.
|
|
|
|
config DVB_TUA6100
|
|
tristate "TUA6100 PLL"
|
|
depends on DVB_CORE && I2C
|
|
default m if DVB_FE_CUSTOMISE
|
|
help
|
|
A DVBS PLL chip.
|
|
|
|
endmenu
|