From c5ac473bc06aadca3d2015fd0608d59eb45fc9a5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 21 Jun 2016 07:58:42 -0600 Subject: [PATCH] SYSLOG: Remove an obsolete, unused configuration item from Kconfig file --- drivers/syslog/Kconfig | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/drivers/syslog/Kconfig b/drivers/syslog/Kconfig index cdc58ca388..442bd769b9 100644 --- a/drivers/syslog/Kconfig +++ b/drivers/syslog/Kconfig @@ -101,16 +101,6 @@ config SYSLOG_INTBUFSIZE ---help--- The size of the interrupt buffer in bytes. -config SYSLOG - bool "Advanced SYSLOG features" - default n - ---help--- - Enables generic system logging features. NOTE: This setting is not - required to enable system logging. If this feature is not enable - system logging will still be available and will log to the system - console (like printf()). This setting is required to enable - customization of the basic system logging capability. - config SYSLOG_TIMESTAMP bool "Prepend timestamp to syslog message" default n