From patchwork Thu Feb 19 01:08:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5849511 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 F04BE9F373 for ; Thu, 19 Feb 2015 01:08:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2DCF22024C for ; Thu, 19 Feb 2015 01:08:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 501202021F for ; Thu, 19 Feb 2015 01:08:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754008AbbBSBIH (ORCPT ); Wed, 18 Feb 2015 20:08:07 -0500 Received: from mail-pd0-f178.google.com ([209.85.192.178]:37674 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754758AbbBSBIF (ORCPT ); Wed, 18 Feb 2015 20:08:05 -0500 Received: by pdbfl12 with SMTP id fl12so5112342pdb.4 for ; Wed, 18 Feb 2015 17:08:04 -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=fn8ok7vCrm+knez918GbzhF/WsfIKeZFVArsCQ04Llg=; b=VHsj7j3Z+Zt7a6JbH6hQd/xHroJ6fUxCBpe/ofBFNd3/ol2MNOeLS+eG8qAVhptR7/ s8dFPM+x7lX859sNPMMZXPLhfMoJDH8OD/7Pr32RcJC0zGGTSNtA1lf24cGZ6s6xqY0+ nakR0K5l8yGXGA4rKlMky1TJl/gEBhoNDG+sRw9uYIbIA9DRTU4OSpbPmXeyssNkIB3f 89G0BZTpSXS0mrG4k/Ld0prehch4OP8yvOrj0j++D4Gl4eX0FVGpXK0pXDqpbMITK7xp uIF0AaPAkrF+1U4GgPMsZngyGa61isc1zzCe4RnCQuosRR0HuL290DWjJqnI4OPo7KeI Zp7w== X-Received: by 10.66.137.98 with SMTP id qh2mr3420259pab.76.1424308084752; Wed, 18 Feb 2015 17:08:04 -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 in1sm21835498pbc.19.2015.02.18.17.08.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Feb 2015 17:08:03 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm Date: Thu, 19 Feb 2015 10:08:25 +0900 Message-Id: <20150219010825.1660.31402.sendpatchset@little-apple> In-Reply-To: <20150219010815.1660.27980.sendpatchset@little-apple> References: <20150219010815.1660.27980.sendpatchset@little-apple> Subject: [PATCH 01/02] ARM: shmobile: Drop DU 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 Allow building the DU driver on any architecture. Not for upstream merge. Not-yet-Signed-off-by: Magnus Damm --- drivers/gpu/drm/rcar-du/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 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/gpu/drm/rcar-du/Kconfig +++ work/drivers/gpu/drm/rcar-du/Kconfig 2015-02-19 05:59:44.585533280 +0900 @@ -1,7 +1,6 @@ config DRM_RCAR_DU tristate "DRM Support for R-Car Display Unit" - depends on DRM && ARM - depends on ARCH_SHMOBILE || COMPILE_TEST + depends on DRM select DRM_KMS_HELPER select DRM_KMS_CMA_HELPER select DRM_GEM_CMA_HELPER