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 | f656990897a16d76164d05090ac8d9774c5578b9 (patch) | |
tree | 54984031eb97e24a290ddd86037a4f1d365c4137 /Config.in | |
parent | 830282cc8935e13c54de747a391c1220ffc9e39a (diff) | |
download | upstream-f656990897a16d76164d05090ac8d9774c5578b9.tar.gz upstream-f656990897a16d76164d05090ac8d9774c5578b9.tar.bz2 upstream-f656990897a16d76164d05090ac8d9774c5578b9.zip |
kernel: add a configuration option for enabling printk timestamps (#10503)
SVN-Revision: 29353
Diffstat (limited to 'Config.in')
-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 |