diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/Kconfig')
-rw-r--r-- | drivers/media/video/pvrusb2/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/Kconfig b/drivers/media/video/pvrusb2/Kconfig index 6fc1b8be1a1f..a8da90f69dd9 100644 --- a/drivers/media/video/pvrusb2/Kconfig +++ b/drivers/media/video/pvrusb2/Kconfig | |||
@@ -58,6 +58,30 @@ 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 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | ||
66 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE | ||
67 | select DVB_TDA10048 if !DVB_FE_CUSTOMIZE | ||
68 | select DVB_TDA18271 if !DVB_FE_CUSTOMIZE | ||
69 | select TUNER_SIMPLE if !DVB_FE_CUSTOMISE | ||
70 | select TUNER_TDA8290 if !DVB_FE_CUSTOMIZE | ||
71 | ---help--- | ||
72 | |||
73 | This option enables compilation of a DVB interface for the | ||
74 | pvrusb2 driver. Currently this is very very experimental. | ||
75 | It is also limiting - the DVB interface can only access the | ||
76 | digital side of hybrid devices, and there are going to be | ||
77 | issues if you attempt to mess with the V4L side at the same | ||
78 | time. Don't turn this on unless you know what you are | ||
79 | doing. | ||
80 | |||
81 | If you are in doubt, say N. | ||
82 | |||
83 | Note: This feature is very experimental and might break | ||
84 | |||
61 | config VIDEO_PVRUSB2_DEBUGIFC | 85 | config VIDEO_PVRUSB2_DEBUGIFC |
62 | bool "pvrusb2 debug interface" | 86 | bool "pvrusb2 debug interface" |
63 | depends on VIDEO_PVRUSB2_SYSFS | 87 | depends on VIDEO_PVRUSB2_SYSFS |