diff options
-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 | |||
58 | 58 | ||
59 | Note: This feature is experimental and subject to change. | 59 | Note: This feature is experimental and subject to change. |
60 | 60 | ||
61 | config VIDEO_PVRUSB2_DVB | ||
62 | bool "pvrusb2 DVB support (EXPERIMENTAL)" | ||
63 | default n | ||
64 | depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL | ||
65 | ---help--- | ||
66 | |||
67 | This option enables compilation of a DVB interface for the | ||
68 | pvrusb2 driver. Currently this is very very experimental. | ||
69 | It is also limiting - the DVB interface can only access the | ||
70 | side of hybrid devices, and there are going to be issues if | ||
71 | you attempt to mess with the V4L side at the same time. | ||
72 | Don't turn this on unless you know what you are doing. | ||
73 | |||
74 | If you are in doubt, say N. | ||
75 | |||
76 | Note: This feature is very experimental and might break | ||
77 | |||
61 | config VIDEO_PVRUSB2_DEBUGIFC | 78 | config VIDEO_PVRUSB2_DEBUGIFC |
62 | bool "pvrusb2 debug interface" | 79 | bool "pvrusb2 debug interface" |
63 | depends on VIDEO_PVRUSB2_SYSFS | 80 | depends on VIDEO_PVRUSB2_SYSFS |