|
# Kconfig - Kinetis KL2x series configuration options
|
|
#
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_SERIES_KINETIS_KL2X
|
|
|
|
config SOC_SERIES
|
|
default "kl2x"
|
|
|
|
source "soc/arm/nxp_kinetis/kl2x/Kconfig.defconfig.mk*"
|
|
|
|
endif # SOC_SERIES_KINETIS_KL2X
|