diff options
author | Mike Isely <isely@pobox.com> | 2007-12-08 14:17:09 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2007-12-08 14:17:09 -0600 |
commit | b18907d6b86beceeffb937612959569ca61d6bcd (patch) | |
tree | fcbd6cb4bc3bf21779258958845b04a51acfab51 /linux/drivers | |
parent | ca7e06d2a20ca5c8c5b9061c7efa680cfc9ab213 (diff) | |
download | mediapointer-dvb-s2-b18907d6b86beceeffb937612959569ca61d6bcd.tar.gz mediapointer-dvb-s2-b18907d6b86beceeffb937612959569ca61d6bcd.tar.bz2 |
pvrusb2: Remove old obsolete CONFIG flags for pvrusb2 driver.
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/Kconfig | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig index e8e231d84..95e439601 100644 --- a/linux/drivers/media/video/pvrusb2/Kconfig +++ b/linux/drivers/media/video/pvrusb2/Kconfig @@ -38,35 +38,6 @@ config VIDEO_PVRUSB2_ONAIR_USB2 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 - select VIDEO_SAA711X - select VIDEO_MSP3400 - ---help--- - This option enables support for WinTV-PVR USB2 devices whose - model number is of the form "29xxx" (leading prefix of "29" - followed by 3 digits). - To see if you may need this option, examine the white - sticker on the underside of your device. - - If you are in doubt, say Y. - -config VIDEO_PVRUSB2_24XXX - bool "Hauppauge WinTV-PVR USB2 support for 24xxx model series" - depends on VIDEO_PVRUSB2 && EXPERIMENTAL - select VIDEO_CX25840 - select VIDEO_WM8775 - ---help--- - This option enables inclusion of additional logic to operate - newer WinTV-PVR USB2 devices whose model number is of the - form "24xxx" (leading prefix of "24" followed by 3 digits). - To see if you may need this option, examine the white - sticker on the underside of your device. Enabling this - option will not harm support for older devices. - - If you are in doubt, say Y. - config VIDEO_PVRUSB2_SYSFS bool "pvrusb2 sysfs support (EXPERIMENTAL)" default y |