Kconfigs: rename {Rpmsg|rpmsg} to RPMGS

This commit is contained in:
raiden00pl
2023-10-27 12:56:33 +02:00
committed by Xiang Xiao
parent b7288c4db9
commit b565e28da3
13 changed files with 41 additions and 41 deletions
+3 -3
View File
@@ -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.