From 511d9d59dea448e3d01ee25d86123225cd3e9dd0 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Mon, 22 Aug 2022 02:38:58 +0000 Subject: [PATCH] nshlib: Disable dmesg if RAMLOG_SYSLOG disabled Signed-off-by: Huang Qi --- nshlib/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index f584e9fc3..40d86cbdc 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -273,7 +273,6 @@ config NSH_DISABLE_DIRNAME config NSH_DISABLE_DMESG bool "Disable dmesg" default DEFAULT_SMALL - depends on RAMLOG_SYSLOG config NSH_DISABLE_ECHO bool "Disable echo"