From patchwork Thu Feb 19 01:28:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5849541 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 68DA29F36A for ; Thu, 19 Feb 2015 01:27:45 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A26EC2021F for ; Thu, 19 Feb 2015 01:27:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C661C201F4 for ; Thu, 19 Feb 2015 01:27:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752776AbbBSB1n (ORCPT ); Wed, 18 Feb 2015 20:27:43 -0500 Received: from mail-pd0-f182.google.com ([209.85.192.182]:44127 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751952AbbBSB1n (ORCPT ); Wed, 18 Feb 2015 20:27:43 -0500 Received: by pdbnh10 with SMTP id nh10so5142581pdb.11 for ; Wed, 18 Feb 2015 17:27:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=ExxUz68dU+v4MrgXu8ViFmo09KvMaH2Y8FJ7CWF7D40=; b=U6Kpqc4cQXRD20LnVZbTmyZ25SYlNyT3BvLNf2bSbXznyXeKTEfhUtmO72QlE8pDtk E8imhUTQOOI6jIXUVOautMH1+B0lwCRDZTyXf4C1FqcDc4cNVhof/nfbWpHBlbx7ZJSf jalKaPu7HPonZfoNnoqPamO0eekBUgsnMw5F42z5fPXsFiQ/XfwouF0JXVGdLTNwfD+C gMvF3aeAigWCdCLAqqt0KOeKa2A0HPCXkG6hj4Zy8WyDV+4UnsYT1NlQ+pNBZCHQwrGc mFmv08NZcKya/f0kkNKxZXj3ODMc1i/G0D28hCgY+SvXS9NODzj+PSTNFrj9r6pCEoLw qcOQ== X-Received: by 10.66.141.71 with SMTP id rm7mr3411308pab.114.1424309262631; Wed, 18 Feb 2015 17:27:42 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id qq6sm21861017pbb.20.2015.02.18.17.27.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Feb 2015 17:27:41 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm Date: Thu, 19 Feb 2015 10:28:03 +0900 Message-Id: <20150219012803.1740.86640.sendpatchset@little-apple> In-Reply-To: <20150219012749.1740.77896.sendpatchset@little-apple> References: <20150219012749.1740.77896.sendpatchset@little-apple> Subject: [PATCH 01/01] ARM: shmobile: Drop VSP1 deps to allow 64-bit build Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Drop dependencies to allow building the VSP1 driver on any architecture including 64-bit ones such as x86_64 and arm64. Not for upstream merge. Not-Yet-Signed-off-by: Magnus Damm --- drivers/media/platform/Kconfig | 1 - 1 file changed, 1 deletion(-) -- 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 --- 0001/drivers/media/platform/Kconfig +++ work/drivers/media/platform/Kconfig 2015-02-19 06:44:38.525523599 +0900 @@ -223,7 +223,6 @@ config VIDEO_SH_VEU config VIDEO_RENESAS_VSP1 tristate "Renesas VSP1 Video Processing Engine" depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA - depends on ARCH_SHMOBILE || COMPILE_TEST select VIDEOBUF2_DMA_CONTIG ---help--- This is a V4L2 driver for the Renesas VSP1 video processing engine.