diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ec35851e5b71..011f43365d7b 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -32,6 +32,7 @@ source "fs/gfs2/Kconfig" | |||
32 | source "fs/ocfs2/Kconfig" | 32 | source "fs/ocfs2/Kconfig" |
33 | source "fs/btrfs/Kconfig" | 33 | source "fs/btrfs/Kconfig" |
34 | source "fs/nilfs2/Kconfig" | 34 | source "fs/nilfs2/Kconfig" |
35 | source "fs/f2fs/Kconfig" | ||
35 | 36 | ||
36 | config FS_DAX | 37 | config FS_DAX |
37 | bool "Direct Access (DAX) support" | 38 | bool "Direct Access (DAX) support" |
@@ -217,7 +218,6 @@ source "fs/pstore/Kconfig" | |||
217 | source "fs/sysv/Kconfig" | 218 | source "fs/sysv/Kconfig" |
218 | source "fs/ufs/Kconfig" | 219 | source "fs/ufs/Kconfig" |
219 | source "fs/exofs/Kconfig" | 220 | source "fs/exofs/Kconfig" |
220 | source "fs/f2fs/Kconfig" | ||
221 | 221 | ||
222 | endif # MISC_FILESYSTEMS | 222 | endif # MISC_FILESYSTEMS |
223 | 223 | ||