syslog/Kconfig: fix kconfig warning
warning: The int symbol SYSLOG_RPMSG_WORK_DELAY (defined at drivers/syslog/Kconfig:274) is being evaluated in a logical context somewhere. It will always evaluate to n. make: *** [tools/Unix.mk:663: olddefconfig] Error 1 Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
a3ddd4d27a
commit
d3240061db
|
@ -277,7 +277,7 @@ config SYSLOG_RPMSG_WORK_DELAY
|
|||
|
||||
config SYSLOG_RPMSG_CHARDEV
|
||||
bool "SYSLOG rpmsg character device"
|
||||
default !SYSLOG_RPMSG_WORK_DELAY
|
||||
default SYSLOG_RPMSG_WORK_DELAY != 0
|
||||
|
||||
endif # SYSLOG_RPMSG
|
||||
|
||||
|
|
Loading…
Reference in New Issue