1# Allow worker threads to capture all resources 2CONFIG_MAIN_THREAD_PRIORITY=11 3 4# Enable SMP 5CONFIG_SMP=y 6 7# Enable assertions, stack overflow checking, etc 8CONFIG_TEST=y 9