drivers/syslog: correct Kconfig name

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2023-02-04 20:22:19 +08:00 committed by Xiang Xiao
parent e7d1ba157c
commit d03b105160
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@ comment "SYSLOG channels"
config SYSLOG_DEVPATH
string "System log device"
default "/dev/kmsg" if CONFIG_RAMLOG_SYSLOG
default "/dev/ttyS1" if !CONFIG_RAMLOG_SYSLOG
default "/dev/kmsg" if RAMLOG_SYSLOG
default "/dev/ttyS1" if !RAMLOG_SYSLOG
---help---
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