xref: /OK3568_Linux_fs/kernel/arch/arm64/Kconfig.debug (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyun
3*4882a593Smuzhiyunconfig PID_IN_CONTEXTIDR
4*4882a593Smuzhiyun	bool "Write the current PID to the CONTEXTIDR register"
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Enabling this option causes the kernel to write the current PID to
7*4882a593Smuzhiyun	  the CONTEXTIDR register, at the expense of some additional
8*4882a593Smuzhiyun	  instructions during context switch. Say Y here only if you are
9*4882a593Smuzhiyun	  planning to use hardware trace tools with this kernel.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig DEBUG_EFI
12*4882a593Smuzhiyun	depends on EFI && DEBUG_INFO
13*4882a593Smuzhiyun	bool "UEFI debugging"
14*4882a593Smuzhiyun	help
15*4882a593Smuzhiyun	  Enable this option to include EFI specific debugging features into
16*4882a593Smuzhiyun	  the kernel that are only useful when using a debug build of the
17*4882a593Smuzhiyun	  UEFI firmware
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunconfig ARM64_RELOC_TEST
20*4882a593Smuzhiyun	depends on m
21*4882a593Smuzhiyun	tristate "Relocation testing module"
22*4882a593Smuzhiyun
23*4882a593Smuzhiyunsource "drivers/hwtracing/coresight/Kconfig"
24