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-12-10 00:01:21 +02:00
committed by Tuomas Tynkkynen
parent d429520b13
commit 2077385421
@@ -31,6 +31,7 @@ with stdenv.lib;
# Debugging.
DEBUG_KERNEL y
DYNAMIC_DEBUG y
TIMER_STATS y
BACKTRACE_SELF_TEST n
CPU_NOTIFIER_ERROR_INJECT? n