diff options
author | Mike Isely <isely@pobox.com> | 2006-04-01 20:36:50 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2006-04-01 20:36:50 -0600 |
commit | cbea0cdfe46b67fb696b0a045e8ace7dddf4ca49 (patch) | |
tree | c560570ce6cc4ad649aeb87c16900f4b913c1b31 /linux/drivers/media/video/pvrusb2/Kconfig | |
parent | 0bce98602d455b54f9e8f4915f7288e0b4b6bdb8 (diff) | |
download | mediapointer-dvb-s2-cbea0cdfe46b67fb696b0a045e8ace7dddf4ca49.tar.gz mediapointer-dvb-s2-cbea0cdfe46b67fb696b0a045e8ace7dddf4ca49.tar.bz2 |
Split out PVR USB2 model 24xxx hardware support to a config option
From: Mike Isely <isely@pobox.com>
Since there are lingering stability problems with support of the newer
PVR USB2 model 24xxx series hardware, I have isolate those changes
with a config option. This commit leaves that option off.
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/Kconfig')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig index b22ab7f5f..629dc4e05 100644 --- a/linux/drivers/media/video/pvrusb2/Kconfig +++ b/linux/drivers/media/video/pvrusb2/Kconfig @@ -13,6 +13,24 @@ config VIDEO_PVRUSB2 To compile this driver as a module, choose M here: the module will be called pvrusb2 +config VIDEO_PVRUSB2_24XXX + bool "Hauppauge WinTV-PVR USB2 support for 24xxx model series" + depends on VIDEO_PVRUSB2 && EXPERIMENTAL + ---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, however it + is a separate option because of the experimental nature of + this new feature. + + If you are in doubt, say N. + + Note: This feature is _very_ experimental. You have been + warned. + config VIDEO_PVRUSB2_SYSFS bool "pvrusb2 sysfs support" default y |