X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=mm%2FKconfig;h=989f8f3d77e0d7bf552a008f5aee227a5c3ddcd0;hb=3f2b1a04f44933f2d6fe0a9bf9a9c1c452df23f7;hp=03cbfa072f42a7378ed57b8b1060641b31e7d97e;hpb=8e7fe2660d4a98255a2741c64b64e3961d020bf5;p=deliverable%2Flinux.git diff --git a/mm/Kconfig b/mm/Kconfig index 03cbfa072f42..989f8f3d77e0 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -187,7 +187,6 @@ config MEMORY_HOTPLUG bool "Allow for memory hot-add" depends on SPARSEMEM || X86_64_ACPI_NUMA depends on ARCH_ENABLE_MEMORY_HOTPLUG - depends on (IA64 || X86 || PPC_BOOK3S_64 || SUPERH || S390) config MEMORY_HOTPLUG_SPARSE def_bool y @@ -652,10 +651,9 @@ config IDLE_PAGE_TRACKING config ZONE_DEVICE bool "Device memory (pmem, etc...) hotplug support" if EXPERT - default !ZONE_DMA - depends on !ZONE_DMA depends on MEMORY_HOTPLUG depends on MEMORY_HOTREMOVE + depends on SPARSEMEM_VMEMMAP depends on X86_64 #arch_add_memory() comprehends device memory help @@ -669,3 +667,8 @@ config ZONE_DEVICE config FRAME_VECTOR bool + +config ARCH_USES_HIGH_VMA_FLAGS + bool +config ARCH_HAS_PKEYS + bool