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-Tag: reboot~15433 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f656990897a16d76164d05090ac8d9774c5578b9 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