Summary
system.option.reboot-on-panic can be set to enable kernel panic reboot (sysctl sys.kernel.panic) but this is only enabled late in the system boot. The kernel command line parameter panic= should also be set to allow early kernel panic reboot.
Use case
Add support for early kernel panic support.
Additional information
PR available. I'll link shortly.