V4L/DVB (7684): pvrusb2: Add VIDEO_PVRUSB2_DVB config variable
authorMike Isely <isely@pobox.com>
Mon, 4 Feb 2008 03:12:16 +0000 (00:12 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:09:46 +0000 (14:09 -0300)
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/Kconfig

index 6fc1b8be1a1ff7811e458d2c4128876ddc974ad7..3432b25becc657d86a492fb5a02a5009222aef1c 100644 (file)
@@ -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
This page took 0.039865 seconds and 5 git commands to generate.