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:
parent
8512747ca5
commit
7b01df18a2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue