summaryrefslogtreecommitdiff
path: root/drivers/staging/media/omap1/Kconfig
blob: 6cfab3a04ae1bec44979a2bb8f69b4dd0185f724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config VIDEO_OMAP1
	tristate "OMAP1 Camera Interface driver"
	depends on VIDEO_DEV && SOC_CAMERA
	depends on ARCH_OMAP1
	depends on HAS_DMA
	select VIDEOBUF_DMA_CONTIG
	select VIDEOBUF_DMA_SG
	---help---
	  This is a v4l2 driver for the TI OMAP1 camera interface

	  This driver is deprecated and will be removed soon unless someone
	  will start the work to convert this driver to the vb2 framework
	  and remove the soc-camera dependency.