From ce4b3728ac483426a853f8a4c87525b5de36f994 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Fri, 8 Feb 2019 15:26:56 +0100 Subject: [PATCH] soc: arm: stm32: select double-precision FP in STM32F769XI SoC family STM32F769XI supports both double and single precision floating-point unit. This commit enables double-precision by default in this SoC. Signed-off-by: Ioannis Glaropoulos --- soc/arm/st_stm32/stm32f7/Kconfig.soc | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/st_stm32/stm32f7/Kconfig.soc b/soc/arm/st_stm32/stm32f7/Kconfig.soc index 0185483c012..1a3d0306705 100644 --- a/soc/arm/st_stm32/stm32f7/Kconfig.soc +++ b/soc/arm/st_stm32/stm32f7/Kconfig.soc @@ -20,5 +20,6 @@ config SOC_STM32F756XX config SOC_STM32F769XI bool "STM32F769XI" + select CPU_HAS_FPU_DOUBLE_PRECISION endchoice