浏览代码

kernel: add a configuration option for enabling printk timestamps (#10503)

SVN-Revision: 29353
Felix Fietkau 14 年之前
父节点
当前提交
f656990897
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Config.in

+ 4 - 0
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