blob: 8489c555eb12d31edff61b1900562e440ad10216 [file] [log] [blame]
# Copyright (c) 2021 Sateesh Kotapati
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_EFR32MG24
config NUM_IRQS
# must be >= the highest interrupt number used
default 75
config PM
default n
select UART_INTERRUPT_DRIVEN if SERIAL_SUPPORT_INTERRUPT
choice PM_POLICY
default PM_POLICY_DEFAULT
depends on PM
endchoice
endif