1# Copyright (c) 2021 Sateesh Kotapati
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_SERIES_EFR32BG22
5
6config NUM_IRQS
7	# must be >= the highest interrupt number used
8	default 60
9
10config PM
11	select UART_INTERRUPT_DRIVEN
12
13config GPIO_GECKO
14	default y
15
16endif
17