powerpc/configs/64s: Enable CONFIG_KALLSYMS_ALL

This adds all symbols required for use case like
livepatching. Distros already enable this config
and enabling this increases build time by 3%
(in a power9 128 cpu setup) and almost no size
changes for vmlinux.

Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20250116073419.344453-1-maddy@linux.ibm.com
This commit is contained in:
Madhavan Srinivasan
2025-01-16 13:04:19 +05:30
parent 86731a2a65
commit f9a1871e51
2 changed files with 2 additions and 0 deletions

View File

@@ -341,3 +341,4 @@ CONFIG_KVM_BOOK3S_64_HV=m
CONFIG_VHOST_NET=m
CONFIG_PRINTK_TIME=y
CONFIG_PRINTK_CALLER=y
CONFIG_KALLSYMS_ALL=y

View File

@@ -466,3 +466,4 @@ CONFIG_TEST_MEMCAT_P=m
CONFIG_TEST_MEMINIT=m
CONFIG_TEST_FREE_PAGES=m
CONFIG_MEMTEST=y
CONFIG_KALLSYMS_ALL=y