blob: 3136c7f004fd42f262ef9eedb1aaeff9433d004f [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
int
# must be >= the highest interrupt number used
default 20
source "soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.efm32hg"
endif # SOC_SERIES_EFM32HG