diff options
author | Mike Isely <isely@pobox.com> | 2008-02-04 00:12:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 14:09:46 -0300 |
commit | bc4b02caa875f8e2146c724a931f32b087d7e9b0 (patch) | |
tree | b079106436ae679e8ae48abc170a182fa029d1b6 /drivers/media/video/pvrusb2/Kconfig | |
parent | bde316a4f1094f9a3da402c44f7315e1a94fb332 (diff) |
V4L/DVB (7684): pvrusb2: Add VIDEO_PVRUSB2_DVB config variable
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/Kconfig')
-rw-r--r-- | drivers/media/video/pvrusb2/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/Kconfig b/drivers/media/video/pvrusb2/Kconfig index 6fc1b8be1a1f..3432b25becc6 100644 --- a/drivers/media/video/pvrusb2/Kconfig +++ b/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 |