Merge pull request #9116 from titanous/custom-edid

kernel: Enable DRM_LOAD_EDID_FIRMWARE
This commit is contained in:
William A. Kennington III 2015-08-05 17:09:11 -07:00
commit 0db9aa2319

View file

@ -141,6 +141,8 @@ with stdenv.lib;
# Video configuration.
# Enable KMS for devices whose X.org driver supports it.
DRM_I915_KMS y
# Allow specifying custom EDID on the kernel command line
DRM_LOAD_EDID_FIRMWARE y
${optionalString (versionOlder version "3.9") ''
DRM_RADEON_KMS? y
''}