Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include: rtos: interrupt.h: simplify
interrupt_get_irq
macro logic
The imx-related macro logic from `interrupt_get_irq` can be simplified. Now that `CONFIG_IMX93_A55` selects `CONFIG_IMX`, `interrupt_get_irq` should return the INTID for all imx platforms except for imx8m, which is yet to be transitioned to zephyr native drivers. Signed-off-by: Laurentiu Mihalcea <[email protected]>
- Loading branch information