blob: 143102c75cb38521b943fa50d870e57b54d508b3 [file] [log] [blame]
# Kconfig - i.MX RT series
#
# Copyright (c) 2017, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_IMX_RT
config SOC_SERIES
default rt
config NUM_IRQS
int
# must be >= the highest interrupt number used
default 160
source "arch/arm/soc/nxp_imx/rt/Kconfig.defconfig.mimxrt*"
endif # SOC_SERIES_IMX_RT