diff options
author | Michael Krufky <devnull@localhost> | 2005-08-17 04:04:05 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-08-17 04:04:05 +0000 |
commit | 8e4898d21b31a77a39379f37ebf932bd29e7989a (patch) | |
tree | d53b5afb26c50f953f568f1b42e901354d7a89f4 /linux/drivers | |
parent | 906db9d4bfc253a4a5b175511fc39bcc144b8645 (diff) | |
download | mediapointer-dvb-s2-8e4898d21b31a77a39379f37ebf932bd29e7989a.tar.gz mediapointer-dvb-s2-8e4898d21b31a77a39379f37ebf932bd29e7989a.tar.bz2 |
Changed one-liner description text in Kconfig for dvb-bt8xx.
IMHO, to improve user-friendliness, we should eventually move CONFIG_DVB_BT8XX
menu option to underneath CONFIG_BT848, similar to cx88-dvb and saa7134-dvb.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/Kconfig b/linux/drivers/media/dvb/bt8xx/Kconfig index b12545f09..859def911 100644 --- a/linux/drivers/media/dvb/bt8xx/Kconfig +++ b/linux/drivers/media/dvb/bt8xx/Kconfig @@ -1,5 +1,5 @@ config DVB_BT8XX - tristate "Nebula/Pinnacle PCTV/Twinhan PCI cards" + tristate "BT8xx based PCI cards" depends on DVB_CORE && PCI && VIDEO_BT848 select DVB_MT352 select DVB_SP887X @@ -8,8 +8,8 @@ config DVB_BT8XX select DVB_OR51211 help Support for PCI cards based on the Bt8xx PCI bridge. Examples are - the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards and - pcHDTV HD2000 cards. + the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards, + the pcHDTV HD2000 cards, and certain Avermedia cards. Since these cards have no MPEG decoder onboard, they transmit only compressed MPEG data over the PCI bus, so you need |