diff options
author | Alex Woods <devnull@localhost> | 2003-12-07 20:10:25 +0000 |
---|---|---|
committer | Alex Woods <devnull@localhost> | 2003-12-07 20:10:25 +0000 |
commit | bd0e923a1ba99c268a5d89a31937c00ca43da911 (patch) | |
tree | b1a04134dce0994f7ff00c6266db9fc973ebdeb5 /linux/drivers/media/dvb/ttusb-dec/Kconfig | |
parent | 4b3830c616d398b5fde74f4d807a6b5857394b77 (diff) | |
download | mediapointer-dvb-s2-bd0e923a1ba99c268a5d89a31937c00ca43da911.tar.gz mediapointer-dvb-s2-bd0e923a1ba99c268a5d89a31937c00ca43da911.tar.bz2 |
Use the hotplug firmware loader for 2.6 kernels instead of compiling the
firmware into the module.
Diffstat (limited to 'linux/drivers/media/dvb/ttusb-dec/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/ttusb-dec/Kconfig | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/linux/drivers/media/dvb/ttusb-dec/Kconfig b/linux/drivers/media/dvb/ttusb-dec/Kconfig index 5b17e103f..6e56764f6 100644 --- a/linux/drivers/media/dvb/ttusb-dec/Kconfig +++ b/linux/drivers/media/dvb/ttusb-dec/Kconfig @@ -1,6 +1,6 @@ config DVB_TTUSB_DEC tristate "Technotrend/Hauppauge USB DEC devices" - depends on DVB_CORE && USB && !STANDALONE + depends on DVB_CORE && USB && FW_LOADER help Support for external USB adapters designed by Technotrend and produced by Hauppauge, shipped under the brand name 'DEC2000-t' @@ -11,24 +11,16 @@ config DVB_TTUSB_DEC an external software decoder to watch TV on your computer. The DEC devices require firmware in order to boot into a mode in - which they are slaves to the PC. These are required at compile - time. The firmware can be obtained and put into the default + which they are slaves to the PC. See + linux/Documentation/dvb/FIRMWARE for details. + + The firmware can be obtained and put into the default locations as follows: wget http://hauppauge.lightpath.net/de/dec215a.exe unzip -j dec215a.exe Software/Oem/STB/App/Boot/STB_PC_T.bin - mv STB_PC_T.bin /etc/dvb/dec2000t.bin + mv STB_PC_T.bin /usr/lib/hotplug/firmware/dec2000t.bin unzip -j dec215a.exe Software/Oem/STB/App/Boot/STB_PC_S.bin - mv STB_PC_S.bin /etc/dvb/dec3000s.bin + mv STB_PC_S.bin /usr/lib/hotplug/firmware/dec3000s.bin Say Y if you own such a device and want to use it. - -config DVB_TTUSB_DEC2000T_FIRMWARE_FILE - string "Full pathname of dec2000t.bin firmware file" - depends on DVB_TTUSB_DEC - default "/etc/dvb/dec2000t.bin" - -config DVB_TTUSB_DEC3000S_FIRMWARE_FILE - string "Full pathname of dec3000s.bin firmware file" - depends on DVB_TTUSB_DEC - default "/etc/dvb/dec3000s.bin" |