Merge pull request #18005 from gebner/kernel-amd-powerplay

kernel: config: enable DRM_AMD_POWERPLAY
This commit is contained in:
Gabriel Ebner 2016-08-26 19:04:54 +02:00 committed by GitHub
commit 131cd8f45d

View File

@ -181,6 +181,9 @@ with stdenv.lib;
VGA_SWITCHEROO y # Hybrid graphics support
DRM_GMA600 y
DRM_GMA3600 y
${optionalString (versionAtLeast version "4.5") ''
DRM_AMD_POWERPLAY y # necessary for amdgpu polaris support
''}
# Sound.
SND_DYNAMIC_MINORS y