]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - mm/Kconfig
mm/memory_hotplug: introduce "auto-movable" online policy
[mirror_ubuntu-jammy-kernel.git] / mm / Kconfig
index a02498c0e13d345de7144740c6fe1e02fb3c3245..14d5d2837737c81b227f19a8fbeb40671499eed0 100644 (file)
@@ -96,9 +96,6 @@ config HAVE_FAST_GUP
        depends on MMU
        bool
 
-config HOLES_IN_ZONE
-       bool
-
 # Don't discard allocated memory used to track "memory" and "reserved" memblocks
 # after early boot, so it can still be used to test for validity of memory.
 # Also, memblocks are updated with memory hot(un)plug.
@@ -885,4 +882,8 @@ config KMAP_LOCAL
 # struct io_mapping based helper.  Selected by drivers that need them
 config IO_MAPPING
        bool
+
+config SECRETMEM
+       def_bool ARCH_HAS_SET_DIRECT_MAP && !EMBEDDED
+
 endmenu