diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 1453d2d164f7..fa64867d6ed6 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -325,6 +325,7 @@ config FS_POSIX_ACL | |||
325 | default n | 325 | default n |
326 | 326 | ||
327 | source "fs/xfs/Kconfig" | 327 | source "fs/xfs/Kconfig" |
328 | source "fs/gfs2/Kconfig" | ||
328 | 329 | ||
329 | config OCFS2_FS | 330 | config OCFS2_FS |
330 | tristate "OCFS2 file system support" | 331 | tristate "OCFS2 file system support" |
@@ -1983,6 +1984,7 @@ endmenu | |||
1983 | endif | 1984 | endif |
1984 | 1985 | ||
1985 | source "fs/nls/Kconfig" | 1986 | source "fs/nls/Kconfig" |
1987 | source "fs/dlm/Kconfig" | ||
1986 | 1988 | ||
1987 | endmenu | 1989 | endmenu |
1988 | 1990 | ||