kernel config: CONFIG_DRM_DP_AUX_CHARDEV
This commit is contained in:
parent
a4c6a7b336
commit
0a5b8d9bf6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
# Allow device firmware updates
|
||||||
|
DRM_DP_AUX_CHARDEV = whenAtLeast "4.6" yes;
|
||||||
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux") {
|
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux") {
|
||||||
# Intel GVT-g graphics virtualization supports 64-bit only
|
# Intel GVT-g graphics virtualization supports 64-bit only
|
||||||
DRM_I915_GVT = whenAtLeast "4.16" yes;
|
DRM_I915_GVT = whenAtLeast "4.16" yes;
|
||||||
|
|
Loading…
Reference in a new issue