kernel: enable CONFIG_DYNAMIC_DEBUG (like Fedora and Ubuntu)

It was useful in tracking down CIFS + DFS issue, and it's apparently
enabled by default in two major distros.
This commit is contained in:
Bjørn Forsman 2016-09-05 16:15:45 +02:00 committed by Tuomas Tynkkynen
parent d429520b13
commit 2077385421

View File

@ -31,6 +31,7 @@ with stdenv.lib;
# Debugging. # Debugging.
DEBUG_KERNEL y DEBUG_KERNEL y
DYNAMIC_DEBUG y
TIMER_STATS y TIMER_STATS y
BACKTRACE_SELF_TEST n BACKTRACE_SELF_TEST n
CPU_NOTIFIER_ERROR_INJECT? n CPU_NOTIFIER_ERROR_INJECT? n