Enable Nouveau DRM driver for kernels >= 3.3. Signed-off-by: Ozan Çağlayan <ozancag@xxxxxxxxx> --- config.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.mk b/config.mk index f743e05..5941135 100644 --- a/config.mk +++ b/config.mk @@ -709,3 +709,12 @@ 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 + +# 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 +export CONFIG_COMPAT_NOUVEAU_DEBUG_DEFAULT=3 +endif #CONFIG_COMPAT_KERNEL_3_3 -- 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