1# iMX7 core series
2
3# Copyright 2017,2024 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_SERIES_IMX7D
7
8config NUM_IRQS
9	# must be >= the highest interrupt number used
10	default 127
11
12rsource "Kconfig.defconfig.*"
13
14endif # SOC_SERIES_IMX7D
15