diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Config.help | 58 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/Config.in | 11 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 83 |
3 files changed, 83 insertions, 69 deletions
diff --git a/linux/drivers/media/dvb/frontends/Config.help b/linux/drivers/media/dvb/frontends/Config.help deleted file mode 100644 index 57adae862..000000000 --- a/linux/drivers/media/dvb/frontends/Config.help +++ /dev/null @@ -1,58 +0,0 @@ -CONFIG_DVB_ALPS_BSRU6 - 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 - 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 - 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 - 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 - 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 - 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 - 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. - diff --git a/linux/drivers/media/dvb/frontends/Config.in b/linux/drivers/media/dvb/frontends/Config.in deleted file mode 100644 index e397173b4..000000000 --- a/linux/drivers/media/dvb/frontends/Config.in +++ /dev/null @@ -1,11 +0,0 @@ - -comment 'Supported Frontend Modules' - -dep_tristate ' Alps BSRU6 (QPSK)' CONFIG_DVB_ALPS_BSRU6 $CONFIG_DVB_CORE -dep_tristate ' Alps BSRV2 (QPSK)' CONFIG_DVB_ALPS_BSRV2 $CONFIG_DVB_CORE -dep_tristate ' Alps TDLB7 (OFDM)' CONFIG_DVB_ALPS_TDLB7 $CONFIG_DVB_CORE -dep_tristate ' Alps TDMB7 (OFDM)' CONFIG_DVB_ALPS_TDMB7 $CONFIG_DVB_CORE -dep_tristate ' Grundig 29504-491 (QPSK)' CONFIG_DVB_GRUNDIG_29504_491 $CONFIG_DVB_CORE -dep_tristate ' Grundig 29504-401 (OFDM)' CONFIG_DVB_GRUNDIG_29504_401 $CONFIG_DVB_CORE -dep_tristate ' Frontends with external VES1820 demodulator (QAM)' CONFIG_DVB_VES1820 $CONFIG_DVB_CORE - 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. + |