boards: efr32_radio: Add PM support using BURTC timer
Add power management support running in EM1 and EM2 from BURTC timer. Signed-off-by: Markus Fuchs <markus.fuchs@ch.sauter-bc.com>
This commit is contained in:
parent
1766932b56
commit
4fd5a9cee1
3 changed files with 38 additions and 4 deletions
|
@ -19,6 +19,7 @@ config NUM_IRQS
|
|||
config PM
|
||||
default n
|
||||
select COUNTER
|
||||
select UART_INTERRUPT_DRIVEN if SERIAL_SUPPORT_INTERRUPT
|
||||
|
||||
choice PM_POLICY
|
||||
default PM_POLICY_DEFAULT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue