1# Copyright (c) 2020 TriaGnoSys GmbH 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_EFR32MG21 5 6config NUM_IRQS 7 # must be >= the highest interrupt number used 8 default 61 9 10config PM 11 select COUNTER 12 select UART_INTERRUPT_DRIVEN 13 14config GPIO_GECKO 15 default y 16 depends on GPIO || LOG_BACKEND_SWO 17 18endif 19