arm64: defconfig: drop ext2 filesystem and redundant ext3
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 21 Feb 2024 15:50:33 +0000 (16:50 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Mar 2024 16:15:59 +0000 (17:15 +0100)
commit82abf00ecc692c1eeb7711c4caac19081b67e034
tree7614f28a4550dacfaa6da3af811945b3791d1078
parent641a6e6962a1388944c6494a9a9f5374fe6f9b90
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>
arch/arm64/configs/defconfig