zephyr/soc/silabs/silabs_s1/efm32gg11b/Kconfig.defconfig

17 lines
296 B
Plaintext

# Copyright (c) 2019 Interay Solutions B.V.
# Copyright (c) 2019 Oane Kingma
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_EFM32GG11B
config NUM_IRQS
int
# must be >= the highest interrupt number used
default 68
config GPIO_GECKO
default y
depends on GPIO || LOG_BACKEND_SWO
endif