diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-09-30 08:26:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 01:06:13 -0200 |
commit | 96322b80e29802d2d3087987f6dc4e5aa19df64b (patch) | |
tree | 5297c736162d4a936dd32517633957b7ae0748e0 /drivers/staging/Kconfig | |
parent | 7af97effb3f5a374482179aca490b5038de56fa6 (diff) | |
download | linux-stable-96322b80e29802d2d3087987f6dc4e5aa19df64b.tar.gz linux-stable-96322b80e29802d2d3087987f6dc4e5aa19df64b.tar.bz2 linux-stable-96322b80e29802d2d3087987f6dc4e5aa19df64b.zip |
V4L/DVB: Deprecate stradis driver
The driver author seems to not worked on this driver since its conversion
from 2.2 to 2.4. Nobody is known to have a stradis hardware for testing. As
it still uses V4L1 API, BKL and probably some other old stuff, someone would
need to work on it to preserve the driver. Instead of investing time and
efforts to keep porting it to work with new API's, it seems better to just
drop the driver.
So, let's move it to drivers/staging and label it to die at 2.6.38, if nobody
cares enough to port parallel port support to gspca or to create a new driver
that uses the same gspca-cpia sub-driver.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 303c52cfe915..078525ca19d0 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -53,6 +53,8 @@ source "drivers/staging/tm6000/Kconfig" source "drivers/staging/cpia/Kconfig" +source "drivers/staging/stradis/Kconfig" + source "drivers/staging/usbip/Kconfig" source "drivers/staging/winbond/Kconfig" |