Skip to content

Commit

Permalink
layerscape: Do not activate ext2 and ext3 driver options
Browse files Browse the repository at this point in the history
The ext3 driver was already removed, the kernel config options are only
there for backwards compatibility. The eth4 driver takes care of ext3
file systems. The ext4 driver also handled ext2 file systems.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
hauke committed Aug 20, 2021
1 parent 7e757a0 commit 469719b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions target/linux/layerscape/armv8_64b/config-5.4
Expand Up @@ -210,12 +210,6 @@ CONFIG_ELF_CORE=y
# CONFIG_EMBEDDED is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_ENETC_TSN=y
CONFIG_EXT2_FS=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_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
Expand Down

0 comments on commit 469719b

Please sign in to comment.