From: Felix Fietkau Date: Tue, 29 Nov 2011 08:52:22 +0000 (+0000) Subject: kernel: add a configuration option for enabling printk timestamps (#10503) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=07950267eee1d4718ce63a14e35333df5e342df8;p=openwrt%2Fsvn-archive%2Farchive.git kernel: add a configuration option for enabling printk timestamps (#10503) SVN-Revision: 29353 --- diff --git a/Config.in b/Config.in index f46781866e..736a97282f 100644 --- a/Config.in +++ b/Config.in @@ -240,6 +240,10 @@ menu "Global build settings" select KERNEL_DEBUG_KERNEL default n + config KERNEL_PRINTK_TIME + bool "Enable printk timestamps" + default y + comment "Package build options" config DEBUG