1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config NXP_IRQSTEER
5	bool "IRQ_STEER interrupt controller for NXP chips"
6	default y
7	depends on DT_HAS_NXP_IRQSTEER_INTC_ENABLED
8	depends on MULTI_LEVEL_INTERRUPTS
9	help
10		The IRQSTEER INTC provides support for MUX-ing
11		multiple interrupts from peripheral to one or
12		more CPU interrupt lines. This is used for CPUs
13		such as XTENSA DSPs.
14