diff options
author | Mike Isely <isely@pobox.com> | 2008-04-27 16:37:33 -0500 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2008-04-27 16:37:33 -0500 |
commit | 542949e9a0f0c2b5b7a39a0726c3ef549f92a94e (patch) | |
tree | 113278188fe2160472b2acac37ddb6d42edaae23 | |
parent | d28dd086df3619ab5eaada90c8e28501ad3b69a8 (diff) | |
download | mediapointer-dvb-s2-542949e9a0f0c2b5b7a39a0726c3ef549f92a94e.tar.gz mediapointer-dvb-s2-542949e9a0f0c2b5b7a39a0726c3ef549f92a94e.tar.bz2 |
pvrusb2: Driver is no longer experimental
From: Mike Isely <isely@pobox.com>
This driver has been in-kernel and reasonably stable for well over a
year. It is in a stable form and is known to work well. Remove its
experimental status.
Signed-off-by: Mike Isely <isely@pobox.com>
-rw-r--r-- | linux/drivers/media/video/pvrusb2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Kconfig b/linux/drivers/media/video/pvrusb2/Kconfig index 15b54ad72..2b4dc1db0 100644 --- a/linux/drivers/media/video/pvrusb2/Kconfig +++ b/linux/drivers/media/video/pvrusb2/Kconfig @@ -1,6 +1,6 @@ config VIDEO_PVRUSB2 tristate "Hauppauge WinTV-PVR USB2 support" - depends on VIDEO_V4L2 && I2C && EXPERIMENTAL + depends on VIDEO_V4L2 && I2C select FW_LOADER select VIDEO_TUNER select VIDEO_TVEEPROM |