mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
Kconfigs: rename {Rpmsg|rpmsg} to RPMGS
This commit is contained in:
@@ -72,7 +72,7 @@ config MCU_SERIAL
|
||||
default n
|
||||
|
||||
config RPMSG_UART
|
||||
bool "UART rpmsg support"
|
||||
bool "UART RPMSG support"
|
||||
default n
|
||||
depends on RPTUN
|
||||
select ARCH_HAVE_SERIAL_TERMIOS
|
||||
@@ -82,11 +82,11 @@ config RPMSG_UART
|
||||
select SERIAL_IFLOWCONTROL
|
||||
|
||||
config RPMSG_UART_CONSOLE
|
||||
bool "UART rpmsg console support"
|
||||
bool "UART RPMSG console support"
|
||||
default n
|
||||
depends on RPMSG_UART
|
||||
---help---
|
||||
Register the UART rpmsg device as /dev/console so that is will be used
|
||||
Register the UART RPMSG device as /dev/console so that is will be used
|
||||
as the console device.
|
||||
NOTE: support for this option must be implemented in the board logic by
|
||||
setting the \"isconsole\" argument in the uart_rpmsg_init() function to true.
|
||||
|
||||
Reference in New Issue
Block a user