blob: 7196d6347eee71979f2b308d2a810b5acf319d6c [file] [log] [blame]
# Kconfig - Kinetis K6x series configuration options
#
# Copyright (c) 2014-2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_KINETIS_K6X
config SOC_SERIES
default "k6x"
config NUM_IRQS
# must be >= the highest interrupt number used
default 86
source "soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk*"
endif # SOC_SERIES_KINETIS_K6X