summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/omap4iss/Kconfig
diff options
context:
space:
mode:
authorLaurent Pinchart2013-10-03 01:27:07 +0200
committerMauro Carvalho Chehab2013-12-03 20:43:58 +0100
commitd632dfefd36f0794dd69a41f86bfff2cc0e5af73 (patch)
tree9f90342575a0bfcd025bb1f504fdf574a9e9adf6 /drivers/staging/media/omap4iss/Kconfig
parent[media] v4l: omap4iss: Add support for OMAP4 camera interface - Resizer (diff)
downloadkernel-qcow2-linux-d632dfefd36f0794dd69a41f86bfff2cc0e5af73.tar.gz
kernel-qcow2-linux-d632dfefd36f0794dd69a41f86bfff2cc0e5af73.tar.xz
kernel-qcow2-linux-d632dfefd36f0794dd69a41f86bfff2cc0e5af73.zip
[media] v4l: omap4iss: Add support for OMAP4 camera interface - Build system
This adds a very simplistic driver to utilize the CSI2A interface inside the ISS subsystem in OMAP4, and dump the data to memory. Check Documentation/video4linux/omap4_camera.txt for details. This commit adds and updates Kconfig's and Makefile's, as well as a TODO list. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/media/omap4iss/Kconfig')
-rw-r--r--drivers/staging/media/omap4iss/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/media/omap4iss/Kconfig b/drivers/staging/media/omap4iss/Kconfig
new file mode 100644
index 000000000000..b9fe753969bd
--- /dev/null
+++ b/drivers/staging/media/omap4iss/Kconfig
@@ -0,0 +1,12 @@
+config VIDEO_OMAP4
+ bool "OMAP 4 Camera support"
+ depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && I2C && ARCH_OMAP4
+ select VIDEOBUF2_DMA_CONTIG
+ ---help---
+ Driver for an OMAP 4 ISS controller.
+
+config VIDEO_OMAP4_DEBUG
+ bool "OMAP 4 Camera debug messages"
+ depends on VIDEO_OMAP4
+ ---help---
+ Enable debug messages on OMAP 4 ISS controller driver.