summaryrefslogtreecommitdiff
path: root/drivers/interconnect/imx/Kconfig
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2020-04-28 20:03:02 +0300
committerGeorgi Djakov <georgi.djakov@linaro.org>2020-04-28 20:03:02 +0300
commit63fc8029b37ef22aefa5288211ccc92c3f40def0 (patch)
treeb8f30cd5f63b448a6daabd807b38c91bd0b53d2f /drivers/interconnect/imx/Kconfig
parent2c1966af073c3469e886e8f4c4c83403fe2ac857 (diff)
downloadlinux-63fc8029b37ef22aefa5288211ccc92c3f40def0.tar.xz
interconnect: imx: Add platform driver for imx8mq
Add a platform driver for the i.MX8MQ SoC describing bus topology, based on internal documentation. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Tested-by: Martin Kepplinger <martin.kepplinger@puri.sm> Link: https://lore.kernel.org/r/864310d1f2599c3bd621e70b77028a6e89f6410e.1586174566.git.leonard.crestez@nxp.com Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Diffstat (limited to 'drivers/interconnect/imx/Kconfig')
-rw-r--r--drivers/interconnect/imx/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/interconnect/imx/Kconfig b/drivers/interconnect/imx/Kconfig
index 2cd4fad4976a..a2e6127f25b7 100644
--- a/drivers/interconnect/imx/Kconfig
+++ b/drivers/interconnect/imx/Kconfig
@@ -7,3 +7,7 @@ config INTERCONNECT_IMX
config INTERCONNECT_IMX8MM
tristate "i.MX8MM interconnect driver"
depends on INTERCONNECT_IMX
+
+config INTERCONNECT_IMX8MQ
+ tristate "i.MX8MQ interconnect driver"
+ depends on INTERCONNECT_IMX