aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2007-12-08 15:15:55 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:03:25 -0500
commit5edfded4811175283c745c9309c9315b721cf674 (patch)
tree12f199835bd1d5eb4a00422b925278580ac6a018 /drivers/media
parent4542783c3733de9a21099cd0c42e1a2392c68a88 (diff)
V4L/DVB (6770): pvrusb2: Device CONFIG flags for OnAir device support
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/pvrusb2/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/Kconfig b/drivers/media/video/pvrusb2/Kconfig
index d0c2cd785430..e8e231d8446d 100644
--- a/drivers/media/video/pvrusb2/Kconfig
+++ b/drivers/media/video/pvrusb2/Kconfig
@@ -12,6 +12,32 @@ config VIDEO_PVRUSB2
12 To compile this driver as a module, choose M here: the 12 To compile this driver as a module, choose M here: the
13 module will be called pvrusb2 13 module will be called pvrusb2
14 14
15config VIDEO_PVRUSB2_ONAIR_CREATOR
16 bool "pvrusb2 driver support for OnAir Creator model"
17 depends on VIDEO_PVRUSB2 && EXPERIMENTAL
18 select VIDEO_SAA711X
19 select VIDEO_CS53L32A
20 ---help---
21
22 This option enables support for the OnAir Creator USB tuner
23 device. This is a hybrid device, however currently only
24 analog mode is supported.
25
26 If you are in doubt, say Y.
27
28config VIDEO_PVRUSB2_ONAIR_USB2
29 bool "pvrusb2 driver support for OnAir USB2 model"
30 depends on VIDEO_PVRUSB2 && EXPERIMENTAL
31 select VIDEO_SAA711X
32 select VIDEO_CS53L32A
33 ---help---
34
35 This option enables support for the OnAir USB2 tuner device
36 (also known as the Sasem tuner). This is a hybrid device,
37 however currently only analog mode is supported.
38
39 If you are in doubt, say Y.
40
15config VIDEO_PVRUSB2_29XXX 41config VIDEO_PVRUSB2_29XXX
16 bool "Hauppauge WinTV-PVR USB2 support for 29xxx model series" 42 bool "Hauppauge WinTV-PVR USB2 support for 29xxx model series"
17 depends on VIDEO_PVRUSB2 && EXPERIMENTAL 43 depends on VIDEO_PVRUSB2 && EXPERIMENTAL