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:
Jiuzhu Dong
2021-04-22 22:36:01 +08:00
committed by Alan Carvalho de Assis
parent beed26b6bf
commit ff567124d3
5 changed files with 15 additions and 9 deletions
+7
View File
@@ -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---