From 603e795289381e64913bea904c92003358bb4f14 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 29 Nov 2011 08:52:22 +0000 Subject: [PATCH] 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 --- Config.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.20.1