Skip to content

Commit

Permalink
soc: silabs: Remove counter dependency for pm
Browse files Browse the repository at this point in the history
Power Manager no longer requires the Counter driver. This seems to have
been a hack to get the Sleeptimer HAL included in the build, as the
Sleeptimer is the real dependency of the Silabs Power Manager HAL.

Since Sleeptimer is now used for the OS timer, this hack is not needed.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
  • Loading branch information
asmellby committed Oct 23, 2024
1 parent 0aaece0 commit 6b76afe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion soc/silabs/silabs_s2/efr32bg22/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ config NUM_IRQS
default 60

config PM
select COUNTER
select UART_INTERRUPT_DRIVEN

config GPIO_GECKO
Expand Down
3 changes: 0 additions & 3 deletions soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 66

config PM
select COUNTER

config GPIO_GECKO
default y

Expand Down
1 change: 0 additions & 1 deletion soc/silabs/silabs_s2/efr32mg24/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ config NUM_IRQS

config PM
default n
select COUNTER
select UART_INTERRUPT_DRIVEN if SERIAL_SUPPORT_INTERRUPT

choice PM_POLICY
Expand Down

0 comments on commit 6b76afe

Please sign in to comment.