kernel config: Fix recent i686 builds
This commit is contained in:
parent
e4fe7b31be
commit
fc816e5609
@ -192,6 +192,8 @@ let
|
|||||||
DRM_AMDGPU_SI = whenAtLeast "4.9" yes;
|
DRM_AMDGPU_SI = whenAtLeast "4.9" yes;
|
||||||
# (stable) amdgpu support for bonaire and newer chipsets
|
# (stable) amdgpu support for bonaire and newer chipsets
|
||||||
DRM_AMDGPU_CIK = whenAtLeast "4.9" yes;
|
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 = whenAtLeast "4.16" yes;
|
||||||
DRM_I915_GVT_KVMGT = whenAtLeast "4.16" module;
|
DRM_I915_GVT_KVMGT = whenAtLeast "4.16" module;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user