This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit afc8eadf5ad79da8995e94de23c926a68ae73d21 Author: Masayuki Ishikawa <masayuki.ishik...@gmail.com> AuthorDate: Sat Nov 21 08:57:38 2020 +0900 boards: lc823450-xgevk: Add CONFIG_USBDEV_DMA=y to rndis/defconfig Summary: - This commit adds CONFIG_USBDEV_DMA=y to rndis/defconfig Impact: - lc823450-xgevk:rndis only Testing: - Tested with ping, telnet Signed-off-by: Masayuki Ishikawa <masayuki.ishik...@jp.sony.com> --- boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig b/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig index f7695b3..fbd46d7 100644 --- a/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig +++ b/boards/arm/lc823450/lc823450-xgevk/configs/rndis/defconfig @@ -190,6 +190,7 @@ CONFIG_UART0_SERIAL_CONSOLE=y CONFIG_UART0_TXBUFSIZE=2048 CONFIG_USBDEV=y CONFIG_USBDEV_BUSPOWERED=y +CONFIG_USBDEV_DMA=y CONFIG_USBDEV_DUALSPEED=y CONFIG_USBDEV_MAXPOWER=500 CONFIG_USERMAIN_STACKSIZE=3072