mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
kernel config: Fix recent i686 builds
This commit is contained in:
parent
e4fe7b31be
commit
fc816e5609
1 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,8 @@ let
|
|||
DRM_AMDGPU_SI = whenAtLeast "4.9" yes;
|
||||
# (stable) amdgpu support for bonaire and newer chipsets
|
||||
DRM_AMDGPU_CIK = whenAtLeast "4.9" yes;
|
||||
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux") {
|
||||
# Intel GVT-g graphics virtualization supports 64-bit only
|
||||
DRM_I915_GVT = whenAtLeast "4.16" yes;
|
||||
DRM_I915_GVT_KVMGT = whenAtLeast "4.16" module;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue