zephyr/tests/kernel/timer/timer_api/prj_tickless.conf
Anas Nashif dd931f93a2 power: standarize PM Kconfigs and cleanup
- Remove SYS_ prefix
- shorten POWER_MANAGEMENT to just PM
- DEVICE_POWER_MANAGEMENT -> PM_DEVICE

and use PM_ as the prefix for all PM related Kconfigs

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-12-09 15:18:29 -05:00

8 lines
129 B
Plaintext

CONFIG_ZTEST=y
CONFIG_PM=y
CONFIG_TICKLESS_KERNEL=y
CONFIG_MP_NUM_CPUS=1
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_TEST_USERSPACE=y