diff options
author | Mike Isely <isely@pobox.com> | 2007-12-08 14:15:55 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2007-12-08 14:15:55 -0600 |
commit | ca7e06d2a20ca5c8c5b9061c7efa680cfc9ab213 (patch) | |
tree | ed907d2f18d4bf2242d3a207ad561d801f3fc513 | |
parent | 459c0ab66520684015a4193ff13de983f2974aa4 (diff) | |
download | mediapointer-dvb-s2-ca7e06d2a20ca5c8c5b9061c7efa680cfc9ab213.tar.gz mediapointer-dvb-s2-ca7e06d2a20ca5c8c5b9061c7efa680cfc9ab213.tar.bz2 |
pvrusb2: Device CONFIG flags for OnAir device support
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
-rw-r--r-- | linux/drivers/media/video/pvrusb2/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig index d0c2cd785..e8e231d84 100644 --- a/linux/drivers/media/video/pvrusb2/Kconfig +++ b/linux/drivers/media/video/pvrusb2/Kconfig @@ -12,6 +12,32 @@ config VIDEO_PVRUSB2 To compile this driver as a module, choose M here: the module will be called pvrusb2 +config VIDEO_PVRUSB2_ONAIR_CREATOR + bool "pvrusb2 driver support for OnAir Creator model" + depends on VIDEO_PVRUSB2 && EXPERIMENTAL + select VIDEO_SAA711X + select VIDEO_CS53L32A + ---help--- + + This option enables support for the OnAir Creator USB tuner + device. This is a hybrid device, however currently only + analog mode is supported. + + If you are in doubt, say Y. + +config VIDEO_PVRUSB2_ONAIR_USB2 + bool "pvrusb2 driver support for OnAir USB2 model" + depends on VIDEO_PVRUSB2 && EXPERIMENTAL + select VIDEO_SAA711X + select VIDEO_CS53L32A + ---help--- + + This option enables support for the OnAir USB2 tuner device + (also known as the Sasem tuner). This is a hybrid device, + however currently only analog mode is supported. + + If you are in doubt, say Y. + config VIDEO_PVRUSB2_29XXX bool "Hauppauge WinTV-PVR USB2 support for 29xxx model series" depends on VIDEO_PVRUSB2 && EXPERIMENTAL |