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 674cfbb83a95..599de54451af 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" |
@@ -1995,6 +1996,7 @@ endmenu | |||
1995 | endif | 1996 | endif |
1996 | 1997 | ||
1997 | source "fs/nls/Kconfig" | 1998 | source "fs/nls/Kconfig" |
1999 | source "fs/dlm/Kconfig" | ||
1998 | 2000 | ||
1999 | endmenu | 2001 | endmenu |
2000 | 2002 | ||