From patchwork Thu Feb 19 01:08:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5849521 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 88165BF440 for ; Thu, 19 Feb 2015 01:08:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BC95E2024C for ; Thu, 19 Feb 2015 01:08:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AA11B2021F for ; Thu, 19 Feb 2015 01:08:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755816AbbBSBIQ (ORCPT ); Wed, 18 Feb 2015 20:08:16 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:43732 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753237AbbBSBIO (ORCPT ); Wed, 18 Feb 2015 20:08:14 -0500 Received: by paceu11 with SMTP id eu11so5357128pac.10 for ; Wed, 18 Feb 2015 17:08:14 -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=FlJ0/QGpedjEjPRyMNybujp0MAT+Uwi1fprSpi9xTcg=; b=l6oiM6N5kF6mLcCZZORinCsP6w+RbgfFoHcQAUHD1qyOWY6XYVt9v7u+w9XtnHwVk4 h3aZWdju7LXKUiAwrxckY63HScwVMkV6t6U5U1/VeAmKhzNNI9jGELKh9HG0AmZzfn76 RaYe2cdtSqJgssv4CvtY4sSuCpICOhZ5B7rT5cL6kPkMz4lOfwYo/s2awHcBT7Irooo8 TA43HDRmp8a57w0Q3Fb+mKVpXrtz9a1iZuX52x1oS9M7E73xYmkWs5XKgOQJ6PG9JObn tpqzczMrOBEGC3DfuVEoMLuck84biJpi5Oj55K7m8c5fx/jM2X8LhCwad9Kf+IqMOrWJ Eycg== X-Received: by 10.70.42.206 with SMTP id q14mr2927655pdl.141.1424308094157; Wed, 18 Feb 2015 17:08:14 -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 ph7sm21855888pbb.6.2015.02.18.17.08.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Feb 2015 17:08:12 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm Date: Thu, 19 Feb 2015 10:08:34 +0900 Message-Id: <20150219010834.1660.21912.sendpatchset@little-apple> In-Reply-To: <20150219010815.1660.27980.sendpatchset@little-apple> References: <20150219010815.1660.27980.sendpatchset@little-apple> Subject: [PATCH 02/02] ARM: shmobile: Drop DU LVDS 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 LVDS components of the DU driver on any architecture. Not for upstream merge. Not-yet-Signed-off-by: Magnus Damm --- drivers/gpu/drm/rcar-du/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 --- 0002/drivers/gpu/drm/rcar-du/Kconfig +++ work/drivers/gpu/drm/rcar-du/Kconfig 2015-02-19 06:02:32.285532677 +0900 @@ -20,7 +20,6 @@ config DRM_RCAR_HDMI config DRM_RCAR_LVDS bool "R-Car DU LVDS Encoder Support" depends on DRM_RCAR_DU - depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST help Enable support for the R-Car Display Unit embedded LVDS encoders (currently only on R8A7790 and R8A7791).