linux-testing: Update to version 3.19-rc5.

Using linux-testing for a bunch of machines, I'd actually expect it to
be more recent than the latest stable, but until now it actually was
behind.

Since torvalds/linux@464ed18ebd, the option
PM_RUNTIME doesn't exist anymore, so we need to remove it from our
common config.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2015-01-22 09:56:37 +01:00
parent f1d18192d4
commit 8ac1765e28
2 changed files with 7 additions and 5 deletions
@@ -6,7 +6,9 @@ with stdenv.lib;
# Power management and debugging.
DEBUG_KERNEL y
PM_ADVANCED_DEBUG y
PM_RUNTIME y
${optionalString (versionOlder version "3.19") ''
PM_RUNTIME y
''}
${optionalString (versionAtLeast version "3.10") ''
X86_INTEL_PSTATE y
''}