18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
# Kconfig - Kinetis K2X MCU line
|
|
#
|
|
# Copyright (c) 2018 Prevas A/S
|
|
# Copyright (c) 2019 Thomas Burdick <thomas.burdick@gmail.com>
|
|
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_SERIES_KINETIS_K2X
|
|
bool "Kinetis K2x Series MCU"
|
|
select CPU_CORTEX_M4
|
|
select SOC_FAMILY_KINETIS
|
|
select CPU_HAS_NXP_MPU
|
|
select CLOCK_CONTROL
|
|
help
|
|
Enable support for Kinetis K2x MCU series
|