mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
driver/syslog: add config SYSLOG_RPMSG_SERVER_NAME to
N/A specified the name of remote proc(rpmsg server) Change-Id: Ie270d651071e87a40a80ab489597ae18db9814f0 Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
beed26b6bf
commit
ff567124d3
@@ -215,6 +215,13 @@ config SYSLOG_RPMSG
|
||||
---help---
|
||||
Use the rpmsg as a SYSLOG output device, send message to remote proc.
|
||||
|
||||
config SYSLOG_RPMSG_SERVER_NAME
|
||||
string "The name of Syslog Rpmsg Server"
|
||||
depends on SYSLOG_RPMSG
|
||||
---help---
|
||||
The proc name of rpmsg server. Client sends message to
|
||||
specified name of remote proc.
|
||||
|
||||
config SYSLOG_DEFAULT
|
||||
bool "Default SYSLOG device"
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user