diff options
author | Holger Waechtler <devnull@localhost> | 2002-10-24 11:54:12 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2002-10-24 11:54:12 +0000 |
commit | c58789b30c00219a9508533ed3ddc318d8c42859 (patch) | |
tree | 3e120758330789c24ca08275bbbdeec4104dedfd /linux | |
parent | 326bbd0529e5a070b90f21f5fb5364a6ee7fe0fe (diff) | |
download | mediapointer-dvb-s2-c58789b30c00219a9508533ed3ddc318d8c42859.tar.gz mediapointer-dvb-s2-c58789b30c00219a9508533ed3ddc318d8c42859.tar.bz2 |
include README in Config.help
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Config.help | 16 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/README.alps_tdlb7 | 10 |
2 files changed, 16 insertions, 10 deletions
diff --git a/linux/drivers/media/dvb/frontends/Config.help b/linux/drivers/media/dvb/frontends/Config.help index b4e0fbb8f..f1d5623fb 100644 --- a/linux/drivers/media/dvb/frontends/Config.help +++ b/linux/drivers/media/dvb/frontends/Config.help @@ -14,6 +14,22 @@ CONFIG_DVB_ALPS_BSRV2 DVB adapter simply enable all supported frontends, the right one will get autodetected. +CONFIG_DVB_ALPS_TDML7 + A DVB-T tuner module. Say Y when you want to support this frontend. + + This tuner module needs the file "Sc_main.mc" from the windows driver. + Please pass the module parameter: mcfile="/PATH/FILENAME" when loading + alps_tdlb7.o. + + The microcode from this file has to be loaded only once after a boot. + You can pass the module parameter: loadcode=0 if you only want to + reload the dvb driver. + + 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. diff --git a/linux/drivers/media/dvb/frontends/README.alps_tdlb7 b/linux/drivers/media/dvb/frontends/README.alps_tdlb7 deleted file mode 100644 index 6d42294b5..000000000 --- a/linux/drivers/media/dvb/frontends/README.alps_tdlb7 +++ /dev/null @@ -1,10 +0,0 @@ -This tuner module needs the file "Sc_main.mc" from the windows driver. -It should be copied to "/usr/lib/DVB/driver/frontends". Or give the -module parameter: mcfile="/PATH/FILENAME". The microcode from this file has -to be loaded only once after a power on. Because this takes some -time, you can pass the module parameter: loadcode=0 if you only want to -reload the dvb driver. -This driver is working fine on my computer, but I am not a real expert for -linux modules. So I hope somebody else, who knows more about linux programming -and dvb frontends, will do some work an this driver. -If you have questions, mail to peitz@snafu.de |