Don't offer to build ext2/3 support into ext4 if ext4 itself is not configured on. Signed-off-by: David Howells <dhowells@xxxxxxxxxx> --- fs/ext4/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 9acf7e8..c48a6bc 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig @@ -28,7 +28,7 @@ config EXT4_FS config EXT4_USE_FOR_EXT23 bool "Use ext4 for ext2/ext3 file systems" - depends on EXT3_FS=n || EXT2_FS=n + depends on EXT4_FS && (EXT3_FS=n || EXT2_FS=n) default y help Allow the ext4 file system driver code to be used for ext2 or -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html