summaryrefslogtreecommitdiff
path: root/drivers/soc/imx/Makefile
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2018-11-16 18:49:27 +0300
committerShawn Guo <shawnguo@kernel.org>2018-12-05 03:50:36 +0300
commit685efffe37c921cf1d56dd3c8617dc67bc343a99 (patch)
tree02150a8865adf3940bbc7e2d1d689d5328cb96f8 /drivers/soc/imx/Makefile
parente125dcba83f59b87b1db30f5b7075705d95cfcf7 (diff)
downloadlinux-685efffe37c921cf1d56dd3c8617dc67bc343a99.tar.xz
soc: imx: gpcv2: add support for i.MX8MQ SoC
The GPCv2 on the Freescale i.MX8MQ SoC works in the same way as the GPCv2 on the i.MX7, but only controls more power domains with a different mapping. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/soc/imx/Makefile')
-rw-r--r--drivers/soc/imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/imx/Makefile b/drivers/soc/imx/Makefile
index aab41a5cc317..506a6f3c2b9b 100644
--- a/drivers/soc/imx/Makefile
+++ b/drivers/soc/imx/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o
-obj-$(CONFIG_IMX7_PM_DOMAINS) += gpcv2.o
+obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o