acassis commented on code in PR #10750: URL: https://github.com/apache/nuttx/pull/10750#discussion_r1333107029
########## drivers/serial/Kconfig: ########## @@ -81,6 +81,11 @@ config RPMSG_UART select SERIAL_REMOVABLE select SERIAL_IFLOWCONTROL +config RPMSG_UART_CONSOLE + bool "UART rpmsg console support" + default n + depends on RPMSG_UART + Review Comment: Please include a help to let user know when to use this feature -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org