diff options
author | Andrew de Quincy <devnull@localhost> | 2003-06-27 11:50:04 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2003-06-27 11:50:04 +0000 |
commit | 792560bd9e52ded6a26e80ccc93baab135f1bae6 (patch) | |
tree | 8c04df8660a4eceec19ced8e8e71fa2045afa326 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | a3a9a83462125f6e7e6a232635dbdc8af145e510 (diff) | |
download | mediapointer-dvb-s2-792560bd9e52ded6a26e80ccc93baab135f1bae6.tar.gz mediapointer-dvb-s2-792560bd9e52ded6a26e80ccc93baab135f1bae6.tar.bz2 |
Firmware location can now be specified through v2.5 Kconfig.
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 020ecf71b..c7ff718ad 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -124,3 +124,14 @@ config DVB_TDA1004X 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_TDA1004X_FIRMWARE_FILE + string "Full pathname of tda1004x.bin firmware file" + depends on DVB_TDA1004X + default "/etc/dvb/tda1004x.bin" + help + The TDA1004X requires additional firmware in order to function. + The firmware file can obtained as follows: + 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 |