diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-03 13:46:53 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-24 14:14:40 (GMT) |
commit | 0626494d5f67c36d2df2ad7553b1db2c3e558e64 (patch) | |
tree | 319f4fdd45d15b98f1489778832a42b006f242c0 | |
parent | ec711d6e7bbebd9e52f7cac350fc23d0895def5f (diff) | |
download | linux-0626494d5f67c36d2df2ad7553b1db2c3e558e64.tar.xz |
ARM: imx: select syscon for IMX6SL
This is required for building a kernel that enables only
IMX6SL but not IMX6Q, which would get a build error when
syscon is not available.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Shawn Guo <shawn.guo@linaro.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 de1bc91..60661a4 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -824,6 +824,7 @@ config SOC_IMX6SL select HAVE_IMX_GPC select HAVE_IMX_MMDC select HAVE_IMX_SRC + select MFD_SYSCON select PINCTRL select PINCTRL_IMX6SL select PL310_ERRATA_588369 if CACHE_PL310 |