zephyr/soc/silabs/silabs_s2/efr32bg27/Kconfig.defconfig

17 lines
253 B
Plaintext

# Copyright (c) 2023 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_EFR32BG27
config NUM_IRQS
# must be >= the highest interrupt number used
default 66
config PM
select COUNTER
config GPIO_GECKO
default y
endif