diff options
Diffstat (limited to 'fs/ext4/Kconfig')
-rw-r--r-- | fs/ext4/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 9f2d45d75b1a..9ed1bb1f319f 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig | |||
@@ -26,6 +26,17 @@ config EXT4_FS | |||
26 | 26 | ||
27 | If unsure, say N. | 27 | If unsure, say N. |
28 | 28 | ||
29 | config EXT4_USE_FOR_EXT23 | ||
30 | bool "Use ext4 for ext2/ext3 file systems" | ||
31 | depends on EXT4_FS | ||
32 | depends on EXT3_FS=n || EXT2_FS=n | ||
33 | default y | ||
34 | help | ||
35 | Allow the ext4 file system driver code to be used for ext2 or | ||
36 | ext3 file system mounts. This allows users to reduce their | ||
37 | compiled kernel size by using one file system driver for | ||
38 | ext2, ext3, and ext4 file systems. | ||
39 | |||
29 | config EXT4_FS_XATTR | 40 | config EXT4_FS_XATTR |
30 | bool "Ext4 extended attributes" | 41 | bool "Ext4 extended attributes" |
31 | depends on EXT4_FS | 42 | depends on EXT4_FS |