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:
Pawel Czarnecki 2022-10-06 11:14:00 +02:00 committed by Carles Cufí
commit 91bea1f93b

View file

@ -17,6 +17,7 @@ config NUM_IRQS
config PM
select COUNTER
select UART_INTERRUPT_DRIVEN
choice PM_POLICY
default PM_POLICY_CUSTOM