xref: /linux/drivers/interconnect/imx/Kconfig (revision 81570d6dc2efc3835cf1f271c582a604c44d35d7)
1config INTERCONNECT_IMX
2	tristate "i.MX interconnect drivers"
3	depends on ARCH_MXC || COMPILE_TEST
4	help
5	  Generic interconnect drivers for i.MX SOCs
6
7config INTERCONNECT_IMX8MM
8	tristate "i.MX8MM interconnect driver"
9	depends on INTERCONNECT_IMX
10
11config INTERCONNECT_IMX8MN
12	tristate "i.MX8MN interconnect driver"
13	depends on INTERCONNECT_IMX
14
15config INTERCONNECT_IMX8MQ
16	tristate "i.MX8MQ interconnect driver"
17	depends on INTERCONNECT_IMX
18