]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
OMAP1: CAMERA: Remove unecessary files from Makefile and Kconfig.
authorEduardo Valentin <eduardo.valentin@indt.org.br>
Tue, 9 Oct 2007 12:52:33 +0000 (08:52 -0400)
committerTony Lindgren <tony@atomide.com>
Thu, 15 Nov 2007 01:45:07 +0000 (17:45 -0800)
- Once ov9640 is implemented using v4l2-int-device API,
this patch removes unecessary files from Makefile and Kconfig.

Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/media/video/omap/Kconfig
drivers/media/video/omap/Makefile

index 809193b9be007de52dd2208438b8a36612ba4bf0..0fb0686f65620170e939b42b01ae1c652e406c40 100644 (file)
@@ -4,9 +4,3 @@ config VIDEO_OMAP_CAMERA
        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
index 36ae6155739ac60095fc1a918b5e27f8ddf44e55..9b4a998c212d8d53dbdc2ec9d67d07bf257982e7 100644 (file)
@@ -1,11 +1,8 @@
 # Makefile for OMAP1/2 camera driver
 
 obj-$(CONFIG_VIDEO_OMAP_CAMERA) += omapcamera.o
-obj-$(CONFIG_VIDEO_CAMERA_SENSOR_OV9640) += sensor_ov9640.o
 
 objs-y$(CONFIG_ARCH_OMAP16XX) += omap16xxcam.o camera_core.o
-objs-y$(CONFIG_MACH_OMAP_H3) += h3_sensor_power.o
-objs-y$(CONFIG_MACH_OMAP_H4) += h4_sensor_power.o
 
 omapcamera-objs := $(objs-yy)