zephyr/tests/kernel/tickless/tickless_concept/prj.conf
Anas Nashif ebaeccbded tests: tickless: do not enable PM
This is a kernel tickless test, we should not able PM here. PM should be
tested in own environment only or we get unexecpted behavior.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-04-25 09:55:08 +00:00

4 lines
75 B
Plaintext

CONFIG_ZTEST=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
CONFIG_MP_MAX_NUM_CPUS=1