21 lines
354 B
Plaintext
21 lines
354 B
Plaintext
# Kconfig - i.MX 6SoloX M4 core series
|
|
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_SERIES_IMX_6X_M4
|
|
|
|
config SOC_SERIES
|
|
default "mcimx6x_m4"
|
|
|
|
config NUM_IRQS
|
|
int
|
|
# must be >= the highest interrupt number used
|
|
default 128
|
|
|
|
source "soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4"
|
|
|
|
endif # SOC_SERIES_IMX_6X_M4
|