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