Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84c66473 authored by David Howells's avatar David Howells Committed by Theodore Ts'o
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 149feb00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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