xref: /openbmc/linux/arch/arm64/Kconfig.debug (revision 751c263b)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
28c2c3df3SCatalin Marinas
3ec45d1cfSWill Deaconconfig PID_IN_CONTEXTIDR
4ec45d1cfSWill Deacon	bool "Write the current PID to the CONTEXTIDR register"
5ec45d1cfSWill Deacon	help
6ec45d1cfSWill Deacon	  Enabling this option causes the kernel to write the current PID to
7ec45d1cfSWill Deacon	  the CONTEXTIDR register, at the expense of some additional
8ec45d1cfSWill Deacon	  instructions during context switch. Say Y here only if you are
9ec45d1cfSWill Deacon	  planning to use hardware trace tools with this kernel.
10ec45d1cfSWill Deacon
11757b435aSArd Biesheuvelconfig DEBUG_EFI
12757b435aSArd Biesheuvel	depends on EFI && DEBUG_INFO
13757b435aSArd Biesheuvel	bool "UEFI debugging"
14757b435aSArd Biesheuvel	help
15757b435aSArd Biesheuvel	  Enable this option to include EFI specific debugging features into
16757b435aSArd Biesheuvel	  the kernel that are only useful when using a debug build of the
17757b435aSArd Biesheuvel	  UEFI firmware
18757b435aSArd Biesheuvel
19214fad55SArd Biesheuvelconfig ARM64_RELOC_TEST
20214fad55SArd Biesheuvel	depends on m
21214fad55SArd Biesheuvel	tristate "Relocation testing module"
22214fad55SArd Biesheuvel
2301081f5aSMathieu Poiriersource "drivers/hwtracing/coresight/Kconfig"
24