diff options
author | Arnd Bergmann <[email protected]> | 2024-07-09 15:21:35 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2024-07-09 15:21:35 +0200 |
commit | 1ba6c6f466151e7feb6b5c0315651f69b7f623ae (patch) | |
tree | 8c5ccd5d104a00c86a89e57bf65d78a283353cfd | |
parent | 38b2482a27c8da8c9c3f2079b5bf7ef719b1b7e8 (diff) | |
parent | e2106e6ad20e495ce59e552748330d2749070ee6 (diff) |
Merge tag 'imx-soc-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/arm
i.MX SoC change for 6.11:
- Remove redundant EDAC_SUPPORT selection from ARCH_LAYERSCAPE
* tag 'imx-soc-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
arm64: layerscape: remove redundant EDAC_SUPPORT selection
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
-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. |