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:
chao an 2023-05-08 21:46:32 +08:00 committed by Petro Karashchenko
parent a3ddd4d27a
commit d3240061db
1 changed files with 1 additions and 1 deletions

View File

@ -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