kernel: config: enable DRM_AMD_POWERPLAY

This commit is contained in:
Gabriel Ebner 2016-08-26 07:32:05 +02:00
parent 8512747ca5
commit 7b01df18a2

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