1# SPDX-License-Identifier: BSD-3-Clause
2
3config IMX_EDMA
4	bool "i.MX EDMA driver"
5	default n
6	depends on IMX
7	help
8	  Select this to enable support for i.MX EDMA DMA controller.
9
10config IMX_SDMA
11	bool "i.MX SDMA driver"
12	default n
13	depends on IMX
14	help
15	  Select this to enable support for i.MX SDMA DMA controller.
16
17config IMX_ESAI
18	bool "i.MX ESAI driver"
19	default n
20	depends on IMX
21	help
22	  Select this to enable support for i.MX ESAI IP.
23
24config IMX_INTERRUPT_IRQSTEER
25	bool
26	default n
27	help
28	  This has to be selected for i.MX NXP platform that have irqsteer.
29	  It enables NXP platforms-specific features.
30
31config IMX_INTERRUPT_GENERIC
32	bool
33	default n
34	help
35	  This has to be selected for i.MX NXP platform that do not have irqsteer.
36	  It enables NXP platforms-specific features.
37