2018-02-19 03:43:24 +08:00
|
|
|
# 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"
|
|
|
|
|
2018-11-22 00:00:40 +08:00
|
|
|
config SOC_PART_NUMBER
|
|
|
|
default "EFM32HG322F64" if SOC_PART_NUMBER_EFM32HG322F64
|
|
|
|
|
2018-02-19 03:43:24 +08:00
|
|
|
config NUM_IRQS
|
|
|
|
int
|
|
|
|
# must be >= the highest interrupt number used
|
|
|
|
default 20
|
|
|
|
|
2018-11-22 00:00:40 +08:00
|
|
|
source "soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.efm32hg"
|
2018-02-19 03:43:24 +08:00
|
|
|
|
|
|
|
endif # SOC_SERIES_EFM32HG
|