diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index b7d31ca55187..9e3bcd6f4a48 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1430,6 +1430,16 @@ config ILLEGAL_POINTER_VALUE | |||
1430 | 1430 | ||
1431 | source "mm/Kconfig" | 1431 | source "mm/Kconfig" |
1432 | 1432 | ||
1433 | config X86_PMEM_LEGACY | ||
1434 | bool "Support non-standard NVDIMMs and ADR protected memory" | ||
1435 | help | ||
1436 | Treat memory marked using the non-standard e820 type of 12 as used | ||
1437 | by the Intel Sandy Bridge-EP reference BIOS as protected memory. | ||
1438 | The kernel will offer these regions to the 'pmem' driver so | ||
1439 | they can be used for persistent storage. | ||
1440 | |||
1441 | Say Y if unsure. | ||
1442 | |||
1433 | config HIGHPTE | 1443 | config HIGHPTE |
1434 | bool "Allocate 3rd-level pagetables from highmem" | 1444 | bool "Allocate 3rd-level pagetables from highmem" |
1435 | depends on HIGHMEM | 1445 | depends on HIGHMEM |