From ca640909438ca48f888372a271b3acbd47fee51c Mon Sep 17 00:00:00 2001 From: Eduardo Valentin Date: Tue, 9 Oct 2007 08:52:33 -0400 Subject: [PATCH] OMAP1: CAMERA: Remove unecessary files from Makefile and Kconfig. - Once ov9640 is implemented using v4l2-int-device API, this patch removes unecessary files from Makefile and Kconfig. Signed-off-by: Eduardo Valentin Signed-off-by: Tony Lindgren --- drivers/media/video/omap/Kconfig | 6 ------ drivers/media/video/omap/Makefile | 3 --- 2 files changed, 9 deletions(-) diff --git a/drivers/media/video/omap/Kconfig b/drivers/media/video/omap/Kconfig index 809193b9be0..0fb0686f656 100644 --- a/drivers/media/video/omap/Kconfig +++ b/drivers/media/video/omap/Kconfig @@ -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 diff --git a/drivers/media/video/omap/Makefile b/drivers/media/video/omap/Makefile index 36ae6155739..9b4a998c212 100644 --- a/drivers/media/video/omap/Makefile +++ b/drivers/media/video/omap/Makefile @@ -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) -- 2.41.3