diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-08-14 14:02:41 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-08-21 00:11:50 +0200 |
commit | 7e757a09ec11d773203a53eaa5ddc8c2dc0b68c1 (patch) | |
tree | 41db2dec80f7837abb6daec3cf13d84068b3bf92 /target/linux/archs38/config-5.4 | |
parent | fcfeb47eb02faeca865ee8676776aa97e123fbda (diff) | |
download | upstream-7e757a09ec11d773203a53eaa5ddc8c2dc0b68c1.tar.gz upstream-7e757a09ec11d773203a53eaa5ddc8c2dc0b68c1.tar.bz2 upstream-7e757a09ec11d773203a53eaa5ddc8c2dc0b68c1.zip |
archs38: Do not activate ext3 driver options
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.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/archs38/config-5.4')
-rw-r--r-- | target/linux/archs38/config-5.4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/archs38/config-5.4 b/target/linux/archs38/config-5.4 index 57d708e77a..47df2ac4db 100644 --- a/target/linux/archs38/config-5.4 +++ b/target/linux/archs38/config-5.4 @@ -95,9 +95,6 @@ CONFIG_DWMAC_ANARION=y CONFIG_DWMAC_GENERIC=y CONFIG_DW_APB_ICTL=y CONFIG_DW_AXI_DMAC=y -CONFIG_EXT3_FS=y -# CONFIG_EXT3_FS_POSIX_ACL is not set -# CONFIG_EXT3_FS_SECURITY is not set CONFIG_EXT4_FS=y # CONFIG_EZNPS_GIC is not set CONFIG_FAT_FS=y |