16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
|
# Kconfig - Kinetis KWx MCU series
|
||
|
#
|
||
|
# Copyright (c) 2017, NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
config SOC_SERIES_KINETIS_KWX
|
||
|
bool "Kinetis KWx Series MCU"
|
||
|
select CPU_CORTEX_M
|
||
|
select SOC_FAMILY_KINETIS
|
||
|
select SYS_POWER_LOW_POWER_STATE_SUPPORTED
|
||
|
select CPU_HAS_SYSTICK
|
||
|
help
|
||
|
Enable support for Kinetis KWx MCU series
|