summaryrefslogtreecommitdiff
path: root/chip/host/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/config_chip.h')
-rw-r--r--chip/host/config_chip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/host/config_chip.h b/chip/host/config_chip.h
index db61262ce2..a83fa778cf 100644
--- a/chip/host/config_chip.h
+++ b/chip/host/config_chip.h
@@ -21,6 +21,8 @@ extern char __host_flash[CONFIG_FLASH_PHYSICAL_SIZE];
#define CONFIG_RAM_BASE 0x0 /* Not supported */
#define CONFIG_RAM_SIZE 0x0 /* Not supported */
+#define CONFIG_FPU
+
/* Size of one firmware image in flash */
#define CONFIG_FW_IMAGE_SIZE (64 * 1024)