diff options
author | Baruch Siach <baruch@tkos.co.il> | 2024-05-02 22:43:07 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-06-03 09:58:30 +0800 |
commit | e2106e6ad20e495ce59e552748330d2749070ee6 (patch) | |
tree | 8e97d699ede2db4897af1eaaf70f4774a2294825 /arch | |
parent | 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff) |
arm64: layerscape: remove redundant EDAC_SUPPORT selection
CONFIG_ARM64 selects CONFIG_EDAC_SUPPORT already.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index a52618073de2..10723346291a 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -207,7 +207,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. |