diff --git a/drivers/timer/Kconfig.cortex_m_systick b/drivers/timer/Kconfig.cortex_m_systick index c0e8140fcb5..8e23fe9574e 100644 --- a/drivers/timer/Kconfig.cortex_m_systick +++ b/drivers/timer/Kconfig.cortex_m_systick @@ -45,6 +45,7 @@ config CORTEX_M_SYSTICK_64BIT_CYCLE_COUNTER choice CORTEX_M_SYSTICK_LPM_TIMER prompt "SysTick companion low-power mode timer" + depends on CORTEX_M_SYSTICK # If all dependencies are enabled, and /chosen/cortex-m-idle-timer # is enabled, default to using the Counter API-based LPM timer. # Otherwise, the first choice (LPM_TIMER_NONE) will be selected