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 5DEACC43334 for ; Thu, 21 Jul 2022 15:52:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232913AbiGUPwM (ORCPT ); Thu, 21 Jul 2022 11:52:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230161AbiGUPwL (ORCPT ); Thu, 21 Jul 2022 11:52:11 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8636D371AF; Thu, 21 Jul 2022 08:52:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1658418729; x=1689954729; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=III64DW+0u4G+CjBfeIS14HoJGrVBM+FP7wl8Jf7dg8=; b=Te8cjwBMcKLRt/8YouaDueYj5dXf6NuAgU8ebxGzhh+rTPWPnqvHa1Ul RvEfEsQ86qsQc0udVhd+angGKOPJAx/3GiI/41aNobVpU5x6VKry5az0X N8Ge5gY0/wC2EjWs6ux0re94xnpZ3aRUosaNCBORS2pDBSgiBr/vNfn2B E03tVwGDYa/LFEuOoMYmYI5Nvo3S1hiK8OIvGcpnljITagR+WxxwlUE/v ydwqrRgxxCLOp4xXIgqYLug6B3iFRwQ95QMPK/2SChL+QxJTZwud+C067 MjNB/amAKnCElEAhpY4hgZSKK6wnY7YbfEg4/F0i0crIXIX/hCmMaVBmr w==; X-IronPort-AV: E=Sophos;i="5.93,183,1654585200"; d="scan'208";a="105554930" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 21 Jul 2022 08:52:07 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Thu, 21 Jul 2022 08:51:58 -0700 Received: from [10.159.245.112] (10.10.115.15) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Thu, 21 Jul 2022 08:51:48 -0700 Message-ID: <365646fb-ea8b-6202-48a4-874f1e3c0a65@microchip.com> Date: Thu, 21 Jul 2022 17:51:47 +0200 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 1/6] ARM: refresh defconfig files Content-Language: en-US To: Arnd Bergmann , CC: Arnd Bergmann , Russell King , Alexandre Belloni , Claudiu Beznea , Florian Fainelli , "Ray Jui" , Scott Branden , "Alexander Shiyan" , Krzysztof Kozlowski , Alim Akhtar , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Vladimir Zapolskiy , Taichi Sugaya , Takao Orito , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , "Andrew Lunn" , Gregory Clement , Sebastian Hesselbarth , Aaro Koskinen , Janusz Krzysztofik , "Tony Lindgren" , Neil Armstrong , "Dinh Nguyen" , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Thierry Reding , "Jonathan Hunter" , Catalin Marinas , Will Deacon , , , , , , , , , , , References: <20220721141325.2413920-1-arnd@kernel.org> <20220721141325.2413920-2-arnd@kernel.org> From: Nicolas Ferre Organization: microchip In-Reply-To: <20220721141325.2413920-2-arnd@kernel.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org On 21/07/2022 at 16:13, Arnd Bergmann wrote: > From: Arnd Bergmann > > A lot of Kconfig options have changed over the years, and we tend > to not do a blind 'make defconfig' to refresh the files, to ensure > we catch options that should not have gone away. > > I used some a bit of scripting to only rework the bits where an > option moved around in any of the defconfig files, without also > dropping any of the other lines, to make it clearer which options > we no longer have. > > Signed-off-by: Arnd Bergmann > --- [..] > arch/arm/configs/at91_dt_defconfig | 10 +- [..] > arch/arm/configs/sama5_defconfig | 8 +- > arch/arm/configs/sama7_defconfig | 8 +- [..] For at91: Acked-by: Nicolas Ferre Thanks, best regards, Nicolas -- Nicolas Ferre