summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 6da9a55c1e..cfd7a5f97d 100644
--- a/include/config.h
+++ b/include/config.h
@@ -449,6 +449,9 @@
/* Support DMA transfers inside the EC */
#undef CONFIG_DMA
+/* Use the common interrupt handlers for DMA IRQs */
+#define CONFIG_DMA_DEFAULT_HANDLERS
+
/* Compile extra debugging and tests for the DMA module */
#undef CONFIG_DMA_HELP