summaryrefslogtreecommitdiff
path: root/drivers/interconnect/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
commitf0d8048525d7d8618a79550cd70de9ce0a6a496f (patch)
tree96bbae7798f2f8ba4f9a3ecf746ef6adfdc3f32d /drivers/interconnect/Kconfig
parent146eee039d7ab236f71edd56b975f4ff49635db9 (diff)
interconnect: Add imx core driver
This adds support for i.MX SoC family to interconnect framework. Platform drivers can describe the interconnect graph and several adjustment knobs where icc node bandwidth is converted to a DEV_PM_QOS_MIN_FREQUENCY request. The interconnect provider is probed through the main NOC device and other adjustable nodes on the same graph are found from a fsl,scalable-nodes phandle array property. Signed-off-by: Alexandre Bailon <abailon@baylibre.com> Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Tested-by: Martin Kepplinger <martin.kepplinger@puri.sm> Link: https://lore.kernel.org/r/35920e673df6c04cbbb7d877a7d4ba25fd91a784.1586174566.git.leonard.crestez@nxp.com Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Diffstat (limited to 'drivers/interconnect/Kconfig')
-rw-r--r--drivers/interconnect/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/interconnect/Kconfig b/drivers/interconnect/Kconfig
index bfa4ca3ab7a9..6fea3605f4a8 100644
--- a/drivers/interconnect/Kconfig
+++ b/drivers/interconnect/Kconfig
@@ -11,6 +11,7 @@ menuconfig INTERCONNECT
if INTERCONNECT
+source "drivers/interconnect/imx/Kconfig"
source "drivers/interconnect/qcom/Kconfig"
endif