Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 config PID_IN_CONTEXTIDR
0004         bool "Write the current PID to the CONTEXTIDR register"
0005         help
0006           Enabling this option causes the kernel to write the current PID to
0007           the CONTEXTIDR register, at the expense of some additional
0008           instructions during context switch. Say Y here only if you are
0009           planning to use hardware trace tools with this kernel.
0010 
0011 config DEBUG_EFI
0012         depends on EFI && DEBUG_INFO
0013         bool "UEFI debugging"
0014         help
0015           Enable this option to include EFI specific debugging features into
0016           the kernel that are only useful when using a debug build of the
0017           UEFI firmware
0018 
0019 config ARM64_RELOC_TEST
0020         depends on m
0021         tristate "Relocation testing module"
0022 
0023 source "drivers/hwtracing/coresight/Kconfig"