From patchwork Fri Feb 13 20:54:07 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dominic Curran X-Patchwork-Id: 7079 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n1DKsGLM012631 for ; Fri, 13 Feb 2009 20:54:16 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752858AbZBMUyP (ORCPT ); Fri, 13 Feb 2009 15:54:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752845AbZBMUyP (ORCPT ); Fri, 13 Feb 2009 15:54:15 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:38044 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751899AbZBMUyN (ORCPT ); Fri, 13 Feb 2009 15:54:13 -0500 Received: from dlep34.itg.ti.com ([157.170.170.115]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id n1DKs7QY002076; Fri, 13 Feb 2009 14:54:12 -0600 Received: from gromit.am.dhcp.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id n1DKs7BA002764; Fri, 13 Feb 2009 14:54:07 -0600 (CST) From: Dominic Curran To: "linux-omap" Subject: [OMAPZOOM][PATCH v2 2/3] LV8093: Add to Kconfig. Date: Fri, 13 Feb 2009 14:54:07 -0600 User-Agent: KMail/1.9.6 (enterprise 0.20071204.744707) Cc: linux-media@vger.kernel.org MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200902131454.07202.dcurran@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: Dominic Curran Subject: [OMAPZOOM][PATCH v2 2/3] LV8093: Add to Kconfig. Add LV8093 support to Kconfig and Makefile. Signed-off-by: Kraig Proehl Signed-off-by: Dominic Curran --- drivers/media/video/Kconfig | 6 ++++++ drivers/media/video/Makefile | 1 + 2 files changed, 7 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: omapzoom04/drivers/media/video/Kconfig =================================================================== --- omapzoom04.orig/drivers/media/video/Kconfig +++ omapzoom04/drivers/media/video/Kconfig @@ -341,6 +341,12 @@ config VIDEO_IMX046 This is a Video4Linux2 sensor-level driver for the Sony IMX046 camera. +config VIDEO_LV8093 + tristate "Piezo Actuator Lens driver for LV8093" + depends on I2C && VIDEO_V4L2 + ---help--- + This is a Video4Linux2 lens driver for the Sanyo LV8093. + config VIDEO_SAA7110 tristate "Philips SAA7110 video decoder" depends on VIDEO_V4L1 && I2C Index: omapzoom04/drivers/media/video/Makefile =================================================================== --- omapzoom04.orig/drivers/media/video/Makefile +++ omapzoom04/drivers/media/video/Makefile @@ -116,6 +116,7 @@ obj-$(CONFIG_VIDEO_MT9P012) += mt9p012.o obj-$(CONFIG_VIDEO_DW9710) += dw9710.o obj-$(CONFIG_VIDEO_OV3640) += ov3640.o obj-$(CONFIG_VIDEO_IMX046) += imx046.o +obj-$(CONFIG_VIDEO_LV8093) += lv8093.o obj-$(CONFIG_USB_DABUSB) += dabusb.o obj-$(CONFIG_USB_OV511) += ov511.o