1# Copyright (c) 2019 Interay Solutions B.V. 2# Copyright (c) 2019 Oane Kingma 3# SPDX-License-Identifier: Apache-2.0 4 5if SOC_SERIES_EFM32GG11B 6 7config NUM_IRQS 8 # must be >= the highest interrupt number used 9 default 68 10 11config GPIO_GECKO 12 default y 13 depends on GPIO || LOG_BACKEND_SWO 14 15endif 16