drivers: timer: siwx91x: Remove sleeptimer as default soc timer
Remove sleeptimer as default soc timer and it should be only used as soc timer if PM is enabled. Signed-off-by: Sai Santhosh Malae <Santhosh.Malae@silabs.com>
This commit is contained in:
parent
a4f89574b9
commit
ee55bdc3c2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
if SOC_FAMILY_SILABS_SIWX91X
|
if SOC_FAMILY_SILABS_SIWX91X
|
||||||
|
|
||||||
configdefault SILABS_SLEEPTIMER_TIMER
|
configdefault SILABS_SLEEPTIMER_TIMER
|
||||||
default y
|
default y if PM
|
||||||
|
|
||||||
configdefault CORTEX_M_SYSTICK
|
configdefault CORTEX_M_SYSTICK
|
||||||
default n if SILABS_SLEEPTIMER_TIMER
|
default n if SILABS_SLEEPTIMER_TIMER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue