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>
This commit is contained in:
Michael Krufky 2008-04-27 19:22:45 -03:00 committed by Mauro Carvalho Chehab
parent 749b6a77b0
commit 8ed3c84404

View file

@ -34,8 +34,8 @@ config VIDEO_PVRUSB2_SYSFS
Note: This feature is experimental and subject to change. Note: This feature is experimental and subject to change.
config VIDEO_PVRUSB2_DVB config VIDEO_PVRUSB2_DVB
bool "pvrusb2 DVB support (EXPERIMENTAL)" bool "pvrusb2 ATSC/DVB support (EXPERIMENTAL)"
default n default y
depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL
select DVB_LGDT330X if !DVB_FE_CUSTOMISE select DVB_LGDT330X if !DVB_FE_CUSTOMISE
select DVB_S5H1409 if !DVB_FE_CUSTOMISE select DVB_S5H1409 if !DVB_FE_CUSTOMISE
@ -46,17 +46,11 @@ config VIDEO_PVRUSB2_DVB
select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE
---help--- ---help---
This option enables compilation of a DVB interface for the This option enables a DVB interface for the pvrusb2 driver.
pvrusb2 driver. Currently this is very very experimental. If your device does not support digital television, this
It is also limiting - the DVB interface can only access the feature will have no affect on the driver's operation.
digital 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. If you are in doubt, say Y.
Note: This feature is very experimental and might break
config VIDEO_PVRUSB2_DEBUGIFC config VIDEO_PVRUSB2_DEBUGIFC
bool "pvrusb2 debug interface" bool "pvrusb2 debug interface"