summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorJingchang Lu <b35083@freescale.com>2013-09-16 02:01:28 (GMT)
committerMatthew Weigel <Matthew.Weigel@freescale.com>2014-12-11 18:35:35 (GMT)
commit2eeeeda42104eec74cd1dc40f4d4da3442994614 (patch)
treeb8c42b76dbf2a0fb801f7266e26c39bc09f6c761 /arch/arm/mach-imx/Kconfig
parentbb35145e83b3a34bae2901370a0caf32aae2448c (diff)
downloadlinux-fsl-qoriq-2eeeeda42104eec74cd1dc40f4d4da3442994614.tar.xz
ARM: imx: Add initial support for Freescale LS1021A
The LS1021A SoC is a dual-core Cortex-A7 based processor, this add the initial support for it. Signed-off-by: Jingchang Lu <b35083@freescale.com> --- This patch has been sent to upstream for review: https://patchwork.kernel.org/patch/4464451/
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 29a8af6..3948af8 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -846,6 +846,24 @@ config SOC_VF610
help
This enable support for Freescale Vybrid VF610 processor.
+config FSL_SOC
+ bool
+
+config SOC_LS1021A
+ bool "Freescale LS1021A support"
+ select CPU_V7
+ select ARM_GIC
+ select CLKSRC_OF
+ select HAVE_ARM_ARCH_TIMER
+ select HAVE_SMP
+ select FSL_SOC
+ select MIGHT_HAVE_PCI
+ select PCI_DOMAINS if PCI
+ select ZONE_DMA if ARM_LPAE
+
+ help
+ This enable support for Freescale LS1021A processor.
+
endif
source "arch/arm/mach-imx/devices/Kconfig"