diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 52 |
1 files changed, 22 insertions, 30 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 82ebe6c41..735dfded3 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -1,14 +1,3 @@ -comment "Misc. Frontend Modules" - depends on DVB_CORE - -config DVB_TWINHAN_DST - tristate "Twinhan DST based DVB-S/-T frontend" - depends on DVB_CORE && DVB_BT8XX - help - Used in such cards as the VP-1020/1030, Twinhan DST, - VVmer TV@SAT. Say Y when you want to support frontends - using this asic. - comment "DVB-S (satellite) frontends" depends on DVB_CORE @@ -74,35 +63,27 @@ config DVB_SP887X help A DVB-T tuner module. Say Y when you want to support this frontend. + This driver needs a copy of the Avermedia firmware. The version tested + is part of the Avermedia DVB-T 1.3.26.3 Application. If the software is + installed in Windoze the file will be in the /Program Files/AVerTV DVB-T/ + directory and is called sc_main.mc. Alternatively it can "extracted" from + the install cab files. + + Copy this file to '/usr/lib/hotplug/firmware/dvb-fe-sp887x.fw'. + 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_SP887X_FIRMWARE_FILE - string "Full pathname of sp887x firmware file" - depends on DVB_SP887X - default "/usr/lib/hotplug/firmware/sc_main.mc" - help - This driver needs a copy of the Avermedia firmware. The version tested - is part of the Avermedia DVB-T 1.3.26.3 Application. This can be downloaded - from the Avermedia web site. - If the software is installed in Windows the file will be in the - /Program Files/AVerTV DVB-T/ directory and is called sc_main.mc. - Alternatively it can "extracted" from the install cab files but this will have - to be done in windows as I don't know of a linux version of extract.exe. - Copy this file to /usr/lib/hotplug/firmware/sc_main.mc. - With this version of the file the first 10 bytes are discarded and the next - 0x4000 loaded. This may change in future versions. - config DVB_ALPS_TDLB7 tristate "Alps TDLB7 based" 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. + This driver needs a copy of the firmware file from the Haupauge + Windoze driver. Copy 'Sc_main.mc' to + '/usr/lib/hotplug/firmware/dvb-fe-tdlb7.fw'. If you don't know what tuner module is soldered on your DVB adapter simply enable all supported frontends, the @@ -180,3 +161,14 @@ config DVB_VES1820 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. + +comment "Misc. Frontend Modules" + depends on DVB_CORE + +config DVB_TWINHAN_DST + tristate "Twinhan DST based DVB-S/-T frontend" + depends on DVB_CORE && DVB_BT8XX + help + Used in such cards as the VP-1020/1030, Twinhan DST, + VVmer TV@SAT. Say Y when you want to support frontends + using this asic. |