19 lines
389 B
Plaintext
19 lines
389 B
Plaintext
# Kconfig - EFM32HG MCU line
|
|
#
|
|
# Copyright (c) 2018 Marcio Montenegro
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_SERIES_EFM32HG
|
|
bool "EFM32HG Series MCU"
|
|
select CPU_CORTEX_M
|
|
select CPU_CORTEX_M0PLUS
|
|
select SOC_FAMILY_EXX32
|
|
select CPU_HAS_SYSTICK
|
|
select HAS_SILABS_GECKO
|
|
select SOC_GECKO_CMU
|
|
select SOC_GECKO_GPIO
|
|
help
|
|
Enable support for EFM32 Happy Gecko MCU series
|