diff options
author | Mike Isely <isely@pobox.com> | 2006-09-23 20:19:29 -0500 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2006-09-23 20:19:29 -0500 |
commit | 1197961bf0419b03e73ff65b7e50be17e6bee1b7 (patch) | |
tree | 8df53a7ceb928f383a19cd9c8c7b60ed489b0e7e /linux/drivers/media/video/pvrusb2/Kconfig | |
parent | 267c63cf81a7b0ee9aa6d9a157b90c9a4c7e9c4f (diff) | |
download | mediapointer-dvb-s2-1197961bf0419b03e73ff65b7e50be17e6bee1b7.tar.gz mediapointer-dvb-s2-1197961bf0419b03e73ff65b7e50be17e6bee1b7.tar.bz2 |
pvrusb2: improve 24XXX config option description
From: Mike Isely <isely@pobox.com>
The CONFIG_VIDEO_PVRUSB2_24XXX is not nearly as "experimental" as the
description suggests. So refine the description to better match reality.
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 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig index a52171ef6..5645c9318 100644 --- a/linux/drivers/media/video/pvrusb2/Kconfig +++ b/linux/drivers/media/video/pvrusb2/Kconfig @@ -18,8 +18,8 @@ config VIDEO_PVRUSB2_29XXX 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" + 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. @@ -37,14 +37,9 @@ config VIDEO_PVRUSB2_24XXX 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. + option will not harm support for older devices. - If you are in doubt, say N. - - Note: This feature is _very_ experimental. You have been - warned. + If you are in doubt, say Y. config VIDEO_PVRUSB2_SYSFS bool "pvrusb2 sysfs support (EXPERIMENTAL)" |