mpc85xx: enable error reporting for RAM and PCIe
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 6 May 2022 17:13:05 +0000 (19:13 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 14 Jun 2022 19:45:19 +0000 (21:45 +0200)
commit19f3ee51a29f17922ec59035e8b52c44ab395882
treeb5f84d8919d1d47aae57ea02bd57e024e37acfa0
parent3a02b8a29fff706794cba68e3c821b82fe76d719
mpc85xx: enable error reporting for RAM and PCIe

All Freescale processors used in this target are capable to detect error
and correction. [1] It can not be used as kernel module. [2] This is
helpful to report hardware errors.

It enables three kernel options:

- EDAC, which is a subsystem
- EDAC_LEGACY_SYSFS, it enables sysfq nodes
- MP85XX, support for Freescale MPC8349, MPC8560, MPC8540, MPC8548, T4240

EDAC is already enabled for following targets:
qoriq, octeon, octeontx and zynq.

[1] https://cateee.net/lkddb/web-lkddb/EDAC.html
[2] https://patchwork.ozlabs.org/patch/554908/

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit bfc73f42df3189a2eb34bebc8d9e73b3389a83a2)
target/linux/mpc85xx/config-5.10