summaryrefslogtreecommitdiff
path: root/board/hammer/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/hammer/board.c')
-rw-r--r--board/hammer/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/hammer/board.c b/board/hammer/board.c
index 80910fbf16..b91d775437 100644
--- a/board/hammer/board.c
+++ b/board/hammer/board.c
@@ -60,6 +60,9 @@ const void *const usb_strings[] = {
USB_STRING_DESC(CROS_EC_SECTION ":" CROS_EC_VERSION32),
[USB_STR_I2C_NAME] = USB_STRING_DESC("I2C"),
[USB_STR_UPDATE_NAME] = USB_STRING_DESC("Firmware update"),
+#ifdef CONFIG_USB_ISOCHRONOUS
+ [USB_STR_HEATMAP_NAME] = USB_STRING_DESC("Heatmap"),
+#endif
};
BUILD_ASSERT(ARRAY_SIZE(usb_strings) == USB_STR_COUNT);