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	depends on XTENSA
10	help
11		The IRQSTEER INTC provides support for MUX-ing
12		multiple interrupts from peripheral to one or
13		more CPU interrupt lines. This is used for CPUs
14		such as XTENSA DSPs.
15