From: Komal Shah Date: Tue, 29 Nov 2005 02:37:15 +0000 (-0800) Subject: [PATCH] ARM: OMAP: camera: build infrastructure X-Git-Tag: v2.6.15-omap2~71 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=167781de6862356eaa5e0bd4407308c986dbdebe;p=linux-2.6-omap-h63xx.git [PATCH] ARM: OMAP: camera: build infrastructure I have attached patch which updates omap camera build infrastructure. Making a place for OMAP2 stuff. If we are agree on this then defconfigs needs update, which I can submit next. Tested with building h3 and h2 defconfigs. Signed-off-by: Komal Shah --- diff --git a/drivers/media/video/omap/Kconfig b/drivers/media/video/omap/Kconfig new file mode 100644 index 00000000000..b7b2a47a2e6 --- /dev/null +++ b/drivers/media/video/omap/Kconfig @@ -0,0 +1,12 @@ +config VIDEO_OMAP_CAMERA + tristate "OMAP Camera support (EXPERIMENTAL)" + select VIDEO_BUF + depends on VIDEO_DEV && (ARCH_OMAP16XX || ARCH_OMAP24XX) + help + V4L2 camera driver support for OMAP1/2 based boards. + +config VIDEO_CAMERA_SENSOR_OV9640 + tristate "OV9640 sensor support" + depends on VIDEO_OMAP_CAMERA + help + OmniVision 9640 camera sensor support