Skip to content

Commit bcb1813

Browse files
ZhaoxiangJinnashif
authored andcommitted
drivers: systick: Add prompt for CORTEX_M_SYSTICK_RESET_BY_LPM
This commit adds a prompt to the Kconfig file to make CORTEX_M_SYSTICK_RESET_BY_LPM option more visible to users configuring the driver. Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 3e53201 commit bcb1813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/timer/Kconfig.cortex_m_systick

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ endif # PM
9797
endchoice # CORTEX_M_SYSTICK_LPM_TIMER
9898

9999
config CORTEX_M_SYSTICK_RESET_BY_LPM
100-
bool
100+
bool "SysTick reset by low-power mode"
101101
depends on !CORTEX_M_SYSTICK_LPM_TIMER_NONE
102102
help
103103
Some SoCs provide one or more low-power mode which, as part of their

0 commit comments

Comments
 (0)