aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@pengutronix.de>2008-04-06 20:24:56 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:42 -0400
commit3bc43840c3fbffaf8216883a37b336a41050d7f7 (patch)
tree55012f05a4e073c81b7e352cc1ddaf33137e5270 /drivers/media/video/Kconfig
parente55222ef27a2390d8abce27a3ce2d4c719ad5f1b (diff)
V4L/DVB (7578a): V4L: V4L2 soc_camera driver for PXA270
This patch adds a driver for the Quick Capture Interface on the PXA270. It is based on the original driver from Intel, but has been re-worked multiple times since then, now it also supports the V4L2 API. This patch depends on a complementary patch, submitted to the ARM tree, providing PXA270 camera platform bindings. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 5d3fbd969b6b..fb4bf089c68f 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -845,4 +845,11 @@ config SOC_CAMERA
845 over a bus like PCI or USB. For example some i2c camera connected 845 over a bus like PCI or USB. For example some i2c camera connected
846 directly to the data bus of an SoC. 846 directly to the data bus of an SoC.
847 847
848config VIDEO_PXA27x
849 tristate "PXA27x Quick Capture Interface driver"
850 depends on VIDEO_DEV && PXA27x
851 select SOC_CAMERA
852 ---help---
853 This is a v4l2 driver for the PXA27x Quick Capture Interface
854
848endif # VIDEO_CAPTURE_DRIVERS 855endif # VIDEO_CAPTURE_DRIVERS