From: Michael Walle Date: Thu, 8 Apr 2021 11:02:19 +0000 (+0200) Subject: arm64: defconfig: enable Layerscape EDAC driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b99f904e504546d5b5f3dcdf3a20afef23c9e658;p=linux.git arm64: defconfig: enable Layerscape EDAC driver Most Layerscape SoCs support ECC error reporting for the memory controller. Enable the corresponding module. In particular, this will enable EDAC support on the Kontron sl28 board which comes with ECC memory. Signed-off-by: Michael Walle Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 45db77d1a6578..09d13c0846c07 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -885,6 +885,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_LEDS_TRIGGER_PANIC=y CONFIG_EDAC=y CONFIG_EDAC_GHES=y +CONFIG_EDAC_LAYERSCAPE=m CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1307=m CONFIG_RTC_DRV_HYM8563=m