You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
400 B
13 lines
400 B
# Copyright 2023 NXP |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config NXP_IRQSTEER |
|
bool "IRQ_STEER interrupt controller for NXP chips" |
|
default y |
|
depends on DT_HAS_NXP_IRQSTEER_INTC_ENABLED |
|
depends on MULTI_LEVEL_INTERRUPTS |
|
help |
|
The IRQSTEER INTC provides support for MUX-ing |
|
multiple interrupts from peripheral to one or |
|
more CPU interrupt lines. This is used for CPUs |
|
such as XTENSA DSPs.
|
|
|