0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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 VGA_SWITCHEROO y # Hybrid graphics support
DRM_GMA600 y DRM_GMA600 y
DRM_GMA3600 y DRM_GMA3600 y
${optionalString (versionAtLeast version "4.5") ''
DRM_AMD_POWERPLAY y # necessary for amdgpu polaris support
''}
# Sound. # Sound.
SND_DYNAMIC_MINORS y SND_DYNAMIC_MINORS y