From fbee7812f35fbbd257f51e742c79a1530acd9dda Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 11 Mar 2015 12:32:00 -0600 Subject: [PATCH] Update README --- configs/samv71-xult/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt index 52d1b9e947..46de8ec0b0 100644 --- a/configs/samv71-xult/README.txt +++ b/configs/samv71-xult/README.txt @@ -288,6 +288,7 @@ Configuration sub-directories CONFIG_ARMV7M_ICACHE=y : Instruction cache is enabled CONFIG_ARMV7M_DCACHE=y : Data cache is enabled - # CONFIG_ARCH_FPU is not set : Can be enabled, not verified + CONFIG_ARCH_FPU=y : H/W floating point support is enabled + CONFIG_ARCH_DPFPU=y : 64-bit H/W floating point support is enabled # CONFIG_ARMV7M_ITCM is not set : Support not yet in place # CONFIG_ARMV7M_DTCM is not set : Support not yet in place