diff options
author | Michael Hunold <devnull@localhost> | 2004-05-28 10:42:02 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-05-28 10:42:02 +0000 |
commit | ae82c67264eb2b94958bfb6b6e866e6c658b61ba (patch) | |
tree | a6a513e78ad4d72f372c1e8262c4691a15c6f49c | |
parent | 0ada6505a6c7bb480f104015ec72e9a3b1896b94 (diff) | |
download | mediapointer-dvb-s2-ae82c67264eb2b94958bfb6b6e866e6c658b61ba.tar.gz mediapointer-dvb-s2-ae82c67264eb2b94958bfb6b6e866e6c658b61ba.tar.bz2 |
- remove bogus comment that implies that DVB == av7110
-rw-r--r-- | linux/drivers/media/dvb/Kconfig | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig index 32f9d5079..d9b9f2de1 100644 --- a/linux/drivers/media/dvb/Kconfig +++ b/linux/drivers/media/dvb/Kconfig @@ -8,23 +8,15 @@ config DVB bool "DVB For Linux" depends on NET && INET help - Support Digital Video Broadcasting hardware. Enable this if you - own a DVB adapter and want to use it or if you compile Linux for + Support Digital Video Broadcasting hardware. Enable this if you + own a DVB adapter and want to use it or if you compile Linux for a digital SetTopBox. - API specs and user tools are available from http://www.linuxtv.org/. + API specs and user tools are available from http://www.linuxtv.org/. - Please report problems regarding this driver to the LinuxDVB + Please report problems regarding this driver to the LinuxDVB mailing list. - You might want add the following lines to your /etc/modprobe.conf: - - alias char-major-250 dvb - alias dvb dvb-ttpci - install dvb-ttpci /sbin/modprobe --first-time -i dvb-ttpci && \ - /sbin/modprobe -a alps_bsru6 alps_bsrv2 \ - grundig_29504-401 grundig_29504-491 ves1820 - If unsure say N. source "drivers/media/dvb/dvb-core/Kconfig" @@ -49,4 +41,3 @@ comment "Supported BT878 Adapters" source "drivers/media/dvb/bt8xx/Kconfig" endmenu - |