From a2deaa73c32ed8020e38a2725f6927153e3e3c18 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Tue, 10 May 2022 23:36:44 +0900 Subject: [PATCH] arch: risc-v: Remove FPU support from qemu-rv Summary: - Because a context switch issue still exists with FPU the configs should be removed until it works. Impact: - None Testing: - Tested with ostest Signed-off-by: Masayuki Ishikawa --- arch/risc-v/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/risc-v/Kconfig b/arch/risc-v/Kconfig index 275cd4271a..e7b8b32a9f 100644 --- a/arch/risc-v/Kconfig +++ b/arch/risc-v/Kconfig @@ -134,8 +134,6 @@ config ARCH_CHIP_RV32M1 config ARCH_CHIP_QEMU_RV bool "QEMU RV" - select ARCH_HAVE_FPU - select ARCH_HAVE_DPFPU select ARCH_HAVE_MULTICPU select ARCH_HAVE_MPU select ARCH_HAVE_MMU