diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2018-11-16 16:49:27 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-05 08:50:36 +0800 |
commit | 685efffe37c921cf1d56dd3c8617dc67bc343a99 (patch) | |
tree | 02150a8865adf3940bbc7e2d1d689d5328cb96f8 /drivers/soc/imx/Kconfig | |
parent | e125dcba83f59b87b1db30f5b7075705d95cfcf7 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/soc/imx/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/soc/imx/Kconfig b/drivers/soc/imx/Kconfig index a5b86a28f343..2112d18dbb7b 100644 --- a/drivers/soc/imx/Kconfig +++ b/drivers/soc/imx/Kconfig @@ -1,8 +1,8 @@ menu "i.MX SoC drivers" -config IMX7_PM_DOMAINS - bool "i.MX7 PM domains" - depends on SOC_IMX7D || (COMPILE_TEST && OF) +config IMX_GPCV2_PM_DOMAINS + bool "i.MX GPCv2 PM domains" + depends on SOC_IMX7D || SOC_IMX8MQ || (COMPILE_TEST && OF) depends on PM select PM_GENERIC_DOMAINS default y if SOC_IMX7D |