aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/omap24xx/Kconfig
blob: 82e569a21c46099172a0e23820f1fb7da89a9f29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
config VIDEO_V4L2_INT_DEVICE
       tristate

config VIDEO_OMAP2
	tristate "OMAP2 Camera Capture Interface driver (DEPRECATED)"
	depends on VIDEO_DEV && ARCH_OMAP2
	select VIDEOBUF_DMA_SG
	select VIDEO_V4L2_INT_DEVICE
	---help---
	  This is a v4l2 driver for the TI OMAP2 camera capture interface

	  It uses the deprecated int-device API. Since this driver is no
	  longer actively maintained and nobody is interested in converting
	  it to the subdev API, this driver will be removed soon.

	  If you do want to keep this driver in the kernel, and are willing
	  to convert it to the subdev API, then please contact the linux-media
	  mailinglist.

config VIDEO_TCM825X
	tristate "TCM825x camera sensor support (DEPRECATED)"
	depends on I2C && VIDEO_V4L2
	depends on MEDIA_CAMERA_SUPPORT
	select VIDEO_V4L2_INT_DEVICE
	---help---
	  This is a driver for the Toshiba TCM825x VGA camera sensor.
	  It is used for example in Nokia N800.

	  It uses the deprecated int-device API. Since this driver is no
	  longer actively maintained and nobody is interested in converting
	  it to the subdev API, this driver will be removed soon.

	  If you do want to keep this driver in the kernel, and are willing
	  to convert it to the subdev API, then please contact the linux-media
	  mailinglist.