summaryrefslogtreecommitdiff
path: root/board/gingerbread/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/gingerbread/board.h')
-rw-r--r--board/gingerbread/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/gingerbread/board.h b/board/gingerbread/board.h
index cf447db7ff..cfc5bbf0a0 100644
--- a/board/gingerbread/board.h
+++ b/board/gingerbread/board.h
@@ -62,6 +62,9 @@
#define GPIO_WP_L GPIO_EC_WP_L
#define GPIO_WP GPIO_EC_WP_L
+/* Include math_util for bitmask_uint64 used in pd_timers */
+#define CONFIG_MATH_UTIL
+
#ifndef __ASSEMBLER__
#include "registers.h"