17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
# Kconfig - Kinetis K6X MCU line
|
|
#
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SOC_SERIES_KINETIS_K6X
|
|
bool "Kinetis K6x Series MCU"
|
|
select CPU_CORTEX_M4
|
|
select SOC_FAMILY_KINETIS
|
|
select CPU_HAS_SYSTICK
|
|
select CPU_HAS_NXP_MPU
|
|
select CLOCK_CONTROL
|
|
help
|
|
Enable support for Kinetis K6x MCU series
|