summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 24cf8b5815..bc5e176e52 100644
--- a/include/config.h
+++ b/include/config.h
@@ -226,6 +226,14 @@
/*****************************************************************************/
+/* Provide common core code to output panic information without interrupts. */
+#define CONFIG_COMMON_PANIC_OUTPUT
+
+/* Provide common core code to handle the operating system timers. */
+#define CONFIG_COMMON_TIMER
+
+/*****************************************************************************/
+
/*
* Provide additional help on console commands, such as the supported
* options/usage.