zephyr/samples/kernel/metairq_dispatch/prj.conf
Anas Nashif 364c0bee31 samples: move kernel samples into one folder
Move kenrel samples into one directory.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-03-09 17:48:18 -05:00

10 lines
244 B
Plaintext

CONFIG_ASSERT=y
CONFIG_NUM_METAIRQ_PRIORITIES=1
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_LOG=y
CONFIG_LOG_MODE_MINIMAL=y
# We're testing delivery latency to threads on a single CPU, MP
# dispatch will mess up the statistics.
CONFIG_MP_NUM_CPUS=1