diff options
author | Guennadi Liakhovetski <g.liakhovetski@pengutronix.de> | 2008-04-06 20:24:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:42 -0400 |
commit | 3bc43840c3fbffaf8216883a37b336a41050d7f7 (patch) | |
tree | 55012f05a4e073c81b7e352cc1ddaf33137e5270 /drivers/media/video/Kconfig | |
parent | e55222ef27a2390d8abce27a3ce2d4c719ad5f1b (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/Kconfig | 7 |
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 | ||
848 | config 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 | |||
848 | endif # VIDEO_CAPTURE_DRIVERS | 855 | endif # VIDEO_CAPTURE_DRIVERS |