summaryrefslogtreecommitdiff
path: root/chip/ish/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/config_chip.h')
-rw-r--r--chip/ish/config_chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/ish/config_chip.h b/chip/ish/config_chip.h
index e6b1b52050..148341db47 100644
--- a/chip/ish/config_chip.h
+++ b/chip/ish/config_chip.h
@@ -108,6 +108,9 @@
/* Customize the build */
/* Optional features present on this chip */
+/* ISH uses 64-bit hardware timer */
+#define CONFIG_HWTIMER_64BIT
+
/* Macro used with gpio.inc, ISH only has port 0 */
#define GPIO_PIN(index) 0, (1 << (index))
#define GPIO_PIN_MASK(m) .port = 0, .mask = (m)