diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-11-29 08:52:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-11-29 08:52:22 +0000 |
commit | 4544a9f4b3ae321027e545a8786771da1bead353 (patch) | |
tree | 363a5c73906577702a98cf7294cc76fe7c5b2812 | |
parent | b93d34ddef9066a1133c17c3ea35c9effd2e712e (diff) | |
download | master-187ad058-4544a9f4b3ae321027e545a8786771da1bead353.tar.gz master-187ad058-4544a9f4b3ae321027e545a8786771da1bead353.tar.bz2 master-187ad058-4544a9f4b3ae321027e545a8786771da1bead353.zip |
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
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 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 |