aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 76bad5819592..159229fc838d 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -746,6 +746,18 @@ config SOC_CAMERA_OV772X
746 help 746 help
747 This is a ov772x camera driver 747 This is a ov772x camera driver
748 748
749config MX1_VIDEO
750 bool
751
752config VIDEO_MX1
753 tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
754 depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
755 select FIQ
756 select VIDEOBUF_DMA_CONTIG
757 select MX1_VIDEO
758 ---help---
759 This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
760
749config VIDEO_MX3 761config VIDEO_MX3
750 tristate "i.MX3x Camera Sensor Interface driver" 762 tristate "i.MX3x Camera Sensor Interface driver"
751 depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA 763 depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
@@ -904,5 +916,4 @@ config USB_S2255
904 This driver can be compiled as a module, called s2255drv. 916 This driver can be compiled as a module, called s2255drv.
905 917
906endif # V4L_USB_DRIVERS 918endif # V4L_USB_DRIVERS
907
908endif # VIDEO_CAPTURE_DRIVERS 919endif # VIDEO_CAPTURE_DRIVERS