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