Merge pull request #19652 from NeQuissimus/linux_4_9_rc1

linux_testing: 4.8-rc6 -> 4.9-rc1
This commit is contained in:
Tim Steinbach
2016-10-19 14:35:21 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -180,7 +180,7 @@ with stdenv.lib;
VGA_SWITCHEROO y # Hybrid graphics support
DRM_GMA600 y
DRM_GMA3600 y
${optionalString (versionAtLeast version "4.5") ''
${optionalString (versionAtLeast version "4.5" && (versionOlder version "4.9")) ''
DRM_AMD_POWERPLAY y # necessary for amdgpu polaris support
''}