commit | fef88f10767cfd9f9b4eebb5d5490214c5e13ad5 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Feb 28 17:26:25 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun May 02 09:35:39 2010 +0100 |
tree | cf4a8cb7d8e3959a0d1692314ec41282eeeff6c3 | |
parent | ceade897f31b8bb66f378cc35859fcfd0d46aaa2 [diff] [blame] |
ARM: Add Versatile Express CA9x4 processor support Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 751858c..3f19b66 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig
@@ -1,4 +1,9 @@ menu "Versatile Express platform type" depends on ARCH_VEXPRESS +config ARCH_VEXPRESS_CA9X4 + bool "Versatile Express Cortex-A9x4 tile" + select CPU_V7 + select ARM_GIC + endmenu