Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Catalin Marinas | 8c2c3df | 2012-04-20 14:45:54 +0100 | [diff] [blame] | 2 | |
Will Deacon | ec45d1c | 2013-01-17 12:31:45 +0000 | [diff] [blame] | 3 | config PID_IN_CONTEXTIDR |
| 4 | bool "Write the current PID to the CONTEXTIDR register" |
| 5 | help |
| 6 | Enabling this option causes the kernel to write the current PID to |
| 7 | the CONTEXTIDR register, at the expense of some additional |
| 8 | instructions during context switch. Say Y here only if you are |
| 9 | planning to use hardware trace tools with this kernel. |
| 10 | |
Ard Biesheuvel | 757b435 | 2017-02-02 17:33:19 +0000 | [diff] [blame] | 11 | config DEBUG_EFI |
| 12 | depends on EFI && DEBUG_INFO |
| 13 | bool "UEFI debugging" |
| 14 | help |
| 15 | Enable this option to include EFI specific debugging features into |
| 16 | the kernel that are only useful when using a debug build of the |
| 17 | UEFI firmware |
| 18 | |
Ard Biesheuvel | 214fad5 | 2017-03-31 08:55:33 +0100 | [diff] [blame] | 19 | config ARM64_RELOC_TEST |
| 20 | depends on m |
| 21 | tristate "Relocation testing module" |
| 22 | |
Mathieu Poirier | 01081f5 | 2015-03-30 14:13:41 -0600 | [diff] [blame] | 23 | source "drivers/hwtracing/coresight/Kconfig" |