diff options
author | Michael Walle <michael@walle.cc> | 2021-04-08 13:02:19 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-05-22 20:33:52 +0800 |
commit | b99f904e504546d5b5f3dcdf3a20afef23c9e658 (patch) | |
tree | 9f6bcabb1c186b8697190ed20751fd5f70366679 /arch/arm64/configs | |
parent | 2b46d5dafef2e1a62e9e4caf712c8df2b2fcc3b6 (diff) | |
download | linux-b99f904e504546d5b5f3dcdf3a20afef23c9e658.tar.bz2 |
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 <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 45db77d1a657..09d13c0846c0 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 |