diff options
author | Assaf Hoffman <hoffman@marvell.com> | 2007-10-23 15:14:41 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:03:38 -0500 |
commit | e50d64097b6e63278789ee3a4394d127bd6e4254 (patch) | |
tree | a33325c4ea814bdcd1ef187559b9ec751ae553e2 /arch/arm/Kconfig | |
parent | 2fd2b1242810fb4d2ba36548fecc1f005c36770c (diff) |
[ARM] Marvell Feroceon CPU core support
The Feroceon is a family of independent ARMv5TE compliant CPU core
implementations, supporting a variable depth pipeline and out-of-order
execution. The Feroceon is configurable with VFP support, and the
later models in the series are superscalar with up to two instructions
per clock cycle.
This patch adds the initial low-level cache/TLB handling for this core.
Signed-off-by: Assaf Hoffman <hoffman@marvell.com>
Reviewed-by: Tzachi Perelstein <tzachi@marvell.com>
Reviewed-by: Nicolas Pitre <nico@marvell.com>
Reviewed-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a04f507e7f2c..fae3f164218f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -951,7 +951,7 @@ config FPE_FASTFPE | |||
951 | 951 | ||
952 | config VFP | 952 | config VFP |
953 | bool "VFP-format floating point maths" | 953 | bool "VFP-format floating point maths" |
954 | depends on CPU_V6 || CPU_ARM926T | 954 | depends on CPU_V6 || CPU_ARM926T || CPU_FEROCEON |
955 | help | 955 | help |
956 | Say Y to include VFP support code in the kernel. This is needed | 956 | Say Y to include VFP support code in the kernel. This is needed |
957 | if your hardware includes a VFP unit. | 957 | if your hardware includes a VFP unit. |