blob: d7ac00d1bdf89f60d09bc65ba93cc3c4c9aa38d1 [file] [log] [blame]
# i.MX8ML M7 SoC series defconfig
# Copyright (c) 2021, Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_IMX8ML_M7
config SOC_SERIES
default "mimx8ml8_m7"
config NUM_IRQS
int
# must be >= the highest interrupt number used
default 159
config GPIO_MCUX_IGPIO
default y if HAS_MCUX_IGPIO
depends on GPIO
config PINCTRL_IMX
default y if HAS_MCUX_IOMUXC
depends on PINCTRL
source "soc/arm/nxp_imx/mimx8ml8_m7/Kconfig.defconfig.mimx8ml8_m7"
endif # SOC_SERIES_IMX8ML_M7