From patchwork Thu May 2 19:43:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 13652026 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 CE750C4345F for ; Thu, 2 May 2024 19:44:26 +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:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=ICDtN8PKCd59ETaz/ZyfKCPE5+A0CdU0jsDiSqS0KFI=; b=wZar2xOxVz83UC mpnRVpHzv1jTaynjJIVl8pqcrSEbQRAdhogJNU7mvCW/UNNvHciFTJZXbn9ztFsbmWPILEqKMZrY/ 3gVl56x0DYt4joEg/siKizu7k/uQSJEh+OND6jHSq+7LKnJu7X/D7K/1Aic2CQins9pwN78rvc2zY d4n4QpVi3UbfV2G2RDD18P0uDXm7/xGHuirrNsvKOQDjgV1g2C+0bMZC8c5ysr9PR8WR6vyBR+94C Cq3/kALWQDLRArJ51C8Pl7nsB8Dw5ptvTuNeBKSkf1kiLYIakBDMcsJeqEqzt3IMoLzSu303CK+j4 luryrEQ6zM2QiiV5mmyg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2cLh-0000000Dknw-1It0; Thu, 02 May 2024 19:44:09 +0000 Received: from wiki.tkos.co.il ([84.110.109.230] helo=mail.tkos.co.il) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2cLc-0000000Dkma-2BFd for linux-arm-kernel@lists.infradead.org; Thu, 02 May 2024 19:44:06 +0000 Received: from tarshish.tkos.co.il (unknown [10.0.8.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.tkos.co.il (Postfix) with ESMTPS id B962A440479; Thu, 2 May 2024 22:43:54 +0300 (IDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tkos.co.il; s=default; t=1714679034; bh=0wrGi95yaIJ0tYKRYbKETnbE/GA9+YCBNk1kfayiPk4=; h=From:To:Cc:Subject:Date:From; b=XOl19ZMy8xeKMT2tUi3Co6NmTuchhQj6NaUiH3iO7YXMEcRve+82qQp6G35IouJ0o knI9Uf5Ze2gktzB+uBxHfriVgY2ucuEDgpKnOuEs898dO+3bbNbifrrBJjjdYgWIqF uD3wElFz4LxevOKJr3nWxVyoGnlOKkaAaTSFTFaT5aNerZNyWIJPlYp7VF8Q6nqb3A pUdWc8d055gAPqU+NNiIx5YEMfI4dWCa4SL7mj7yut7V/5rjNOa/+JHdu1JDkV2JUR zFdbJ9AMYNMIlPB/kC1q0P4si9olQKlDK4zVfgJZAtkoImYTlR/UQMIaXe/Y9xT3KV BbUvOSBOaPZOA== From: Baruch Siach To: Shawn Guo Cc: linux-arm-kernel@lists.infradead.org, Baruch Siach Subject: [PATCH] arm64: layerscape: remove redundant EDAC_SUPPORT selection Date: Thu, 2 May 2024 22:43:07 +0300 Message-ID: <14f8e5bb0c6fe482298f0d41d0195751d65f18d6.1714678987.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240502_124405_057499_4FB3315E X-CRM114-Status: UNSURE ( 9.47 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org CONFIG_ARM64 selects CONFIG_EDAC_SUPPORT already. Signed-off-by: Baruch Siach Reviewed-by: Anshuman Khandual --- 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.