diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-12-25 13:27:47 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 13:17:08 +0300 |
commit | 745da4280f272840976d47afba22ed853f07e1b2 (patch) | |
tree | 16808326f76543f443855b2d3b4990f3389bd49a /drivers/media/video/usbvideo/Kconfig | |
parent | 5772dcaa790851ec068afcd0d1f160d801b1126e (diff) | |
download | linux-745da4280f272840976d47afba22ed853f07e1b2.tar.xz |
[media] usbvideo: deprecate the vicam driver
Move usbvideo to staging and mark it deprecated.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/usbvideo/Kconfig')
-rw-r--r-- | drivers/media/video/usbvideo/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/video/usbvideo/Kconfig b/drivers/media/video/usbvideo/Kconfig deleted file mode 100644 index 357860d42a8b..000000000000 --- a/drivers/media/video/usbvideo/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -config VIDEO_USBVIDEO - tristate - -config USB_VICAM - tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)" - depends on VIDEO_V4L1 && EXPERIMENTAL - select VIDEO_USBVIDEO - ---help--- - Say Y here if you have 3com homeconnect camera (vicam). - - To compile this driver as a module, choose M here: the - module will be called vicam. |