diff options
author | Amerigo Wang <amwang@redhat.com> | 2010-05-28 06:45:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 15:26:43 -0300 |
commit | 3b23bc5731d476b0913c437626d6a6f51687d1d6 (patch) | |
tree | 3181b82af5d5ff99ebf550bb8f9abb54c54f34e9 /drivers/media/video/Kconfig | |
parent | 51c555690d16d1d1354ee9b5a3c9098766702094 (diff) | |
download | talos-obmc-linux-3b23bc5731d476b0913c437626d6a6f51687d1d6.tar.gz talos-obmc-linux-3b23bc5731d476b0913c437626d6a6f51687d1d6.zip |
V4L/DVB: Remove obsolete ovcamchip sensor framework
Only used by obsoleted v4l1 driver
Signed-off-by: Amerigo Wang <amwang@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 60889593785c..bf47cdc95a71 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -1001,23 +1001,6 @@ source "drivers/media/video/usbvideo/Kconfig" source "drivers/media/video/et61x251/Kconfig" -config VIDEO_OVCAMCHIP - tristate "OmniVision Camera Chip support (DEPRECATED)" - depends on I2C && VIDEO_V4L1 - default n - ---help--- - This driver is DEPRECATED please use the gspca ov519 module - instead. Note that for the ov511 / ov518 support of the gspca module - you need atleast version 0.6.0 of libv4l and for the w9968cf - atleast version 0.6.3 of libv4l. - - Support for the OmniVision OV6xxx and OV7xxx series of camera chips. - This driver is intended to be used with the ov511 and w9968cf USB - camera drivers. - - To compile this driver as a module, choose M here: the - module will be called ovcamchip. - config USB_SE401 tristate "USB SE401 Camera support" depends on VIDEO_V4L1 |