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