From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E4CCC6FA91 for ; Tue, 20 Sep 2022 21:10:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230236AbiITVKs (ORCPT ); Tue, 20 Sep 2022 17:10:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230355AbiITVKj (ORCPT ); Tue, 20 Sep 2022 17:10:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DECA140BD6; Tue, 20 Sep 2022 14:10:38 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7A19C62DF5; Tue, 20 Sep 2022 21:10:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C2BBC433D6; Tue, 20 Sep 2022 21:10:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663708237; bh=z6WUEQNYA+xcjFnfjJj5+YD85z46eUMoe3zhy3oMjac=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=War/wuH6pmHKZbfFqZaZmGvi22WMrZXc0KzzKsVMGCrXgmdOW3vFx1OWwP9zwhi47 9Z4+vIp0R0uSscynuVcKZYt+QQpU1+OHt2F2n0gbSwtGyEiXZWbftJ0ipsLYvKaBsJ DVEGg+e6PQ7IhI7nPCpoAVlwi7Rc93PKpnZBOiJw6vj9JFH6/19yyvHoOYu1aPsvWK ZABIWJeyZRwszmU6lwg05+fM0XqO8ZeXEigyytutQH5jhP5DhVmXD06OtYKI2ZXwqn WiNp6KzTr7UC7lL4ilRYbP4D44Mz0MsmMtpBCOQQu79Hg1KSVXassSSKQjeh8LQxWH kEMMfNZuLEJwA== Date: Tue, 20 Sep 2022 22:10:31 +0100 From: Conor Dooley To: "Lad, Prabhakar" Cc: Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Geert Uytterhoeven , Magnus Damm , Conor Dooley , Heiko Stuebner , Heinrich Schuchardt , Atish Patra , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Biju Das , Lad Prabhakar Subject: Re: [PATCH v4 05/10] riscv: Kconfig.socs: Add ARCH_RENESAS kconfig option Message-ID: References: <20220920184904.90495-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20220920184904.90495-6-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 20, 2022 at 10:04:06PM +0100, Lad, Prabhakar wrote: > To clarify, shall I add ARCH_RENESAS to the beginning of the file or > after the SOC_MICROCHIP_POLARFIRE config? > > As rest of the configs start with SOC and for Renesas it starts with > ARCH, so to avoid another re-spin hence this query. I'd say sort it based on Renesas so that everything else can be swapped over in place. I don't care that much to be honest, was just an "if you're already respinning" kind of thing. Thanks, Conor.