summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/Kconfig
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2008-02-03 18:12:16 -0600
committerMike Isely <isely@pobox.com>2008-02-03 18:12:16 -0600
commit33da29c6c35b6c099492626daf3ad185aa36782a (patch)
tree8da0d9f1eebac4963d94a024d118da5ebec2bc7a /linux/drivers/media/video/pvrusb2/Kconfig
parent78ab92c6f010c8435c128e9225ce2df73dbf82ac (diff)
downloadmediapointer-dvb-s2-33da29c6c35b6c099492626daf3ad185aa36782a.tar.gz
mediapointer-dvb-s2-33da29c6c35b6c099492626daf3ad185aa36782a.tar.bz2
pvrusb2: Add VIDEO_PVRUSB2_DVB config variable.
From: Mike Isely <isely@pobox.com> 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/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig
index 6fc1b8be1..3432b25be 100644
--- a/linux/drivers/media/video/pvrusb2/Kconfig
+++ b/linux/drivers/media/video/pvrusb2/Kconfig
@@ -58,6 +58,23 @@ config VIDEO_PVRUSB2_SYSFS
Note: This feature is experimental and subject to change.
+config VIDEO_PVRUSB2_DVB
+ bool "pvrusb2 DVB support (EXPERIMENTAL)"
+ default n
+ depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL
+ ---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
+ 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.
+
+ Note: This feature is very experimental and might break
+
config VIDEO_PVRUSB2_DEBUGIFC
bool "pvrusb2 debug interface"
depends on VIDEO_PVRUSB2_SYSFS