summaryrefslogtreecommitdiff
path: root/board/scarlet
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2017-12-13 17:51:41 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-12-14 15:27:04 -0800
commitd99b8722c9e6b221b95f3f3ff05df33e93c2182d (patch)
tree46b65fbd128e9e3c29864b98c50c1ba5e89b64fa /board/scarlet
parentcb3a155b9045aa2ce4fe21a4ce95ae41463ed003 (diff)
downloadchrome-ec-d99b8722c9e6b221b95f3f3ff05df33e93c2182d.tar.gz
scarlet: Enable DMA for UART_RX
BUG=b:70565700 BRANCH=none TEST='firmware_FwScreenPressPower' passes 4/4 Change-Id: Ifd87a7a212b3731a25630a791343ff96aef0e9cb Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/826475 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/scarlet')
-rw-r--r--board/scarlet/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/scarlet/board.h b/board/scarlet/board.h
index 8452c0118c..40443024b1 100644
--- a/board/scarlet/board.h
+++ b/board/scarlet/board.h
@@ -35,6 +35,7 @@
#undef CONFIG_UART_CONSOLE
#define CONFIG_UART_CONSOLE 1
+#define CONFIG_UART_RX_DMA
/* Region sizes are no longer a power of 2 so we can't enable MPU */
#undef CONFIG_MPU