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 AA553C4345F for ; Fri, 3 May 2024 06:30:00 +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-Transfer-Encoding:Content-Type: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=xxEN/ODotDp1nIqG4eFLZC752vBRjaDDF/oP1Burtec=; b=46TP0lI6tUlbaW zQrRfjlnYnpUXpMpyhKdOwWL7MTTSirSceC6fd+iK3x10vY/PleLhCsROXlQtZvmOvKKOsGWJ8HTg mNGoSuGM0P7v9vDPFLEU1XeJiTvHmwp65MLvZKRKa5lpN9YgMp1dHHDyT1Nor9W3xRZaV0kwWXwGP +09ca27jw+v2cMCRZPKd5hQnH0KZ9+uqEEC+gFB2E+y9QotFJ8l2T1RP161ngKANroIWSxU4fSiF7 aWHYoTh83a5EKL6Qq9O8Mr1AQinCQuT8Tg9B5L2utdgvr5VC9zaTdk7NGvyCciEH44ZPZT/CU4ER2 koNFukFq8IW2W3V/wJmw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2mQX-0000000FJzW-0q70; Fri, 03 May 2024 06:29:49 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2mQT-0000000FJyI-3MIA for linux-arm-kernel@lists.infradead.org; Fri, 03 May 2024 06:29:47 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3A6A72F4; Thu, 2 May 2024 23:30:06 -0700 (PDT) Received: from [10.163.34.188] (unknown [10.163.34.188]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5DDC93F793; Thu, 2 May 2024 23:29:38 -0700 (PDT) Message-ID: Date: Fri, 3 May 2024 11:59:35 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection Content-Language: en-US To: Baruch Siach , Shawn Guo Cc: linux-arm-kernel@lists.infradead.org References: <14f8e5bb0c6fe482298f0d41d0195751d65f18d6.1714678987.git.baruch@tkos.co.il> From: Anshuman Khandual In-Reply-To: <14f8e5bb0c6fe482298f0d41d0195751d65f18d6.1714678987.git.baruch@tkos.co.il> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240502_232945_915006_D2BEA331 X-CRM114-Status: GOOD ( 11.61 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 5/3/24 01:13, Baruch Siach wrote: > CONFIG_ARM64 selects CONFIG_EDAC_SUPPORT already. Like many other platforms using EDAC_SUPPORT. arch/arm/Kconfig: select EDAC_SUPPORT arch/arm64/Kconfig: select EDAC_SUPPORT arch/mips/Kconfig: select EDAC_SUPPORT arch/powerpc/Kconfig: select EDAC_SUPPORT arch/riscv/Kconfig: select EDAC_SUPPORT arch/x86/Kconfig: select EDAC_SUPPORT Hence this redundant selection here could be dropped. > > Signed-off-by: Baruch Siach > --- > arch/arm64/Kconfig.platforms | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 24335565bad5..f934f217be85 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -200,7 +200,6 @@ if ARCH_NXP > > config ARCH_LAYERSCAPE > bool "Freescale Layerscape SoC family" > - select EDAC_SUPPORT > help > This enables support for the Freescale Layerscape SoC family. > LGTM Reviewed-by: Anshuman Khandual _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel