mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:10:39 +02:00
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
This commit is contained in:
parent
920303cbb2
commit
603e795289
@ -240,6 +240,10 @@ menu "Global build settings"
|
|||||||
select KERNEL_DEBUG_KERNEL
|
select KERNEL_DEBUG_KERNEL
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config KERNEL_PRINTK_TIME
|
||||||
|
bool "Enable printk timestamps"
|
||||||
|
default y
|
||||||
|
|
||||||
comment "Package build options"
|
comment "Package build options"
|
||||||
|
|
||||||
config DEBUG
|
config DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user