Skip to content

Commit 82abf00

Browse files
krzkarndb
authored andcommitted
arm64: defconfig: drop ext2 filesystem and redundant ext3
ext4 filesystem can mount ext2, so drop CONFIG_EXT2_FS to make builds a bit faster. Drop also redundant CONFIG_EXT3_FS, because it just selectes EXT4_FS. Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240221155033.44160-1-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 641a6e6 commit 82abf00

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm64/configs/defconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,8 +1572,7 @@ CONFIG_RZ_MTU3_CNT=m
15721572
CONFIG_HTE=y
15731573
CONFIG_HTE_TEGRA194=y
15741574
CONFIG_HTE_TEGRA194_TEST=m
1575-
CONFIG_EXT2_FS=y
1576-
CONFIG_EXT3_FS=y
1575+
CONFIG_EXT4_FS=y
15771576
CONFIG_EXT4_FS_POSIX_ACL=y
15781577
CONFIG_BTRFS_FS=m
15791578
CONFIG_BTRFS_FS_POSIX_ACL=y

0 commit comments

Comments
 (0)