ryu: properly enable UART Rx DMA for P2 boards

We defined the DMA channel for UART Rx DMA to use, but we didn't
actually enable it.

BRANCH=None
BUG=chrome-os-partner:32660
TEST=Check the console is still responsive

Change-Id: I0dcbeeccb3a4213305c84ec5238e6e9dbee09b33
Signed-off-by: Vic Yang <victoryang@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/225280
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Vic Yang
2014-10-23 16:03:09 -07:00
committed by chrome-internal-fetch
parent 791ead7aba
commit e1a6096dbe

View File

@@ -36,6 +36,7 @@
#define CONFIG_INDUCTIVE_CHARGING
#undef CONFIG_HIBERNATE
#undef CONFIG_UART_TX_DMA /* DMAC_CH7 is used by USB PD */
#define CONFIG_UART_RX_DMA
#define CONFIG_UART_RX_DMA_CH STM32_DMAC_USART2_RX
/*