diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-27 18:22:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-29 17:41:39 -0400 |
commit | 8ed3c844040e492239609c9559de04d5397a6b2b (patch) | |
tree | eab70ba8feb5c15fa8353b39a3b02adb00f12d72 /drivers/media/video/pvrusb2 | |
parent | 749b6a77b0cb43b12b51f62735f948e9ccc34ba6 (diff) |
V4L/DVB (7781): pvrusb2-dvb: include dvb support by default and update Kconfig help text
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r-- | drivers/media/video/pvrusb2/Kconfig | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/drivers/media/video/pvrusb2/Kconfig b/drivers/media/video/pvrusb2/Kconfig index ef8c05e19295..f146d33bec8e 100644 --- a/drivers/media/video/pvrusb2/Kconfig +++ b/drivers/media/video/pvrusb2/Kconfig | |||
@@ -34,8 +34,8 @@ config VIDEO_PVRUSB2_SYSFS | |||
34 | Note: This feature is experimental and subject to change. | 34 | Note: This feature is experimental and subject to change. |
35 | 35 | ||
36 | config VIDEO_PVRUSB2_DVB | 36 | config VIDEO_PVRUSB2_DVB |
37 | bool "pvrusb2 DVB support (EXPERIMENTAL)" | 37 | bool "pvrusb2 ATSC/DVB support (EXPERIMENTAL)" |
38 | default n | 38 | default y |
39 | depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL | 39 | depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL |
40 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | 40 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE |
41 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE | 41 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE |
@@ -46,17 +46,11 @@ config VIDEO_PVRUSB2_DVB | |||
46 | select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE | 46 | select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE |
47 | ---help--- | 47 | ---help--- |
48 | 48 | ||
49 | This option enables compilation of a DVB interface for the | 49 | This option enables a DVB interface for the pvrusb2 driver. |
50 | pvrusb2 driver. Currently this is very very experimental. | 50 | If your device does not support digital television, this |
51 | It is also limiting - the DVB interface can only access the | 51 | feature will have no affect on the driver's operation. |
52 | digital side of hybrid devices, and there are going to be | ||
53 | issues if you attempt to mess with the V4L side at the same | ||
54 | time. Don't turn this on unless you know what you are | ||
55 | doing. | ||
56 | |||
57 | If you are in doubt, say N. | ||
58 | 52 | ||
59 | Note: This feature is very experimental and might break | 53 | If you are in doubt, say Y. |
60 | 54 | ||
61 | config VIDEO_PVRUSB2_DEBUGIFC | 55 | config VIDEO_PVRUSB2_DEBUGIFC |
62 | bool "pvrusb2 debug interface" | 56 | bool "pvrusb2 debug interface" |