zephyr/samples/arch/smp/pktqueue/prj.conf
Anas Nashif f3ec9bac04 samples: move architecture specific samples to arch/
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>
2021-03-09 17:48:18 -05:00

8 lines
168 B
Plaintext

# Allow worker threads to capture all resources
CONFIG_MAIN_THREAD_PRIORITY=11
CONFIG_HEAP_MEM_POOL_SIZE=4096
CONFIG_TEST_RANDOM_GENERATOR=y
# Enable SMP
CONFIG_SMP=y