soc: silabs: Remove counter dependency for pm

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>
This commit is contained in:
Aksel Skauge Mellbye 2024-10-21 12:38:55 +02:00 committed by Carles Cufí
commit 8d4fa7be0b
3 changed files with 0 additions and 5 deletions

View file

@ -8,7 +8,6 @@ config NUM_IRQS
default 60
config PM
select COUNTER
select UART_INTERRUPT_DRIVEN
config GPIO_GECKO

View file

@ -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

View file

@ -9,7 +9,6 @@ config NUM_IRQS
config PM
default n
select COUNTER
select UART_INTERRUPT_DRIVEN if SERIAL_SUPPORT_INTERRUPT
choice PM_POLICY