1config VIDEO_V4L2_INT_DEVICE
2       tristate
3
4config VIDEO_OMAP2
5	tristate "OMAP2 Camera Capture Interface driver (DEPRECATED)"
6	depends on VIDEO_DEV && ARCH_OMAP2
7	select VIDEOBUF_DMA_SG
8	select VIDEO_V4L2_INT_DEVICE
9	---help---
10	  This is a v4l2 driver for the TI OMAP2 camera capture interface
11
12	  It uses the deprecated int-device API. Since this driver is no
13	  longer actively maintained and nobody is interested in converting
14	  it to the subdev API, this driver will be removed soon.
15
16	  If you do want to keep this driver in the kernel, and are willing
17	  to convert it to the subdev API, then please contact the linux-media
18	  mailinglist.
19
20config VIDEO_TCM825X
21	tristate "TCM825x camera sensor support (DEPRECATED)"
22	depends on I2C && VIDEO_V4L2
23	depends on MEDIA_CAMERA_SUPPORT
24	select VIDEO_V4L2_INT_DEVICE
25	---help---
26	  This is a driver for the Toshiba TCM825x VGA camera sensor.
27	  It is used for example in Nokia N800.
28
29	  It uses the deprecated int-device API. Since this driver is no
30	  longer actively maintained and nobody is interested in converting
31	  it to the subdev API, this driver will be removed soon.
32
33	  If you do want to keep this driver in the kernel, and are willing
34	  to convert it to the subdev API, then please contact the linux-media
35	  mailinglist.
36