aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-30 16:58:52 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-10-13 03:38:41 +0200
commitbf2ab50c6edd6529e047b31312ff1e0beeb518ea (patch)
tree7a056130dc43f7a537f1ddd2fe757f29768588b1
parentea8e94c5a42c04297224dc1e3fddbad30ab297ce (diff)
downloadkernel_replicant_linux-bf2ab50c6edd6529e047b31312ff1e0beeb518ea.tar.gz
kernel_replicant_linux-bf2ab50c6edd6529e047b31312ff1e0beeb518ea.tar.bz2
kernel_replicant_linux-bf2ab50c6edd6529e047b31312ff1e0beeb518ea.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_defconfig6
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