summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-04-27 15:22:45 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2008-04-27 15:22:45 -0400
commitd28dd086df3619ab5eaada90c8e28501ad3b69a8 (patch)
treeabd36deb1daa980c44bd13569f5172f84ba7a146 /linux/drivers/media/video/pvrusb2/Kconfig
parentbe627c74ee9381248cf9c3eb59ec2deb6d85f148 (diff)
downloadmediapointer-dvb-s2-d28dd086df3619ab5eaada90c8e28501ad3b69a8.tar.gz
mediapointer-dvb-s2-d28dd086df3619ab5eaada90c8e28501ad3b69a8.tar.bz2
pvrusb2-dvb: include dvb support by default and update Kconfig help text
From: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/Kconfig')
-rw-r--r--linux/drivers/media/video/pvrusb2/Kconfig18
1 files changed, 6 insertions, 12 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig
index c28644a16..15b54ad72 100644
--- a/linux/drivers/media/video/pvrusb2/Kconfig
+++ b/linux/drivers/media/video/pvrusb2/Kconfig
@@ -34,8 +34,8 @@ config VIDEO_PVRUSB2_SYSFS
Note: This feature is experimental and subject to change.
config VIDEO_PVRUSB2_DVB
- bool "pvrusb2 DVB support (EXPERIMENTAL)"
- default n
+ bool "pvrusb2 ATSC/DVB support (EXPERIMENTAL)"
+ default y
depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL
select DVB_LGDT330X if !DVB_FE_CUSTOMISE
select DVB_S5H1409 if !DVB_FE_CUSTOMISE
@@ -46,17 +46,11 @@ config VIDEO_PVRUSB2_DVB
select TUNER_TDA8290 if !DVB_FE_CUSTOMIZE
---help---
- This option enables compilation of a DVB interface for the
- pvrusb2 driver. Currently this is very very experimental.
- It is also limiting - the DVB interface can only access the
- digital side of hybrid devices, and there are going to be
- issues if you attempt to mess with the V4L side at the same
- time. Don't turn this on unless you know what you are
- doing.
-
- If you are in doubt, say N.
+ This option enables a DVB interface for the pvrusb2 driver.
+ If your device does not support digital television, this
+ feature will have no affect on the driver's operation.
- Note: This feature is very experimental and might break
+ If you are in doubt, say Y.
config VIDEO_PVRUSB2_DEBUGIFC
bool "pvrusb2 debug interface"