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
master
Felix Fietkau 2011-11-29 08:52:22 +00:00
parent b93d34ddef
commit 4544a9f4b3
1 changed files with 4 additions and 0 deletions

View File

@ -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