commit | a877bb50010ca230c34aff0f4e5767264e22d8ee | [log] [tgz] |
---|---|---|
author | Dawid Niedzwiecki <dawidn@google.com> | Tue Nov 21 12:46:45 2023 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Nov 22 09:28:53 2023 +0000 |
tree | c47fdce542e2378e1f2f863abdd055bd834969d2 | |
parent | 69d4c13ab39fd36a67d4f1efc835c2d3bb837172 [diff] |
timer: cortex_m_systick: add idle timer dependency Allow enabling the Cortex-m idle timer only if power management is set. It doesn't make sense to use an idle timer without PM. It allows adding the idle timer chosen node to dts without enabling the idle timer by default. Now, the PM config has to be set as well. Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>