From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A147E4680 for ; Thu, 21 Jul 2022 15:52:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1658418738; x=1689954738; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=III64DW+0u4G+CjBfeIS14HoJGrVBM+FP7wl8Jf7dg8=; b=yLvNW77xsyoAOhywBCg6lLjtymieczJKqQ2LpkpBChfTrpIuWAiOB9HW A0SoUVbwi9wM2Wthv7ePu2OXEtiopueEv9Fn+Xoleinl7iQ1Lw5XxXwsx snqS0uS8MP9Z+sSpxY3WaVjBBSq1WMWQBsSCrV2Mjd5J8aPxeYD1nhwGY J0zcZ3NX6WyQxj9lnStn1yxpu6iYqdST7TpCU1Lg+7U5qtlcbRiwvxVYK APjjc88wMwWIIHGNEDUSdryh6HxV0D2/9Rr5+WwNW45KU+ysKWAR7p30B FZGXT2Z2Z2hYYI8g7v+y8N3qqFAWjazbNJ/L4H7je1vThockGV+x2zR/D A==; 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 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: 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 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