commit | f1858b0e801a45d801dc23bc1ff5be14805022c8 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Dec 18 16:40:26 2015 +0100 |
committer | Shawn Guo <shawnguo@kernel.org> | Mon Dec 21 21:24:05 2015 +0800 |
tree | aa33505fdcb4c1a2fad3e350e12b4313fadc53b0 | |
parent | aa9fff5dcc7721b78f9915c9ce614c1297d4182c [diff] |
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>