Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdim...
[linux-2.6-block.git] / fs / Kconfig
index 1e050e012eb97088146e9f18a0664385fc94fab2..ab2d96d1abee3b44c73b1cf4b280a05778fc5d8c 100644 (file)
@@ -109,6 +109,7 @@ source "fs/notify/Kconfig"
 
 source "fs/quota/Kconfig"
 
+source "fs/autofs/Kconfig"
 source "fs/autofs4/Kconfig"
 source "fs/fuse/Kconfig"
 source "fs/overlayfs/Kconfig"
@@ -197,13 +198,16 @@ config HUGETLBFS
        help
          hugetlbfs is a filesystem backing for HugeTLB pages, based on
          ramfs. For architectures that support it, say Y here and read
-         <file:Documentation/vm/hugetlbpage.txt> for details.
+         <file:Documentation/admin-guide/mm/hugetlbpage.rst> for details.
 
          If unsure, say N.
 
 config HUGETLB_PAGE
        def_bool HUGETLBFS
 
+config MEMFD_CREATE
+       def_bool TMPFS || HUGETLBFS
+
 config ARCH_HAS_GIGANTIC_PAGE
        bool