From ccccf40f43ad01f61418c7f60dcdba86b3365f13 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Thu, 15 Nov 2018 10:53:37 +0100 Subject: rpi: kernel: disable swap support RPi doesn't have any usable storage for swap. Signed-off-by: Roland Hieber --- configs/platform-rpi/kernelconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig index a715254..23fab3d 100644 --- a/configs/platform-rpi/kernelconfig +++ b/configs/platform-rpi/kernelconfig @@ -32,7 +32,7 @@ CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_LZO is not set # CONFIG_KERNEL_LZ4 is not set CONFIG_DEFAULT_HOSTNAME="(none)" -CONFIG_SWAP=y +# CONFIG_SWAP is not set CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set @@ -400,7 +400,6 @@ CONFIG_VFP=y CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y # CONFIG_SUSPEND_SKIP_SYNC is not set -# CONFIG_HIBERNATION is not set CONFIG_PM_SLEEP=y # CONFIG_PM_AUTOSLEEP is not set # CONFIG_PM_WAKELOCKS is not set @@ -576,7 +575,6 @@ CONFIG_KSM=y CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 CONFIG_NEED_PER_CPU_KM=y CONFIG_CLEANCACHE=y -# CONFIG_FRONTSWAP is not set # CONFIG_CMA is not set # CONFIG_ZPOOL is not set # CONFIG_ZBUD is not set -- cgit v1.2.3