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:
parent
51194bf03f
commit
8d4fa7be0b
3 changed files with 0 additions and 5 deletions
|
@ -8,7 +8,6 @@ config NUM_IRQS
|
|||
default 60
|
||||
|
||||
config PM
|
||||
select COUNTER
|
||||
select UART_INTERRUPT_DRIVEN
|
||||
|
||||
config GPIO_GECKO
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ config NUM_IRQS
|
|||
|
||||
config PM
|
||||
default n
|
||||
select COUNTER
|
||||
select UART_INTERRUPT_DRIVEN if SERIAL_SUPPORT_INTERRUPT
|
||||
|
||||
choice PM_POLICY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue