From: nbd 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.rohieb.name/openwrt.git/commitdiff_plain/603e795289381e64913bea904c92003358bb4f14 kernel: add a configuration option for enabling printk timestamps (#10503) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29353 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Config.in b/Config.in index f46781866..736a97282 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