From 4b753a6e999d0239303d596eb2acb4dcbc56281f Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 23 Oct 2024 16:30:18 -0500 Subject: [PATCH] soc: ti: k3: Select VFP float support for R5F cores The R5F cores found in TI K3 SoCs have VFP FPUs, enable this in the default configuration. Signed-off-by: Andrew Davis --- soc/ti/k3/am6x/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/ti/k3/am6x/Kconfig b/soc/ti/k3/am6x/Kconfig index 0e8f107697a..504e044184a 100644 --- a/soc/ti/k3/am6x/Kconfig +++ b/soc/ti/k3/am6x/Kconfig @@ -24,6 +24,7 @@ config SOC_SERIES_AM6X_R5 select ARM select CPU_CORTEX_R5 select CPU_HAS_ARM_MPU + select VFP_SP_D16 select ARM_CUSTOM_INTERRUPT_CONTROLLER select VIM select TI_DM_TIMER