diff options
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. |