diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/Kconfig | 26 |
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 | ||
15 | config 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 | |||
28 | config 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 | |||
15 | config VIDEO_PVRUSB2_29XXX | 41 | config 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 |