Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp7167966yba; Thu, 2 May 2019 05:34:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqxsp7ilSEeLx5Ze0JCEu+dmGDbbg+dMxc5T913PR1acjAWy9vUQ+CJ1X9MeB40S2JX0HNeJ X-Received: by 2002:a63:720c:: with SMTP id n12mr3693648pgc.348.1556800455812; Thu, 02 May 2019 05:34:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556800455; cv=none; d=google.com; s=arc-20160816; b=siLWLCav6K6qupoMRYrbrX/oCXvcJEAWH1C4mbiuM8BscpDvgU7J8a4RiLACvombnX A3NhhlvCZ0LcWlYWb3cVPKrfZUzAAKGIUj6jjSIRls2QYpCjF26uoxQwiWLKPWT6bsf4 pY+iVyywpDEZzm0a9ByQujVi1LxDCWcBe+zUiwMkXJGlEfOFi6DlWKCp60kIbLsw4GfY ZNaMzDY8zQC3VzfTwtMmb+sXVEYIuYqEMU0PLkicOT1xe4h+axgfeBnbpHag3WeXoZTy MOUBq3/II1N/jVDGKgY3vPfw8PhEtkO5R1ZV9IfrVK8KghEcSfcFEsh6JMOeokicQevg FEew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=l8scli/NGqYzruLP6I0nQxfwPAEaHrGz5tTnVg5g30E=; b=UCqZWimtHB5lpX0EnY4jgjFU2m9erH1Gdh3Pjc6+DnJOES2CjISH8N3rk5h0btiUtJ vWdh6QX1pGIZyewvHoIEhbLGUzXfu8fahjpunLZUQ4BGmeKHRZUAAT7+OLEtq9J4iqlj gRESIdLAQVwLs0BdRHOC5pF4O4bGciqi34wQIv8opqSwMBr+WI+ku2T9XwDxrjBH7KIj 7fJsQApr8GrLO+DGyxplz+eYQmjaIEeZXQljx5z6v8SQ7IUo3U5L1sORH77bPdU0Wwmv lGqbysGYukDqe3XXp6V8jhj9kMsB9eJTVpvCG/oys8kQR1KsMNGq2skvB0rZW2+rnoZu ljaQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n26si41816424pgv.445.2019.05.02.05.33.55; Thu, 02 May 2019 05:34:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726513AbfEBMch (ORCPT + 99 others); Thu, 2 May 2019 08:32:37 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:37678 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726447AbfEBMc2 (ORCPT ); Thu, 2 May 2019 08:32:28 -0400 Received: from ramsan ([84.194.111.163]) by andre.telenet-ops.be with bizsmtp id 7QYN2000i3XaVaC01QYPMG; Thu, 02 May 2019 14:32:26 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hMAsw-0007dz-TP; Thu, 02 May 2019 14:32:22 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hMAsw-0000nd-Rg; Thu, 02 May 2019 14:32:22 +0200 From: Geert Uytterhoeven To: Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Mark Rutland , Simon Horman , Magnus Damm , Chris Brandt Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v3 3/5] soc: renesas: Enable RZ/A1 IRQC on RZ/A1H and RZ/A2M Date: Thu, 2 May 2019 14:32:18 +0200 Message-Id: <20190502123220.3016-4-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190502123220.3016-1-geert+renesas@glider.be> References: <20190502123220.3016-1-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Auto-enable support for the RZ/A1 Interrupt Controller when configuring a kernel which supports RZ/A1H or RZ/A2M SoCs. Keep selects sorted while at it. This is similar to how interrupt controllers for other Renesas SoCs are enabled. Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman --- v3: - No changes, v2: - Add Reviewed-by, - Add RZ/A2M, - Sort RZ/A1H selects. --- drivers/soc/renesas/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 68bfca6f20ddf8a7..2bbf49e5d441808b 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -57,14 +57,16 @@ config ARCH_R7S72100 bool "RZ/A1H (R7S72100)" select PM select PM_GENERIC_DOMAINS - select SYS_SUPPORTS_SH_MTU2 select RENESAS_OSTM + select RENESAS_RZA1_IRQC + select SYS_SUPPORTS_SH_MTU2 config ARCH_R7S9210 bool "RZ/A2 (R7S9210)" select PM select PM_GENERIC_DOMAINS select RENESAS_OSTM + select RENESAS_RZA1_IRQC config ARCH_R8A73A4 bool "R-Mobile APE6 (R8A73A40)" -- 2.17.1