diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-30 16:58:52 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-30 17:02:28 +0200 |
commit | d9b3d5d91b0bde11ae61e70ad7f8d4b45a91c4b6 (patch) | |
tree | 7132b928eaee8706a478ce13c73923842e3b86c5 | |
parent | 2f64bb12f1ea3d3e353b3b032e09fcaa2999f1ca (diff) | |
download | kernel_replicant_linux-d9b3d5d91b0bde11ae61e70ad7f8d4b45a91c4b6.tar.gz kernel_replicant_linux-d9b3d5d91b0bde11ae61e70ad7f8d4b45a91c4b6.tar.bz2 kernel_replicant_linux-d9b3d5d91b0bde11ae61e70ad7f8d4b45a91c4b6.zip |
ARM: replicant_recovery_defconfig: Remove some more options
With the "ARM: replicant_recovery_defconfig: Add back CONFIG_FUSE_FS"
commit (2f64bb12f1ea3d3e353b3b032e09fcaa2999f1ca) the kernel got
bigger and the recovery image went over 8MiB.
So we remove some more options to try to make it fit.
CONFIG_SWAP is probably not needed in the recovery as we probably
don't have ram compression like compcache in the recovery.
Relayfs was also removed as that doesn't look like something
that would be used in a recovery.
Profiling was also removed.
Some options to improve performance were also removed.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | arch/arm/configs/replicant_recovery_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/configs/replicant_recovery_defconfig b/arch/arm/configs/replicant_recovery_defconfig index a3d17e92c925..0009dcf3c19c 100644 --- a/arch/arm/configs/replicant_recovery_defconfig +++ b/arch/arm/configs/replicant_recovery_defconfig @@ -1,5 +1,6 @@ # CONFIG_LOCALVERSION_AUTO is not set CONFIG_KERNEL_XZ=y +# CONFIG_SWAP is not set CONFIG_SYSVIPC=y CONFIG_AUDIT=y CONFIG_NO_HZ=y @@ -16,7 +17,6 @@ CONFIG_IKCONFIG_PROC=y # CONFIG_IPC_NS is not set # CONFIG_PID_NS is not set # CONFIG_NET_NS is not set -CONFIG_RELAY=y CONFIG_BLK_DEV_INITRD=y # CONFIG_RD_GZIP is not set # CONFIG_RD_BZIP2 is not set @@ -25,8 +25,8 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_RD_LZ4 is not set # CONFIG_RD_ZSTD is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_PERF_EVENTS is not set -CONFIG_PROFILING=y +# CONFIG_SLAB_MERGE_DEFAULT is not set +# CONFIG_SLUB_CPU_PARTIAL is not set CONFIG_ARCH_EXYNOS=y # CONFIG_ARCH_EXYNOS3 is not set # CONFIG_ARCH_EXYNOS5 is not set |