diff options
author | Holger Waechtler <devnull@localhost> | 2003-11-20 03:54:10 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2003-11-20 03:54:10 +0000 |
commit | 16df2e090a7bbd03359880991777c52fed1874c9 (patch) | |
tree | f54633609c50aad85b8c704de64b71a68a0e0475 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 03efc557ef5c42cb4e6259997665e6ccc4b29ead (diff) | |
download | mediapointer-dvb-s2-16df2e090a7bbd03359880991777c52fed1874c9.tar.gz mediapointer-dvb-s2-16df2e090a7bbd03359880991777c52fed1874c9.tar.bz2 |
firmware loader implementation contributed by Martin Stubbs
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index dd20a8aab..e9dc80540 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -155,3 +155,19 @@ config DVB_TDA1004X_FIRMWARE_FILE wget http://www.technotrend.de/new/215/TTweb_215a_budget_20_05_2003.zip unzip -j TTweb_215a_budget_20_05_2003.zip Software/Oem/PCI/App/ttlcdacc.dll mv ttlcdacc.dll /etc/dvb/tda1004x.bin + +config DVB_SP887X_FIRMWARE_FILE + string "Full pathname of sp887x firmware file" + depends on DVB_SP887X + default "/etc/dvb/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 /etc/dvb/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.
\ No newline at end of file |