smp and mpu are architecture specific samples and do not apply to majority of support platforms, so move them to arch/. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
# Allow worker threads to capture all resources
|
|
CONFIG_MAIN_THREAD_PRIORITY=11
|
|
|
|
# Enable SMP
|
|
CONFIG_SMP=y
|
|
|
|
# Enable assertions, stack overflow checking, etc
|
|
CONFIG_TEST=y
|