1# Kinetis KL2x MCU series
2
3# Copyright (c) 2017, NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_SERIES_KINETIS_KL2X
7	bool "Kinetis KL2x Series MCU"
8	select ARM
9	select CPU_CORTEX_M0PLUS
10	select SOC_FAMILY_KINETIS
11	select CPU_CORTEX_M_HAS_SYSTICK
12	select CLOCK_CONTROL
13	select PLATFORM_SPECIFIC_INIT
14	help
15	  Enable support for Kinetis KL2x MCU series
16