Commit 7a6753d5 authored by Sakari Ailus's avatar Sakari Ailus Committed by Tony Lindgren

ARM: OMAP2: Camera: Add driver.

Add a driver for the OMAP 2 camera block. OMAP 2 is used in e.g. Nokia
N800 internet tablet.

This driver uses the new V4L2 internal ioctl interface.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@nokia.com>
parent 4fa20f89
......@@ -700,6 +700,14 @@ config VIDEO_CAFE_CCIC
CMOS camera controller. This is the controller found on first-
generation OLPC systems.
config VIDEO_OMAP2
tristate "OMAP 2 Camera support (EXPERIMENTAL)"
select VIDEO_BUF
depends on VIDEO_V4L2 && ARCH_OMAP24XX
---help---
Driver for an OMAP 2 camera controller.
#
# USB Multimedia device configuration
#
......
......@@ -99,6 +99,7 @@ obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o
obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o
obj-$(CONFIG_VIDEO_OV7670) += ov7670.o
obj-$(CONFIG_VIDEO_OMAP2) += omap24xxcam.o omap24xxcam-dma.o
obj-$(CONFIG_VIDEO_TCM825X) += tcm825x.o
obj-$(CONFIG_USB_DABUSB) += dabusb.o
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment