Signed-off-by: Ozan Çağlayan <ozancag@xxxxxxxxx> --- config.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index 5941135..3c0a8bd 100644 --- a/config.mk +++ b/config.mk @@ -703,16 +703,21 @@ endif #CONFIG_COMPAT_KERNEL_2_6_31 # compilation has been tested down to 3.0 but run time # tests have only started on 3.2. ifndef CONFIG_COMPAT_KERNEL_3_2 +# Basic DRM support 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_TTM=m export CONFIG_COMPAT_DRM_KMS_HELPER=m +export CONFIG_COMPAT_DRM_LOAD_EDID_FIRMWARE=y +# Intel i915 +export CONFIG_COMPAT_DRM_I915=m +# ATI/AMD Radeon +export CONFIG_COMPAT_DRM_RADEON=m +export CONFIG_COMPAT_DRM_RADEON_KMS=y endif #CONFIG_COMPAT_KERNEL_3_2 # Enable nouveau on >= 3.3 ifndef CONFIG_COMPAT_KERNEL_3_3 -export CONFIG_COMPAT_DRM_TTM=m export CONFIG_COMPAT_DRM_NOUVEAU=m export CONFIG_COMPAT_DRM_NOUVEAU_BACKLIGHT=y export CONFIG_COMPAT_NOUVEAU_DEBUG=5 -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html