diff options
author | Holger Waechtler <devnull@localhost> | 2002-11-11 14:28:49 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2002-11-11 14:28:49 +0000 |
commit | 125004f2a9ce266aeca2b2031d7eaf4e1b803a27 (patch) | |
tree | fb89bca837fa27534245dd6a8b1f935267aceb44 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | a59f4e50b6d830aa252e8b7c360ff12f7f574fb7 (diff) | |
download | mediapointer-dvb-s2-125004f2a9ce266aeca2b2031d7eaf4e1b803a27.tar.gz mediapointer-dvb-s2-125004f2a9ce266aeca2b2031d7eaf4e1b803a27.tar.bz2 |
new 2.5 style KConfig files
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig new file mode 100644 index 000000000..011420893 --- /dev/null +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -0,0 +1,83 @@ +comment "Supported Frontend Modules" + depends on DVB + +config DVB_ALPS_BSRU6 + tristate "Alps BSRU6 (QPSK)" + depends on DVB_CORE + help + A DVB-S tuner module. + + Say Y when you want to support this frontend. + + If you don't know what tuner module is soldered on your + DVB adapter simply enable all supported frontends, the + right one will get autodetected. + +config DVB_ALPS_BSRV2 + tristate "Alps BSRV2 (QPSK)" + depends on DVB_CORE + help + A DVB-S tuner module. Say Y when you want to support this frontend. + + If you don't know what tuner module is soldered on your + DVB adapter simply enable all supported frontends, the + right one will get autodetected. + +config DVB_ALPS_TDLB7 + tristate "Alps TDLB7 (OFDM)" + depends on DVB_CORE + help + A DVB-T tuner module. Say Y when you want to support this frontend. + + This tuner module needs some microcode located in a file called + "Sc_main.mc" in the windows driver. Please pass the module parameter + mcfile="/PATH/FILENAME" when loading alps_tdlb7.o. + + If you don't know what tuner module is soldered on your + DVB adapter simply enable all supported frontends, the + right one will get autodetected. + + +config DVB_ALPS_TDMB7 + tristate "Alps TDMB7 (OFDM)" + depends on DVB_CORE + help + A DVB-T tuner module. Say Y when you want to support this frontend. + + If you don't know what tuner module is soldered on your + DVB adapter simply enable all supported frontends, the + right one will get autodetected. + + +config DVB_GRUNDIG_29504_491 + tristate "Grundig 29504-491 (QPSK)" + depends on DVB_CORE + help + A DVB-S tuner module. Say Y when you want to support this frontend. + + If you don't know what tuner module is soldered on your + DVB adapter simply enable all supported frontends, the + right one will get autodetected. + +config DVB_GRUNDIG_29504_401 + tristate "Grundig 29504-401 (OFDM)" + depends on DVB_CORE + help + A DVB-T tuner module. Say Y when you want to support this frontend. + + If you don't know what tuner module is soldered on your + DVB adapter simply enable all supported frontends, the + right one will get autodetected. + +config DVB_VES1820 + tristate "Frontends with external VES1820 demodulator (QAM)" + depends on DVB_CORE + help + The VES1820 Demodulator is used on many DVB-C PCI cards and in some + DVB-C SetTopBoxes. Say Y when you see this demodulator chip near your + tuner module. + + If you don't know what tuner module is soldered on your + DVB adapter simply enable all supported frontends, the + right one will get autodetected. + |