aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-12-18 16:40:26 +0100
committerShawn Guo <shawnguo@kernel.org>2015-12-21 21:24:05 +0800
commitf1858b0e801a45d801dc23bc1ff5be14805022c8 (patch)
treeaa33505fdcb4c1a2fad3e350e12b4313fadc53b0 /arch/arm/mach-imx/Kconfig
parentARM: mach-imx: iomux-imx31: fix spelling mistake in error message (diff)
downloadlinux-dev-f1858b0e801a45d801dc23bc1ff5be14805022c8.tar.xz
linux-dev-f1858b0e801a45d801dc23bc1ff5be14805022c8.zip
ARM: imx: select SRC for i.MX7
The i.MX7 Kconfig option had a couple of missing select lines that I fixed already, but I missed HAVE_IMX_SRC: arch/arm/mach-imx/built-in.o: In function `imx7d_init_irq': platform-spi_imx.c:(.init.text+0x25a8): undefined reference to `imx_src_init' This adds that one as well. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 0be5da9dc249 ("ARM: imx: imx7d requires anatop") Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 8ceda2844c4f..9aa659e4c46e 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -562,6 +562,7 @@ config SOC_IMX7D
select ARM_GIC
select HAVE_IMX_ANATOP
select HAVE_IMX_MMDC
+ select HAVE_IMX_SRC
help
This enables support for Freescale i.MX7 Dual processor.