mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
149feb00d7
commit
84c6647303
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ config EXT4_FS
|
||||||
|
|
||||||
config EXT4_USE_FOR_EXT23
|
config EXT4_USE_FOR_EXT23
|
||||||
bool "Use ext4 for ext2/ext3 file systems"
|
bool "Use ext4 for ext2/ext3 file systems"
|
||||||
|
depends on EXT4_FS
|
||||||
depends on EXT3_FS=n || EXT2_FS=n
|
depends on EXT3_FS=n || EXT2_FS=n
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue