]> git.baikalelectronics.ru Git - kernel.git/commit
s390/configs: move CONFIG_DEBUG_INFO_BTF into btf.config addon config
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 31 Oct 2022 18:11:49 +0000 (19:11 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 8 Nov 2022 18:32:32 +0000 (19:32 +0100)
commit38dcf5226f7517bfe96b40d8ed935e42a6378158
tree5ee77e256a3d3b260dbf9c34aa17a302eeebd840
parentf1fcd334ad8f42d80c61c105b6b3268ec54a94bb
s390/configs: move CONFIG_DEBUG_INFO_BTF into btf.config addon config

CONFIG_DEBUG_INFO_BTF significantly increases compile time for the
kernel. E.g. when changing a single C file compile time for a new bzImage
is increased by ~50% if BTF debug info is generated.

Therefore remove CONFIG_DEBUG_INFO_BTF from all defconfigs and introduce a
btf.config addon config file. Quickly enabling CONFIG_DEBUG_INFO_BTF into
the current kernel config can be done by simply invoking

make btf.config

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/configs/btf.config [new file with mode: 0644]
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
arch/s390/configs/zfcpdump_defconfig