[PATCH v7 4/5] edac: Add APM X-Gene SoC EDAC driver

Rob Herring robherring2 at gmail.com
Wed Apr 29 10:00:36 PDT 2015


On Tue, Apr 28, 2015 at 5:10 PM, Loc Ho <lho at apm.com> wrote:
> This patch adds support for the APM X-Gene SoC EDAC driver.
>
> Signed-off-by: Feng Kan <fkan at apm.com>
> Signed-off-by: Loc Ho <lho at apm.com>
> ---
>  drivers/edac/Kconfig      |    9 +-
>  drivers/edac/Makefile     |    1 +
>  drivers/edac/xgene_edac.c | 2175 +++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 2184 insertions(+), 1 deletions(-)
>  create mode 100644 drivers/edac/xgene_edac.c
>
> diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
> index cb59619..6289dd9 100644
> --- a/drivers/edac/Kconfig
> +++ b/drivers/edac/Kconfig
> @@ -10,7 +10,7 @@ config EDAC_SUPPORT
>  menuconfig EDAC
>         bool "EDAC (Error Detection And Correction) reporting"
>         depends on HAS_IOMEM
> -       depends on X86 || PPC || TILE || ARM || EDAC_SUPPORT
> +       depends on X86 || PPC || TILE || ARM || ARM64 || EDAC_SUPPORT

ARM64 selects EDAC_SUPPORT, so you don't need this.

Rob



More information about the linux-arm-kernel mailing list