Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) config PID_IN_CONTEXTIDR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	bool "Write the current PID to the CONTEXTIDR register"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	  Enabling this option causes the kernel to write the current PID to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	  the CONTEXTIDR register, at the expense of some additional
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  instructions during context switch. Say Y here only if you are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  planning to use hardware trace tools with this kernel.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) config DEBUG_EFI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	depends on EFI && DEBUG_INFO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	bool "UEFI debugging"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  Enable this option to include EFI specific debugging features into
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  the kernel that are only useful when using a debug build of the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	  UEFI firmware
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config ARM64_RELOC_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	depends on m
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	tristate "Relocation testing module"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) source "drivers/hwtracing/coresight/Kconfig"