Add CONFIG_PMEM to enable NVDIMM persistent memory support. By default, it's N.
Signed-off-by: Haozhong Zhang <[email protected]> --- Cc: Andrew Cooper <[email protected]> Cc: George Dunlap <[email protected]> Cc: Ian Jackson <[email protected]> Cc: Jan Beulich <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Cc: Stefano Stabellini <[email protected]> Cc: Tim Deegan <[email protected]> Cc: Wei Liu <[email protected]> --- xen/common/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 103ef44cb5..1a4d7d93bb 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -282,4 +282,12 @@ config CMDLINE_OVERRIDE This is used to work around broken bootloaders. This should be set to 'N' under normal conditions. + +config NVDIMM_PMEM + bool "Persistent memory support" + default n + ---help--- + Enable support for NVDIMM in the persistent memory mode. + + If unsure, say N. endmenu -- 2.15.1 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
