soc: efr32bg2: Kconfig: enable UART interrupt API when PM is used
Power Management works correctly with interrupt API of the UART driver Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
c939d6a473
commit
91bea1f93b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ config NUM_IRQS
|
||||||
|
|
||||||
config PM
|
config PM
|
||||||
select COUNTER
|
select COUNTER
|
||||||
|
select UART_INTERRUPT_DRIVEN
|
||||||
|
|
||||||
choice PM_POLICY
|
choice PM_POLICY
|
||||||
default PM_POLICY_CUSTOM
|
default PM_POLICY_CUSTOM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue