diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2017-05-15 11:03:50 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-05-20 21:54:57 -0400 |
commit | da6ee0c300b8a38cd79e64c9b1fd1a3ba94da7b2 (patch) | |
tree | ca773729042f5b0e783a6d254bb30afaef518041 | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) |
ARM: imx: Select GPCv2 for i.MX7
GPCv2 IP block is a part of i.MX7 SoC. Select it to make corresponding
driver availible to support DT changes following this patch.
Cc: yurovsky@gmail.com
Cc: Dong Aisheng <aisheng.dong@nxp.com>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 936c59d0e18b..782699e67600 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -536,6 +536,7 @@ config SOC_IMX7D | |||
536 | select HAVE_IMX_ANATOP | 536 | select HAVE_IMX_ANATOP |
537 | select HAVE_IMX_MMDC | 537 | select HAVE_IMX_MMDC |
538 | select HAVE_IMX_SRC | 538 | select HAVE_IMX_SRC |
539 | select IMX_GPCV2 | ||
539 | help | 540 | help |
540 | This enables support for Freescale i.MX7 Dual processor. | 541 | This enables support for Freescale i.MX7 Dual processor. |
541 | 542 | ||