arch: arm: aarch32: include m55 for fp16 support

The M55 supports half-precision floating point.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
This commit is contained in:
Ryan McClelland 2023-04-16 10:13:02 -07:00 committed by Carles Cufí
parent 1432b6e870
commit 2808711e35

View File

@ -285,7 +285,7 @@ endchoice
config FP16
bool "Half-precision floating point support"
depends on CPU_AARCH32_CORTEX_A || CPU_AARCH32_CORTEX_R
depends on CPU_AARCH32_CORTEX_A || CPU_AARCH32_CORTEX_R || CPU_CORTEX_M55
default y
help
This option enables the half-precision (16-bit) floating point support