kernelconfig_penguin
CONFIG_ARC_SMP_HALT_ON_RESET is not available for the default architecture x86.
Result is shown for architecture arc
depends
CONFIG_SMP

Enable Halt-on-reset boot mode

configname: CONFIG_ARC_SMP_HALT_ON_RESET

Linux Kernel Configuration
└─> ARC Architecture Configuration
└─> ARC CPU Configuration
└─> Enable Halt-on-reset boot mode

In SMP configuration cores can be configured as Halt-on-reset
or they could all start at same time. For Halt-on-reset, non
masters are parked until Master kicks them so they can start off
at designated entry point. For other case, all jump to common
entry point and spin wait for Master's signal.