RE: [RFC PATCH 01/12] mm: add a new config to manage the code

From: Luck, Tony
Date: Mon Jun 08 2015 - 11:17:09 EST


> > +config MEMORY_MIRROR
> > + bool "Address range mirroring support"
> > + depends on X86 && NUMA
> > + default y
> Is it correct for the systems (NOT xeon) without memory support built in?

Is the "&& NUMA" doing that? If you support NUMA, then you are not a minimal
config for a tablet or laptop.

If you want a symbol that has a stronger correlation to high end Xeon features
then perhaps MEMORY_FAILURE?

-Tony