projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92c467
)
powerpc/configs/64s: Enable ZSWAP & ZRAM
author
Michael Ellerman
<mpe@ellerman.id.au>
Fri, 14 Apr 2023 13:23:57 +0000
(23:23 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Fri, 21 Apr 2023 06:16:23 +0000
(16:16 +1000)
Most distros enable these. In particular Fedore uses zram in the default
install.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://msgid.link/20230414132415.821564-14-mpe@ellerman.id.au
arch/powerpc/configs/ppc64_defconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/configs/ppc64_defconfig
b/arch/powerpc/configs/ppc64_defconfig
index 07a92f02e1f830ce0f7e647b65da99f360942021..59b9d8eb1c7b4903ce1ceb0c06badc1d9d44320f 100644
(file)
--- a/
arch/powerpc/configs/ppc64_defconfig
+++ b/
arch/powerpc/configs/ppc64_defconfig
@@
-78,6
+78,9
@@
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_PARTITION_ADVANCED=y
CONFIG_BINFMT_MISC=m
+CONFIG_ZSWAP=y
+CONFIG_Z3FOLD=y
+CONFIG_ZSMALLOC=y
# CONFIG_COMPAT_BRK is not set
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTREMOVE=y
@@
-114,6
+117,7
@@
CONFIG_ELECTRA_CF=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_BLK_DEV_FD=y
+CONFIG_ZRAM=m
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=y