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 F2B84C32771 for ; Thu, 15 Sep 2022 20:52:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229704AbiIOUwV (ORCPT ); Thu, 15 Sep 2022 16:52:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229542AbiIOUwT (ORCPT ); Thu, 15 Sep 2022 16:52:19 -0400 Received: from mail-qv1-xf35.google.com (mail-qv1-xf35.google.com [IPv6:2607:f8b0:4864:20::f35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 914FC48C80 for ; Thu, 15 Sep 2022 13:52:18 -0700 (PDT) Received: by mail-qv1-xf35.google.com with SMTP id o13so15165139qvw.12 for ; Thu, 15 Sep 2022 13:52:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=h6GP7OMr98DgtTyeApOsh0thg3e2Q1uN92gwxmTHO34=; b=E8Ap1REycdzFe39/XRMw1m1jAGKPXO/Uq4k6BR2syVJGth1OWVrqSyDtMVnyFx6j1P RrlIKjS/XINphFZXfY7elpDMuu55ePnAnFjoo7gmStlr/a/7ugzN2xA4/kdxBPcIePYU 4RdkcoDZZ42InaqgiRbungzUAuoKNt+MBEaKxUag6+VZ7zHRdmTfROd+nIaup5CVeHVW FzrEHpQZWhj9gF/leIwJm57jv/Jka26UbRJUjc70GE7PJsFVgr34cXtvZ2i3Np35ZMnH s4RdZfH4kUSdVD5wV/rqixuKJeL7VmG3rmhpi85EhcaP58MPFvJHQivgoD9LV+K29xSJ nC3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=h6GP7OMr98DgtTyeApOsh0thg3e2Q1uN92gwxmTHO34=; b=SOdKEqXNs1sPz4FVCq60tefua4RNUiiSOBir7XtuuSeFoDUmIimv68b9r7BO/gpCZO k/rFJiNwICfBnX0bip9NHI96sya8xogzOsU527/NUqYHryBGq3UrKyFdpulBACtYL7HC UdxPmW9ANarN1pNaxM1ZtC12kVF5J2qPOQjuI3hcAm2kxkfycMfXn9A2gtYkMPkb4AhG WsdJeuKbbDVxhiCffZGtBeP+m77Lt4d/F+gsGeaOK3D7ayy+ow5exPfwk6o/JG8jiX1H IgTlcpgdp5j/j1X2TYZLMUR1LvqbYT2nMa9+rgH6uyw5vyeG0qL+08aLwKgMu+e9uy5L jaHg== X-Gm-Message-State: ACrzQf1DprgsI5Uf8asbv8+VFXnFR528CRS6lG1z1lVSvTbvC907xLq5 u3OybqIQChtktYEvv7vx5LU= X-Google-Smtp-Source: AMsMyM4Z5cKWgJDetP3HbLHXQcRthknzjqVa+UA9gJLy0QHWAFQ+GqDV40URFEaPLuktx3ogjxJ7Hg== X-Received: by 2002:ad4:5ae8:0:b0:4aa:af21:b43c with SMTP id c8-20020ad45ae8000000b004aaaf21b43cmr1266892qvh.36.1663275137671; Thu, 15 Sep 2022 13:52:17 -0700 (PDT) Received: from [10.67.48.245] ([192.19.223.252]) by smtp.googlemail.com with ESMTPSA id w8-20020a05620a424800b006ce5fe31c2dsm5069897qko.65.2022.09.15.13.52.15 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 15 Sep 2022 13:52:17 -0700 (PDT) Message-ID: <3dc9d86d-7b98-33ab-880e-a9584b8fac4b@gmail.com> Date: Thu, 15 Sep 2022 13:52:12 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v2 2/2] arm64: Kconfig.platforms: Group NXP platforms together Content-Language: en-US To: Olof Johansson Cc: linux-arm-kernel@lists.infradead.org, soc@kernel.org, Catalin Marinas , Will Deacon , open list , krzysztof.kozlowski@linaro.org, arnd@arndb.de, Geert Uytterhoeven , william.zhang@broadcom.com, anand.gore@broadcom.com References: <20220829173830.3567047-1-f.fainelli@gmail.com> <20220829173830.3567047-3-f.fainelli@gmail.com> From: Florian Fainelli In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/15/22 09:08, Olof Johansson wrote: > On Mon, Aug 29, 2022 at 10:38:29AM -0700, Florian Fainelli wrote: >> Group the three NXP platforms under an ARCH_NXP menuconfig symbol to >> make make selection of similar vendor SoCs visually nicer. >> >> Signed-off-by: Florian Fainelli > > Hi, > > While these are convenient if they're done right from the beginning, the result > of adding a new dependency like this is that old defconfigs stop working if you > just go with the default. > > Was there a reason to group these now and cause this config churn for > downstream users? No reason to cause churn, and no specific reason other than visually and logically group options from the same vendors. I had clearly not anticipated the defconfig breakage, too bad that Kconfig does not allow menuconfig items to be enabled by default, or does it? -- Florian 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6A6DFC32771 for ; Thu, 15 Sep 2022 20:53:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UlLVWqoZ7JS12p5QkNmsIixDpR/OsqQtQIYZk0IDC4w=; b=2JAHDmsfHLnLmh 4XFLDvx1fqOLXXWnjE59BCfbKRSWHPxkt4IFCD8t3mhUxO6rCB4StY7SCiRzjQPY/Cpw5+KkT9bjh ODcl7xr8mVmKWNFZJy+v6btqTw/Izwnr/EJvHo3kbWBPIXwMEsvTJWg1AIpJ3dLLuxvKO24IRzZ0A MycjgOP5pO0cFeo4GCRMKHUsUUjSr/tl6lnDwExtLlF3Yh2RqdGrUA+smmx7AAje+U10JFGZ5go62 8J+OdWOoDh9P1XtF1UZGhfs5SlP2h+lhJtqzxI/8PxQv/9/XLI2Wo4jQcdu2nlRHdlIUAWlSqwXB1 QodfnMvgv2tP6baiKYlQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYvqR-00H8Um-Tb; Thu, 15 Sep 2022 20:52:24 +0000 Received: from mail-qv1-xf30.google.com ([2607:f8b0:4864:20::f30]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYvqP-00H8SP-Jc for linux-arm-kernel@lists.infradead.org; Thu, 15 Sep 2022 20:52:22 +0000 Received: by mail-qv1-xf30.google.com with SMTP id d1so15212822qvs.0 for ; Thu, 15 Sep 2022 13:52:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=h6GP7OMr98DgtTyeApOsh0thg3e2Q1uN92gwxmTHO34=; b=E8Ap1REycdzFe39/XRMw1m1jAGKPXO/Uq4k6BR2syVJGth1OWVrqSyDtMVnyFx6j1P RrlIKjS/XINphFZXfY7elpDMuu55ePnAnFjoo7gmStlr/a/7ugzN2xA4/kdxBPcIePYU 4RdkcoDZZ42InaqgiRbungzUAuoKNt+MBEaKxUag6+VZ7zHRdmTfROd+nIaup5CVeHVW FzrEHpQZWhj9gF/leIwJm57jv/Jka26UbRJUjc70GE7PJsFVgr34cXtvZ2i3Np35ZMnH s4RdZfH4kUSdVD5wV/rqixuKJeL7VmG3rmhpi85EhcaP58MPFvJHQivgoD9LV+K29xSJ nC3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=h6GP7OMr98DgtTyeApOsh0thg3e2Q1uN92gwxmTHO34=; b=UBNtS3CH3SRlGqUKuKxrgZIWbML1NEu7TN+Fg6ynXs3CMlgMmeTT6OnJXH2Y/4ZScT O5zgC3WhwRwFNh/FDWG05YcPKmCQGXzjVHsms3kpJtnFZ2LIhzc3tYrXX3jlyRuXZg4z atJHzvyyUUaDGI7HOMhh+l34Z5o+VFmyHooRpyiZ6OuxTPMEfCfwegaZ40S612q/WdPz Lei9pGpwhHOIySJNBz/UjMWo43azLti8yga0hO/Zh1DVdtygzmuIe4UvNRoWvjCSOVXM +mDdAgWpo5yDvagHSOaHdRl3jcA6Nxf6bn0R0lhTC+rGGmbFB4nxz4YbV6UBb2wsufDQ +mTw== X-Gm-Message-State: ACrzQf3gyvV5huMxIgnYGME3i8NtUAczzq4P9ehs99BM1qfUogCwq2oI 4MC8fbTc+0yb9jAHocUuJn0= X-Google-Smtp-Source: AMsMyM4Z5cKWgJDetP3HbLHXQcRthknzjqVa+UA9gJLy0QHWAFQ+GqDV40URFEaPLuktx3ogjxJ7Hg== X-Received: by 2002:ad4:5ae8:0:b0:4aa:af21:b43c with SMTP id c8-20020ad45ae8000000b004aaaf21b43cmr1266892qvh.36.1663275137671; Thu, 15 Sep 2022 13:52:17 -0700 (PDT) Received: from [10.67.48.245] ([192.19.223.252]) by smtp.googlemail.com with ESMTPSA id w8-20020a05620a424800b006ce5fe31c2dsm5069897qko.65.2022.09.15.13.52.15 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 15 Sep 2022 13:52:17 -0700 (PDT) Message-ID: <3dc9d86d-7b98-33ab-880e-a9584b8fac4b@gmail.com> Date: Thu, 15 Sep 2022 13:52:12 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v2 2/2] arm64: Kconfig.platforms: Group NXP platforms together Content-Language: en-US To: Olof Johansson Cc: linux-arm-kernel@lists.infradead.org, soc@kernel.org, Catalin Marinas , Will Deacon , open list , krzysztof.kozlowski@linaro.org, arnd@arndb.de, Geert Uytterhoeven , william.zhang@broadcom.com, anand.gore@broadcom.com References: <20220829173830.3567047-1-f.fainelli@gmail.com> <20220829173830.3567047-3-f.fainelli@gmail.com> From: Florian Fainelli In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220915_135221_676671_CFC45C59 X-CRM114-Status: GOOD ( 16.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 9/15/22 09:08, Olof Johansson wrote: > On Mon, Aug 29, 2022 at 10:38:29AM -0700, Florian Fainelli wrote: >> Group the three NXP platforms under an ARCH_NXP menuconfig symbol to >> make make selection of similar vendor SoCs visually nicer. >> >> Signed-off-by: Florian Fainelli > > Hi, > > While these are convenient if they're done right from the beginning, the result > of adding a new dependency like this is that old defconfigs stop working if you > just go with the default. > > Was there a reason to group these now and cause this config churn for > downstream users? No reason to cause churn, and no specific reason other than visually and logically group options from the same vendors. I had clearly not anticipated the defconfig breakage, too bad that Kconfig does not allow menuconfig items to be enabled by default, or does it? -- Florian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel