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>
This commit is contained in:
parent
ec711d6e7b
commit
0626494d5f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue