diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-04-05 19:04:40 +0100 |
---|---|---|
committer | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-04-21 10:31:07 +0100 |
commit | 27b5bae2ec1b9b7864e13bce5e416ff27beb1614 (patch) | |
tree | 7016b05c87d11ec36451f177717515c97c96fd62 /target/linux/mediatek | |
parent | be7b5602789902692090abb10c971651887cd62b (diff) | |
download | upstream-27b5bae2ec1b9b7864e13bce5e416ff27beb1614.tar.gz upstream-27b5bae2ec1b9b7864e13bce5e416ff27beb1614.tar.bz2 upstream-27b5bae2ec1b9b7864e13bce5e416ff27beb1614.zip |
treewide: remove redundant ubifs kconfig symbols
For the targets which enable ubifs, these symbols are already part of the
generic kconfigs. Drop them from the target kconfigs.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/mt7622/config-5.10 | 3 | ||||
-rw-r--r-- | target/linux/mediatek/mt7623/config-5.4 | 4 | ||||
-rw-r--r-- | target/linux/mediatek/mt7629/config-5.4 | 4 |
3 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/mediatek/mt7622/config-5.10 b/target/linux/mediatek/mt7622/config-5.10 index 7df7968162..8a8908831a 100644 --- a/target/linux/mediatek/mt7622/config-5.10 +++ b/target/linux/mediatek/mt7622/config-5.10 @@ -416,9 +416,6 @@ CONFIG_TIMER_PROBE=y CONFIG_TREE_RCU=y CONFIG_TREE_SRCU=y CONFIG_UBIFS_FS=y -CONFIG_UBIFS_FS_ADVANCED_COMPR=y -CONFIG_UBIFS_FS_LZO=y -CONFIG_UBIFS_FS_ZLIB=y # CONFIG_UCLAMP_TASK is not set # CONFIG_UNMAP_KERNEL_AT_EL0 is not set CONFIG_USB=y diff --git a/target/linux/mediatek/mt7623/config-5.4 b/target/linux/mediatek/mt7623/config-5.4 index 45ae7a4261..faf78f2217 100644 --- a/target/linux/mediatek/mt7623/config-5.4 +++ b/target/linux/mediatek/mt7623/config-5.4 @@ -493,10 +493,6 @@ CONFIG_TIMER_OF=y CONFIG_TIMER_PROBE=y CONFIG_TREE_SRCU=y CONFIG_UBIFS_FS=y -# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set -CONFIG_UBIFS_FS_LZO=y -CONFIG_UBIFS_FS_ZLIB=y -CONFIG_UBIFS_FS_ZSTD=y CONFIG_UEVENT_HELPER_PATH="" CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_UNINLINE_SPIN_UNLOCK=y diff --git a/target/linux/mediatek/mt7629/config-5.4 b/target/linux/mediatek/mt7629/config-5.4 index 1c7d54cd37..55544506b5 100644 --- a/target/linux/mediatek/mt7629/config-5.4 +++ b/target/linux/mediatek/mt7629/config-5.4 @@ -351,10 +351,6 @@ CONFIG_TIMER_PROBE=y CONFIG_TREE_RCU=y CONFIG_TREE_SRCU=y CONFIG_UBIFS_FS=y -# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set -CONFIG_UBIFS_FS_LZO=y -CONFIG_UBIFS_FS_ZLIB=y -CONFIG_UBIFS_FS_ZSTD=y CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_UNWINDER_ARM=y CONFIG_USB=y |