mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
drivers/syslog: correct Kconfig name
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -188,8 +188,8 @@ comment "SYSLOG channels"
|
|||||||
|
|
||||||
config SYSLOG_DEVPATH
|
config SYSLOG_DEVPATH
|
||||||
string "System log device"
|
string "System log device"
|
||||||
default "/dev/kmsg" if CONFIG_RAMLOG_SYSLOG
|
default "/dev/kmsg" if RAMLOG_SYSLOG
|
||||||
default "/dev/ttyS1" if !CONFIG_RAMLOG_SYSLOG
|
default "/dev/ttyS1" if !RAMLOG_SYSLOG
|
||||||
---help---
|
---help---
|
||||||
The full path to the system logging device. For the RAMLOG SYSLOG device,
|
The full path to the system logging device. For the RAMLOG SYSLOG device,
|
||||||
this is normally "/dev/kmsg". For character SYSLOG devices, it should be
|
this is normally "/dev/kmsg". For character SYSLOG devices, it should be
|
||||||
|
|||||||
Reference in New Issue
Block a user