diff options
author | Sakari Ailus <sakari.ailus@nokia.com> | 2008-12-01 13:40:09 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:38:35 -0500 |
commit | 39aee69a166b775a38ed0053596cdb8e717ae315 (patch) | |
tree | 662a3a5f58a204ffc95491facecd86fbae8858f3 /drivers/media/video/Kconfig | |
parent | b1f1d76ef7cc96541b6a16bff7082e9033f0ba08 (diff) |
V4L/DVB (9815): omap2: add OMAP2 camera driver.
Add a driver for the OMAP2 camera block. OMAP2 is used in e.g. Nokia
N800/N810 internet tablet.
This driver uses the V4L2 internal ioctl interface.
Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com>
Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 8e4b798a7e2a..c487d2a1285f 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -770,6 +770,13 @@ config VIDEO_SH_MOBILE_CEU | |||
770 | ---help--- | 770 | ---help--- |
771 | This is a v4l2 driver for the SuperH Mobile CEU Interface | 771 | This is a v4l2 driver for the SuperH Mobile CEU Interface |
772 | 772 | ||
773 | config VIDEO_OMAP2 | ||
774 | tristate "OMAP2 Camera Capture Interface driver" | ||
775 | depends on VIDEO_DEV && ARCH_OMAP2 | ||
776 | select VIDEOBUF_DMA_SG | ||
777 | ---help--- | ||
778 | This is a v4l2 driver for the TI OMAP2 camera capture interface | ||
779 | |||
773 | # | 780 | # |
774 | # USB Multimedia device configuration | 781 | # USB Multimedia device configuration |
775 | # | 782 | # |