mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
kernel: config: enable DRM_AMD_POWERPLAY
This commit is contained in:
parent
8512747ca5
commit
7b01df18a2
@ -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…
Reference in New Issue
Block a user