Add CONFIG_PMEM to enable NVDIMM persistent memory support. By default, it's N.
Signed-off-by: Haozhong Zhang <haozhong.zh...@intel.com> --- Cc: Andrew Cooper <andrew.coop...@citrix.com> Cc: George Dunlap <george.dun...@eu.citrix.com> Cc: Ian Jackson <ian.jack...@eu.citrix.com> Cc: Jan Beulich <jbeul...@suse.com> Cc: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> Cc: Stefano Stabellini <sstabell...@kernel.org> Cc: Tim Deegan <t...@xen.org> Cc: Wei Liu <wei.l...@citrix.com> --- xen/common/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index f2ecbc43d6..f58a47d3a7 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -237,4 +237,13 @@ config FAST_SYMBOL_LOOKUP The only user of this is Live patching. If unsure, say Y. + +config PMEM + bool "Pmem support" + default n + ---help--- + Enable support for the persistent memory mode NVDIMM. + + If unsure, say N. + endmenu -- 2.12.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel