From patchwork Sun Apr 21 18:43:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2469261 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id EACD2DF230 for ; Sun, 21 Apr 2013 18:43:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754011Ab3DUSnx (ORCPT ); Sun, 21 Apr 2013 14:43:53 -0400 Received: from mail-lb0-f178.google.com ([209.85.217.178]:48424 "EHLO mail-lb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753943Ab3DUSnx (ORCPT ); Sun, 21 Apr 2013 14:43:53 -0400 Received: by mail-lb0-f178.google.com with SMTP id q13so5032055lbi.37 for ; Sun, 21 Apr 2013 11:43:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:to:subject:cc:from:organization:date:mime-version :content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=arp5xyqAngz5hcJHC/0XmFY2M8j2dqh7NpdZJHBNclM=; b=GUkD3YhXbtUYg7EuDfkc0t8Hg7cssh9jmhb4h1rULo0qDiWw7qMInnJp++9uex8agG I1woXMQwgB6KY1Xf8M/XOApgl17R5i5JEZargnW96GUzn02OuvwQ0rv9g7qLul+166Pb N8pYkKN78YCEyR7hDJh5TDZhpZIjM8DAn9bs/0/sNtFrZOyRidmCKGyf1XsOvS3URse1 oDqezeAlx87HHouKAgcFCe2QB91hqZoPXkaPv5P6OmQ8+kL/wJ4Ld5DcW6eN0yf0BRH7 mjzq5f9O5KIqwGBLeC+/V3my7uk7b/hsdpaAaoVavX3J6U7raKVrWbv52B3F8MG+IZZw dBYQ== X-Received: by 10.112.160.105 with SMTP id xj9mr11654918lbb.87.1366569831800; Sun, 21 Apr 2013 11:43:51 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-94-136.pppoe.mtu-net.ru. [91.79.94.136]) by mx.google.com with ESMTPS id a9sm9690798laf.2.2013.04.21.11.43.50 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 21 Apr 2013 11:43:51 -0700 (PDT) To: horms@verge.net.au, magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 5/5] ARM: shmobile: BOCK-W: enable VIN and ML86V7667 in defconfig Cc: linux-media@vger.kernel.org, matsu@igel.co.jp, vladimir.barinov@cogentembedded.com From: Sergei Shtylyov Organization: Cogent Embedded Date: Sun, 21 Apr 2013 22:43:01 +0400 MIME-Version: 1.0 Message-Id: <201304212243.02148.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQmaOyRxJITbTapaO1qpgiRiKEy8drg5H3MuWxqnS9QBQ3Fn0gUeZAbjaoIpLSD0FbP7paR4 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