1# i.MX8MM M4 SoC series defconfig
2
3# Copyright (c) 2020, Manivannan Sadhasivam <mani@kernel.org>
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_SERIES_IMX8MM_M4
7
8config SOC_SERIES
9	default "mimx8mm6_m4"
10
11config NUM_IRQS
12	int
13	# must be >= the highest interrupt number used
14	default 127
15
16config PINCTRL_IMX
17	default y if HAS_MCUX_IOMUXC
18	depends on PINCTRL
19
20source "soc/arm/nxp_imx/mimx8mm6_m4/Kconfig.defconfig.mimx8mm6_m4"
21
22endif # SOC_SERIES_IMX8MM_M4
23