default or selected kernelversion does not have config value CONFIG_ORC_UNWINDER.
Result is shown for kernelversion 6.1.39

ORC unwinder

modulename: unwind_orc.ko

configname: CONFIG_ORC_UNWINDER

Choose kernel unwinder
└─>ORC unwinder
In linux kernel since version 4.9.1 (release Date: 2017-01-06)  
This option enables the ORC (Oops Rewind Capability) unwinder for
unwinding kernel stack traces. It uses a custom data format which is
a simplified version of the DWARF Call Frame Information standard.

This unwinder is more accurate across interrupt entry frames than the
frame pointer unwinder. It also enables a 5-10% performance
improvement across the entire kernel compared to frame pointers.

Enabling this option will increase the kernel's runtime memory usage
by roughly 2-4MB, depending on your kernel config.

source code: