summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2004-05-28 11:08:43 +0000
committerMichael Hunold <devnull@localhost>2004-05-28 11:08:43 +0000
commit7e61a4f39058b0fcb4b5f6a5454b968ed8a7925a (patch)
tree4d1fbe69c61253c592d33298ccd7474205011866 /linux/drivers/media/dvb/bt8xx
parentae82c67264eb2b94958bfb6b6e866e6c658b61ba (diff)
downloadmediapointer-dvb-s2-7e61a4f39058b0fcb4b5f6a5454b968ed8a7925a.tar.gz
mediapointer-dvb-s2-7e61a4f39058b0fcb4b5f6a5454b968ed8a7925a.tar.bz2
- clean up and sanitize various Kconfig entries
- especially sort the frontend modules by type and use a consistent naming scheme (although the distinction between demodulator, tuner and frontend gets fuzzier)
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx')
-rw-r--r--linux/drivers/media/dvb/bt8xx/Kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/Kconfig b/linux/drivers/media/dvb/bt8xx/Kconfig
index 572bd491c..4ad6a87c8 100644
--- a/linux/drivers/media/dvb/bt8xx/Kconfig
+++ b/linux/drivers/media/dvb/bt8xx/Kconfig
@@ -1,13 +1,16 @@
config DVB_BT8XX
- tristate "Nebula/Pinnacle PCTV PCI cards"
+ tristate "Nebula/Pinnacle PCTV/Twinhan PCI cards"
depends on DVB_CORE && PCI && VIDEO_BT848
help
Support for PCI cards based on the Bt8xx PCI bridge. Examples are
- the Nebula cards, the Pinnacle PCTV cards, and Twinhan DST cards.
+ the Nebula cards, the Pinnacle PCTV cards and Twinhan DST cards.
Since these cards have no MPEG decoder onboard, they transmit
only compressed MPEG data over the PCI bus, so you need
an external software decoder to watch TV on your computer.
- Say Y if you own such a device and want to use it.
+ If you have a Twinahn card, don't forget to select
+ "Twinhan DST based DVB-S/-T frontend".
+ Say Y if you own such a device and want to use it.
+