From patchwork Wed Apr 17 22:17:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 2456811 Return-Path: X-Original-To: patchwork-linux-sh@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 81CC9DF23A for ; Wed, 17 Apr 2013 22:18:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966847Ab3DQWST (ORCPT ); Wed, 17 Apr 2013 18:18:19 -0400 Received: from mail-la0-f47.google.com ([209.85.215.47]:51536 "EHLO mail-la0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965558Ab3DQWSS (ORCPT ); Wed, 17 Apr 2013 18:18:18 -0400 Received: by mail-la0-f47.google.com with SMTP id fk20so1699378lab.6 for ; Wed, 17 Apr 2013 15:18:17 -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=zRbDixQyt98IgaHFDsM6JLqId5YU7rASdRI5vE1ehrk=; b=DU3L2dSs9NZmgyjFi8Elb4271gTXOSqfb+ID87cr4Km/dnxF6IIcr9EeJRmc6mBSJi fnyJo+7zOj5kR4ljqcFIZQuQOVgYbZhSj8gJWsseIKiGzLha/FrLzqEG2DpfUDhC58bU HyVUgOq1tfrKIIRtPiZC3+9bgb5miO9ErkCckNUnVeiIpb5qhtLIECuZXTZ5CeMGMdsf Pq8jdf/FIJI0ottyddQSwu1vk8p+wE/i3roKACA+isjcxo+emmIAVZR53aEi5u9e39mG y4q0OCso/r0IvDjouUvXJG6TT+suce99y8tMcpfK6voj3/+kJXCYsJm3M1x8K54um/WB sB5A== X-Received: by 10.112.180.233 with SMTP id dr9mr4201889lbc.110.1366237096866; Wed, 17 Apr 2013 15:18:16 -0700 (PDT) Received: from wasted.dev.rtsoft.ru (ppp91-79-88-26.pppoe.mtu-net.ru. [91.79.88.26]) by mx.google.com with ESMTPS id v7sm3333857laz.4.2013.04.17.15.18.15 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 17 Apr 2013 15:18:15 -0700 (PDT) From: Sergei Shtylyov Organization: Cogent Embedded To: linux@arm.linux.org.uk, linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 4/4] ARM: shmobile: Marzen: enable VIN and ADV7180 in defconfig Date: Thu, 18 Apr 2013 02:17:27 +0400 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) Cc: horms@verge.net.au, magnus.damm@gmail.com, linux-media@vger.kernel.org, matsu@igel.co.jp References: <201304180206.39465.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201304180206.39465.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201304180217.28176.sergei.shtylyov@cogentembedded.com> X-Gm-Message-State: ALoCoQk4iEK/279QealZfSpQpwLN8pTsunS+XzUclhE4IJi6EOVfCFHAnyoMYSFJu/bYpwHaz4AH Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Vladimir Barinov Add the VIN and ADV7180 drivers to 'marzen_defconfig'. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov --- arch/arm/configs/marzen_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" 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/marzen_defconfig =================================================================== --- renesas.orig/arch/arm/configs/marzen_defconfig +++ renesas/arch/arm/configs/marzen_defconfig @@ -84,6 +84,13 @@ CONFIG_GPIO_RCAR=y CONFIG_THERMAL=y CONFIG_RCAR_THERMAL=y CONFIG_SSB=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_ADV7180=y CONFIG_USB=y CONFIG_USB_RCAR_PHY=y CONFIG_MMC=y