linux_testing: 4.10-rc7 -> 4.11-rc1

Some config options got removed, so conditionalize them.
This commit is contained in:
Tuomas Tynkkynen
2017-03-11 01:27:06 +02:00
parent b52af49d36
commit 77c49794cd
3 changed files with 9 additions and 7 deletions
@@ -32,17 +32,20 @@ with stdenv.lib;
# Debugging.
DEBUG_KERNEL y
DYNAMIC_DEBUG y
TIMER_STATS y
BACKTRACE_SELF_TEST n
CPU_NOTIFIER_ERROR_INJECT? n
DEBUG_DEVRES n
DEBUG_NX_TEST n
DEBUG_STACK_USAGE n
DEBUG_STACKOVERFLOW n
RCU_TORTURE_TEST n
SCHEDSTATS n
DETECT_HUNG_TASK y
${optionalString (versionOlder version "4.11") ''
TIMER_STATS y
DEBUG_NX_TEST n
''}
# Bump the maximum number of CPUs to support systems like EC2 x1.*
# instances and Xeon Phi.
${optionalString (stdenv.system == "x86_64-linux" || stdenv.system == "aarch64-linux") ''