summaryrefslogtreecommitdiff
path: root/drivers/staging/media/mx3/Kconfig
blob: 595d5fe7cad1ecb2969d285670a9c9d91a4c2e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config VIDEO_MX3
	tristate "i.MX3x Camera Sensor Interface driver"
	depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
	depends on MX3_IPU || COMPILE_TEST
	depends on HAS_DMA
	select VIDEOBUF2_DMA_CONTIG
	---help---
	  This is a v4l2 driver for the i.MX3x Camera Sensor Interface

	  This driver is deprecated: it should become a stand-alone driver
	  instead of using the soc-camera framework.

	  Unless someone is willing to take this on (unlikely with such
	  ancient hardware) it is going to be removed from the kernel
	  soon.