From patchwork Tue Apr 23 17:34:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2479461 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 69BB33FD1A for ; Tue, 23 Apr 2013 17:35:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756915Ab3DWRfh (ORCPT ); Tue, 23 Apr 2013 13:35:37 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:55740 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756861Ab3DWRfg (ORCPT ); Tue, 23 Apr 2013 13:35:36 -0400 Received: by mail-lb0-f173.google.com with SMTP id 10so908041lbf.18 for ; Tue, 23 Apr 2013 10:35:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id:x-gm-message-state; bh=arp5xyqAngz5hcJHC/0XmFY2M8j2dqh7NpdZJHBNclM=; b=nphQARrtqZqzEguAdULG5ZSXUaDUh5+DMKnvtCXZ5XhJRgA1xjayImJB3dU2RGC4e6 NnvIzK9d0cL0xqJOOyeGWUr0oF3z+deLWHc20lqCApCEiGlSzv0r5ODVfMsZLRQnKqp6 IhnGiaH9NmsmBDUmS2nJHNvRIvwEzxkAZh+VrVRzHakz+4TG+91kY1fQCetaD/nAt3y+ p2l6vv8H9d4Bo6ax3Xm/CpsCj/Q52XzyF6FFLe9Iovv/y3AJv0c+xVjrcKbCoZJcY7vd FETiaRou+epJ9qrD9LiI/5Dju6X7j4T4+YmWWivxGf7hJizRsdH7c61CipauBrfjhtyP dBDw== X-Received: by 10.112.147.229 with SMTP id tn5mr9206588lbb.112.1366738534516; Tue, 23 Apr 2013 10:35:34 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-92-135.pppoe.mtu-net.ru. [91.79.92.135]) by mx.google.com with ESMTPS id p1sm13182446lae.0.2013.04.23.10.35.32 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 23 Apr 2013 10:35:33 -0700 (PDT) From: Sergei Shtylyov Organization: Cogent Embedded To: horms@verge.net.au, linux-sh@vger.kernel.org Subject: [PATCH v3 5/5] ARM: shmobile: BOCK-W: enable VIN and ML86V7667 in defconfig Date: Tue, 23 Apr 2013 21:34:51 +0400 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) Cc: linux-media@vger.kernel.org, magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, matsu@igel.co.jp, vladimir.barinov@cogentembedded.com References: <201304232118.43686.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201304232118.43686.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201304232134.52153.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQnSt4RVu7jNWz/nBpqxyN5Ok+UOUg/BU+4Z9CXfxL+FMB8ifUmWgrVHSYh4bqiUEPj94mTA Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Vladimir Barinov Add the VIN and ML86V7667 drivers to 'bockw_defconfig'. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov --- arch/arm/configs/bockw_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: renesas/arch/arm/configs/bockw_defconfig =================================================================== --- renesas.orig/arch/arm/configs/bockw_defconfig +++ renesas/arch/arm/configs/bockw_defconfig @@ -76,6 +76,13 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y # CONFIG_HWMON is not set CONFIG_I2C=y CONFIG_I2C_RCAR=y +CONFIG_MEDIA_SUPPORT=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_V4L_PLATFORM_DRIVERS=y +CONFIG_SOC_CAMERA=y +CONFIG_VIDEO_RCAR_VIN=y +# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set +CONFIG_VIDEO_ML86V7667=y CONFIG_USB=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_EHCI_HCD=y