arch: risc-v: Enable FPU for qemu-rv only if EXPERIMENTAL=y
Summary: - Because a context switch issue still exists with FPU, it should be enabled only if EXPERIMENTAL=y Impact: - None Testing: - Tested with ostest Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
db1e6656dd
commit
45beda286b
@ -133,8 +133,8 @@ config ARCH_CHIP_RV32M1
|
||||
|
||||
config ARCH_CHIP_QEMU_RV
|
||||
bool "QEMU RV"
|
||||
select ARCH_HAVE_FPU
|
||||
select ARCH_HAVE_DPFPU
|
||||
select ARCH_HAVE_FPU if EXPERIMENTAL
|
||||
select ARCH_HAVE_DPFPU if EXPERIMENTAL
|
||||
select ARCH_HAVE_MULTICPU
|
||||
select ONESHOT
|
||||
select ALARM_ARCH
|
||||
|
Loading…
Reference in New Issue
Block a user