feat(core): enable FPU if CPU has FPU
This commit is contained in:
parent
0755b7a64c
commit
4a5806ac73
1 changed files with 3 additions and 0 deletions
|
@ -606,6 +606,9 @@ config REBOOT
|
|||
config USB_DEVICE_STACK
|
||||
default y if HAS_HW_NRF_USBD
|
||||
|
||||
config FPU
|
||||
default CPU_HAS_FPU
|
||||
|
||||
config ZMK_WPM
|
||||
bool "Calculate WPM"
|
||||
default n
|
||||
|
|
Loading…
Add table
Reference in a new issue