blob: f6217ae61bc3457ade931d52f5450d8788d27c23 [file] [log] [blame]
# Kconfig - EFM32HG series configuration options
#
# Copyright (c) 2018 Christian Taedcke
# Copyright (c) 2018 Marcio Montenegro
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_EFM32HG
config SOC_SERIES
default "efm32hg"
config SOC_PART_NUMBER
default "EFM32HG322F64" if SOC_PART_NUMBER_EFM32HG322F64
config NUM_IRQS
# must be >= the highest interrupt number used
default 20
source "soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.efm32hg"
endif # SOC_SERIES_EFM32HG