From patchwork Tue Dec 16 16:26:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 5501931 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.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B68F29F30B for ; Tue, 16 Dec 2014 16:27:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0585020A26 for ; Tue, 16 Dec 2014 16:27:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD14A20A21 for ; Tue, 16 Dec 2014 16:26:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751484AbaLPQ06 (ORCPT ); Tue, 16 Dec 2014 11:26:58 -0500 Received: from mail-lb0-f171.google.com ([209.85.217.171]:62602 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751680AbaLPQ0R (ORCPT ); Tue, 16 Dec 2014 11:26:17 -0500 Received: by mail-lb0-f171.google.com with SMTP id w7so7022715lbi.16 for ; Tue, 16 Dec 2014 08:26:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=5W94A+zlNIbwOntzAhxSaWEQvkzoGtXiC1ArQLPBaWo=; b=WUs2Do02oh+twotqKHMVep1Fzl4jMzgLuKx7Cqzko45CzDO61IOmPgciKcPQYHYV3Z KX+ULse0ZVEtUIx1V457nHNflA7sJqH3haoyj70hX78zRjrODHeQZLPYNdSdvqMI02XK YmF/9S3ekQxZxEnZmw2NLWBFM1731YpsMUU8gAuKonHRobKDdkAiZr2R55F+vMGgyqZ3 uyvzO8cLM+o4y87wMY8F7JG1Gbx24YfHdowUCN0dMXyhw0jrXV6lQWaQ4YvW8Vm6rbtN jRCepMTZfeOzpPaehth03yg/bWsRuujmIkgM3tICDitCHSSLkz6h/aB8+t7dwaMVMK93 +JJQ== X-Received: by 10.112.234.201 with SMTP id ug9mr36253641lbc.79.1418747175934; Tue, 16 Dec 2014 08:26:15 -0800 (PST) Received: from groucho.site (ipbcc0217c.dynamic.kabel-deutschland.de. [188.192.33.124]) by mx.google.com with ESMTPSA id l1sm307467lag.11.2014.12.16.08.26.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Dec 2014 08:26:15 -0800 (PST) From: Ulrich Hecht To: horms@verge.net.au Cc: linux-sh@vger.kernel.org, geert@linux-m68k.org, magnus.damm@gmail.com, Ulrich Hecht Subject: [PATCH v2 4/7] ARM: shmobile: r8a73a4: Multiplatform support Date: Tue, 16 Dec 2014 17:26:00 +0100 Message-Id: <1418747163-21729-5-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 1.8.4.5 In-Reply-To: <1418747163-21729-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1418747163-21729-1-git-send-email-ulrich.hecht+renesas@gmail.com> 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 Enable r8a73a4 Multiplatform support for the generic r8a73a4 machine vector. Signed-off-by: Ulrich Hecht Acked-by: Magnus Damm Acked-by: Geert Uytterhoeven --- arch/arm/mach-shmobile/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index e55b686..2f36c85 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -52,6 +52,11 @@ config ARCH_R7S72100 bool "RZ/A1H (R7S72100)" select SYS_SUPPORTS_SH_MTU2 +config ARCH_R8A73A4 + bool "R-Mobile APE6 (R8A73A40)" + select ARCH_RMOBILE + select RENESAS_IRQC + config ARCH_R8A7740 bool "R-Mobile A1 (R8A77400)" select ARCH_RMOBILE