mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-02 09:43:46 +01:00
kernel: add a configuration option for enabling printk timestamps (#10503)
SVN-Revision: 29353
This commit is contained in:
parent
830282cc89
commit
f656990897
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue