diff options
author | David Howells <dhowells@redhat.com> | 2009-12-21 10:54:09 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-12-21 10:54:09 -0500 |
commit | 84c664730374248adaf420c0846a6158d64413c7 (patch) | |
tree | cdc27d790695d6c59c58ce9201a1232c02947ae1 /fs/ext4/Kconfig | |
parent | 149feb00d7c3f4f06896b245533c957b54e3e052 (diff) | |
download | linux-3.10-84c664730374248adaf420c0846a6158d64413c7.tar.gz linux-3.10-84c664730374248adaf420c0846a6158d64413c7.tar.bz2 linux-3.10-84c664730374248adaf420c0846a6158d64413c7.zip |
ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configured
Don't offer to build ext2/3 support into ext4 if ext4 itself is not
configured on.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/Kconfig')
-rw-r--r-- | fs/ext4/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 9acf7e80813..9ed1bb1f319 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig @@ -28,6 +28,7 @@ config EXT4_FS config EXT4_USE_FOR_EXT23 bool "Use ext4 for ext2/ext3 file systems" + depends on EXT4_FS depends on EXT3_FS=n || EXT2_FS=n default y help |