From patchwork Wed Mar 2 02:04:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 8476291 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Original-To: patchwork-linux-renesas-soc@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 A55B8C0553 for ; Wed, 2 Mar 2016 02:04:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 22F41201FE for ; Wed, 2 Mar 2016 02:04:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 67C68201ED for ; Wed, 2 Mar 2016 02:04:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754640AbcCBCEf (ORCPT ); Tue, 1 Mar 2016 21:04:35 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:54045 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754451AbcCBCEe (ORCPT ); Tue, 1 Mar 2016 21:04:34 -0500 Received: from reginn.isobedori.kobe.vergenet.net (p5023-ipbfp803kobeminato.hyogo.ocn.ne.jp [123.221.39.23]) by kirsty.vergenet.net (Postfix) with ESMTPA id 74ABA25B81A; Wed, 2 Mar 2016 13:04:32 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1456884272; bh=IVzTbzB2VAgBlFbz3aLjy21yTPQ1u7JOEepUR8Uduxs=; h=From:To:Cc:Subject:Date:From; b=aaM9aJBfoe72MqzJ7/Dc8ebXyjJAsURyQ0Roov+bm8NoP2AYsa1IDEEURqYjkFwsz mDVTDozav7BqJNkMUTci/2VZSD8dDoLx4M7lX9VovrNZlJ3IraFoLEcl1f8OP5cYer TQS1OuNjH1nA8KoNq55ERl1juyPi7jUx5YQ11klE= Received: by reginn.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 4A9F59404FB; Wed, 2 Mar 2016 11:04:30 +0900 (JST) From: Simon Horman To: Zhang Rui , Eduardo Valentin Cc: Kuninori Morimoto , Magnus Damm , linux-pm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Simon Horman Subject: [PATCH] thermal: rcar: Use ARCH_RENESAS Date: Wed, 2 Mar 2016 11:04:26 +0900 Message-Id: <1456884266-25522-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.1.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable 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 Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being that RENESAS seems to be a more appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. Signed-off-by: Simon Horman Acked-by: Geert Uytterhoeven --- drivers/thermal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Based on linux-soc-thermal/next diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 5e7c97a3f1d8..9fc1afaa6879 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -214,7 +214,7 @@ config ROCKCHIP_THERMAL config RCAR_THERMAL tristate "Renesas R-Car thermal driver" - depends on ARCH_SHMOBILE || COMPILE_TEST + depends on ARCH_RENESAS || COMPILE_TEST depends on HAS_IOMEM help Enable this to plug the R-Car thermal sensor driver into the Linux