From b1fb0d4491f1f5c8469242e084a8330a775f1bba Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Thu, 15 Nov 2018 10:46:20 +0100 Subject: rpi: kernel: disable ext2 and ext3 support ext2 and ext3 have been replaced by ext4, and those two file systems are not used on the target. Signed-off-by: Roland Hieber --- configs/platform-rpi/kernelconfig | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'configs/platform-rpi/kernelconfig') diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig index 3a1b7f9..b586c7e 100644 --- a/configs/platform-rpi/kernelconfig +++ b/configs/platform-rpi/kernelconfig @@ -2648,14 +2648,10 @@ CONFIG_ARM_PMU=y # CONFIG_DCACHE_WORD_ACCESS=y CONFIG_FS_IOMAP=y -CONFIG_EXT2_FS=y -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT2_FS_POSIX_ACL=y -# CONFIG_EXT2_FS_SECURITY is not set -CONFIG_EXT3_FS=y -CONFIG_EXT3_FS_POSIX_ACL=y -# CONFIG_EXT3_FS_SECURITY is not set +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_EXT4_FS_POSIX_ACL=y # CONFIG_EXT4_FS_SECURITY is not set # CONFIG_EXT4_ENCRYPTION is not set -- cgit v1.2.3