Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: imx: temporarily remove CONFIG_SOC_FSL from LS1021A

The newly introduced LS1021A SoC selects CONFIG_SOC_FSL, which
is originally symbol used for the PowerPC based platforms
and guards lots of code that does not build on ARM.

This breaks allmodconfig, so let's remove it for now, until
either all those drivers are fixed or they use a dependency
on IMX instead.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Arnd Bergmann and committed by
Shawn Guo
cfd074ad a41820d6

-4
-4
arch/arm/mach-imx/Kconfig
··· 658 658 659 659 endchoice 660 660 661 - config FSL_SOC 662 - bool 663 - 664 661 config SOC_LS1021A 665 662 bool "Freescale LS1021A support" 666 663 select ARM_GIC 667 664 select HAVE_ARM_ARCH_TIMER 668 - select FSL_SOC 669 665 select PCI_DOMAINS if PCI 670 666 select ZONE_DMA if ARM_LPAE 671 667