]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - mm/Kconfig
net: ena: add support for out of order rx buffers refill
[mirror_ubuntu-zesty-kernel.git] / mm / Kconfig
index be0ee11fa0d9ee8ff068244a559a2c52ad96c84c..9b8fccb969dc0fee5f5e0a623bc5b97a99bbc602 100644 (file)
@@ -153,7 +153,7 @@ config MOVABLE_NODE
        bool "Enable to assign a node which has only movable memory"
        depends on HAVE_MEMBLOCK
        depends on NO_BOOTMEM
-       depends on X86_64
+       depends on X86_64 || OF_EARLY_FLATTREE || MEMORY_HOTPLUG
        depends on NUMA
        default n
        help
@@ -187,7 +187,7 @@ config MEMORY_HOTPLUG
        bool "Allow for memory hot-add"
        depends on SPARSEMEM || X86_64_ACPI_NUMA
        depends on ARCH_ENABLE_MEMORY_HOTPLUG
-       depends on !KASAN
+       depends on COMPILE_TEST || !KASAN
 
 config MEMORY_HOTPLUG_SPARSE
        def_bool y
@@ -447,13 +447,9 @@ choice
          benefit.
 endchoice
 
-#
-# We don't deposit page tables on file THP mapping,
-# but Power makes use of them to address MMU quirk.
-#
 config TRANSPARENT_HUGE_PAGECACHE
        def_bool y
-       depends on TRANSPARENT_HUGEPAGE && !PPC
+       depends on TRANSPARENT_HUGEPAGE
 
 #
 # UP and nommu archs use km based percpu allocator