mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
There are boards without CMOS RTC, where blind accesses to the RTC registers will freeze the system. So make the test works with these boards if CONFIG_COUNTER_CMOS=n. Signed-off-by: Daniel Leung <daniel.leung@intel.com>