2005-04-17 00:20:36 +02:00
|
|
|
menu "Customise DVB Frontends"
|
|
|
|
depends on DVB_CORE
|
|
|
|
|
2006-08-08 14:10:11 +02:00
|
|
|
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.
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
comment "DVB-S (satellite) frontends"
|
|
|
|
depends on DVB_CORE
|
|
|
|
|
|
|
|
config DVB_STV0299
|
|
|
|
tristate "ST STV0299 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
|
|
|
config DVB_CX24110
|
|
|
|
tristate "Conexant CX24110 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-05-17 06:54:38 +02:00
|
|
|
help
|
2005-04-17 00:20:36 +02:00
|
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
2006-01-09 18:25:07 +01:00
|
|
|
|
|
|
|
config DVB_CX24123
|
|
|
|
tristate "Conexant CX24123 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2006-01-09 18:25:07 +01:00
|
|
|
help
|
|
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
2005-05-17 06:54:38 +02:00
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config DVB_TDA8083
|
|
|
|
tristate "Philips TDA8083 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
|
|
|
config DVB_MT312
|
2006-02-27 04:07:49 +01:00
|
|
|
tristate "Zarlink VP310/MT312 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
|
|
|
config DVB_VES1X93
|
|
|
|
tristate "VLSI VES1893 or VES1993 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
2005-07-08 02:57:53 +02:00
|
|
|
config DVB_S5H1420
|
|
|
|
tristate "Samsung S5H1420 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-07-08 02:57:53 +02:00
|
|
|
help
|
|
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
2006-08-08 14:10:10 +02:00
|
|
|
config DVB_TDA10086
|
|
|
|
tristate "Philips TDA10086 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:10 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
|
|
|
help
|
|
|
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
comment "DVB-T (terrestrial) frontends"
|
|
|
|
depends on DVB_CORE
|
|
|
|
|
|
|
|
config DVB_SP8870
|
2006-01-09 18:25:34 +01:00
|
|
|
tristate "Spase sp8870 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
select FW_LOADER
|
|
|
|
help
|
2006-01-09 18:25:34 +01:00
|
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
This driver needs external firmware. Please use the command
|
|
|
|
"<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
|
2006-01-09 18:25:38 +01:00
|
|
|
download/extract it, and then copy it to /usr/lib/hotplug/firmware
|
|
|
|
or /lib/firmware (depending on configuration of firmware hotplug).
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
config DVB_SP887X
|
2006-01-09 18:25:34 +01:00
|
|
|
tristate "Spase sp887x based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
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
|
2006-01-09 18:25:38 +01:00
|
|
|
download/extract it, and then copy it to /usr/lib/hotplug/firmware
|
|
|
|
or /lib/firmware (depending on configuration of firmware hotplug).
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
config DVB_CX22700
|
|
|
|
tristate "Conexant CX22700 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
|
|
|
config DVB_CX22702
|
2006-01-09 18:25:34 +01:00
|
|
|
tristate "Conexant cx22702 demodulator (OFDM)"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2006-01-09 18:25:34 +01:00
|
|
|
help
|
|
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
config DVB_L64781
|
|
|
|
tristate "LSI L64781"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
|
|
|
config DVB_TDA1004X
|
|
|
|
tristate "Philips TDA10045H/TDA10046H based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
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",
|
2006-01-09 18:25:34 +01:00
|
|
|
"<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
|
2006-01-09 18:25:38 +01:00
|
|
|
download/extract them, and then copy them to /usr/lib/hotplug/firmware
|
|
|
|
or /lib/firmware (depending on configuration of firmware hotplug).
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
config DVB_NXT6000
|
|
|
|
tristate "NxtWave Communications NXT6000 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
|
|
|
config DVB_MT352
|
|
|
|
tristate "Zarlink MT352 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
2006-02-28 12:34:59 +01:00
|
|
|
config DVB_ZL10353
|
|
|
|
tristate "Zarlink ZL10353 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2006-02-28 12:34:59 +01:00
|
|
|
help
|
|
|
|
A DVB-T tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config DVB_DIB3000MB
|
|
|
|
tristate "DiBcom 3000M-B"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
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"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-T tuner module. Designed for mobile usage. Say Y when you want
|
|
|
|
to support this frontend.
|
|
|
|
|
2006-10-17 23:28:14 +02:00
|
|
|
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.
|
|
|
|
|
2006-10-18 13:34:16 +02:00
|
|
|
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.
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
comment "DVB-C (cable) frontends"
|
|
|
|
depends on DVB_CORE
|
|
|
|
|
|
|
|
config DVB_VES1820
|
|
|
|
tristate "VLSI VES1820 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
2006-01-09 18:25:34 +01:00
|
|
|
A DVB-C tuner module. Say Y when you want to support this frontend.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
config DVB_TDA10021
|
|
|
|
tristate "Philips TDA10021 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2007-04-22 00:37:17 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
|
|
|
help
|
|
|
|
A DVB-C tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
|
|
|
config DVB_TDA10023
|
|
|
|
tristate "Philips TDA10023 based"
|
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
2006-01-09 18:25:34 +01:00
|
|
|
A DVB-C tuner module. Say Y when you want to support this frontend.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
config DVB_STV0297
|
|
|
|
tristate "ST STV0297 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
A DVB-C tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
2006-04-04 06:56:30 +02:00
|
|
|
comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
|
2005-04-17 00:20:36 +02:00
|
|
|
depends on DVB_CORE
|
|
|
|
|
2005-11-09 06:35:46 +01:00
|
|
|
config DVB_NXT200X
|
2006-03-16 17:18:25 +01:00
|
|
|
tristate "NxtWave Communications NXT2002/NXT2004 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-11-09 06:35:46 +01:00
|
|
|
select FW_LOADER
|
|
|
|
help
|
|
|
|
An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
|
|
|
|
to support this frontend.
|
|
|
|
|
2006-01-09 18:25:39 +01:00
|
|
|
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).
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
config DVB_OR51211
|
2006-03-16 17:18:25 +01:00
|
|
|
tristate "Oren OR51211 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-04-17 00:20:36 +02:00
|
|
|
select FW_LOADER
|
|
|
|
help
|
|
|
|
An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
|
|
|
|
|
2006-03-29 18:53:15 +02:00
|
|
|
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).
|
|
|
|
|
2005-05-17 06:54:38 +02:00
|
|
|
config DVB_OR51132
|
2006-03-16 17:18:25 +01:00
|
|
|
tristate "Oren OR51132 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-05-17 06:54:38 +02:00
|
|
|
select FW_LOADER
|
|
|
|
help
|
|
|
|
An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
|
|
|
|
to support this frontend.
|
|
|
|
|
2006-03-29 18:53:15 +02:00
|
|
|
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).
|
|
|
|
|
2005-06-24 07:02:41 +02:00
|
|
|
config DVB_BCM3510
|
|
|
|
tristate "Broadcom BCM3510"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-06-24 07:02:41 +02:00
|
|
|
select FW_LOADER
|
|
|
|
help
|
|
|
|
An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
|
|
|
|
support this frontend.
|
|
|
|
|
2005-07-27 20:46:00 +02:00
|
|
|
config DVB_LGDT330X
|
2005-08-10 02:48:54 +02:00
|
|
|
tristate "LG Electronics LGDT3302/LGDT3303 based"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2005-07-08 02:58:29 +02:00
|
|
|
help
|
|
|
|
An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
|
|
|
|
to support this frontend.
|
|
|
|
|
2006-08-08 14:10:10 +02:00
|
|
|
comment "Tuners/PLL support"
|
|
|
|
depends on DVB_CORE
|
|
|
|
|
2006-08-08 20:48:07 +02:00
|
|
|
config DVB_PLL
|
2007-04-27 17:31:28 +02:00
|
|
|
tristate "Generic I2C PLL based tuners"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2007-04-27 17:31:28 +02:00
|
|
|
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.
|
2006-08-08 20:48:07 +02:00
|
|
|
|
2006-08-08 14:10:10 +02:00
|
|
|
config DVB_TDA826X
|
|
|
|
tristate "Philips TDA826X silicon tuner"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:10 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
|
|
|
help
|
|
|
|
A DVB-S silicon tuner module. Say Y when you want to support this tuner.
|
2006-04-28 02:45:01 +02:00
|
|
|
|
2007-04-27 17:31:14 +02:00
|
|
|
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.
|
|
|
|
|
2007-01-21 19:56:10 +01:00
|
|
|
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.
|
|
|
|
|
2006-08-08 20:48:10 +02:00
|
|
|
config DVB_TUNER_MT2060
|
|
|
|
tristate "Microtune MT2060 silicon IF tuner"
|
2006-10-14 21:21:02 +02:00
|
|
|
depends on I2C
|
|
|
|
default m if DVB_FE_CUSTOMISE
|
2006-08-08 20:48:10 +02:00
|
|
|
help
|
|
|
|
A driver for the silicon IF tuner MT2060 from Microtune.
|
|
|
|
|
2006-04-28 02:45:01 +02:00
|
|
|
comment "Miscellaneous devices"
|
|
|
|
depends on DVB_CORE
|
|
|
|
|
|
|
|
config DVB_LNBP21
|
|
|
|
tristate "LNBP21 SEC controller"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2006-04-28 02:45:01 +02:00
|
|
|
help
|
|
|
|
An SEC control chip.
|
|
|
|
|
2006-04-28 02:45:09 +02:00
|
|
|
config DVB_ISL6421
|
|
|
|
tristate "ISL6421 SEC controller"
|
2006-08-08 20:48:07 +02:00
|
|
|
depends on DVB_CORE && I2C
|
2006-08-08 14:10:11 +02:00
|
|
|
default m if DVB_FE_CUSTOMISE
|
2006-04-28 02:45:09 +02:00
|
|
|
help
|
|
|
|
An SEC control chip.
|
|
|
|
|
2006-09-05 22:53:06 +02:00
|
|
|
config DVB_TUA6100
|
|
|
|
tristate "TUA6100 PLL"
|
|
|
|
depends on DVB_CORE && I2C
|
|
|
|
default m if DVB_FE_CUSTOMISE
|
|
|
|
help
|
|
|
|
A DVBS PLL chip.
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
endmenu
|