17 lines
363 B
Plaintext
17 lines
363 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 SYS_POWER_LOW_POWER_STATE_SUPPORTED
|
|
select CPU_HAS_SYSTICK
|
|
help
|
|
Enable support for EFM32 Happy Gecko MCU series
|