On Tue, Apr 28, 2015 at 5:10 PM, Loc Ho <lho@xxxxxxx> wrote: > This patch adds support for the APM X-Gene SoC EDAC driver. > > Signed-off-by: Feng Kan <fkan@xxxxxxx> > Signed-off-by: Loc Ho <lho@xxxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html