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:
parent
1432b6e870
commit
2808711e35
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user