kernel: add a configuration option for enabling printk timestamps (#10503)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Nov 2011 08:52:22 +0000 (08:52 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Nov 2011 08:52:22 +0000 (08:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29353 3c298f89-4303-0410-b956-a3cf2f4a3e73

Config.in

index f467818..736a972 100644 (file)
--- 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
This page took 0.026969 seconds and 4 git commands to generate.