summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorOzan Çağlayan <ozancag@gmail.com>2012-10-22 14:57:59 +0300
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-10-24 08:13:19 -0700
commita26c7c178eb5be921e08997da3c9d2983c0fe0ac (patch)
tree9bab2e6505ac35c86cf65a4b1a1efaa6dd7703ca /config.mk
parentc5b29de6feeadff017e4ae314a095e8ebf3a74e6 (diff)
compat-drivers: Enable CONFIG_DRM_LOAD_EDID_FIRMWARE
This was added in 3.4. Rename the option in the relevant source file and enable CONFIG_COMPAT_DRM_LOAD_EDID_FIRMWARE in config.mk to build the symbol into DRM_KMS_HELPER kernel module. Signed-off-by: Ozan Çağlayan <ozancag@gmail.com> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index c9b2353b..4a390fd5 100644
--- a/config.mk
+++ b/config.mk
@@ -702,5 +702,6 @@ ifndef CONFIG_COMPAT_KERNEL_3_2
export CONFIG_COMPAT_VIDEO_MODULES=y
export CONFIG_COMPAT_DRM=m
export CONFIG_COMPAT_DRM_I915=m
+export CONFIG_COMPAT_DRM_LOAD_EDID_FIRMWARE=y
export CONFIG_COMPAT_DRM_KMS_HELPER=m
endif #CONFIG_COMPAT_KERNEL_3_2