aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-04-01 21:56:44 -0700
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-04-01 21:56:54 -0700
commit7d25521098338397956a06fbca2cb53630f7e322 (patch)
treeeb705bdd689081c9da7d363a3496115fc1d0359f
parentdd60337855c9016c7992e79d69fdd3b643997b93 (diff)
downloadcompat-drivers-old-master.tar.gz
compat-drivers: enable DRM nouveau driver on 3.2HEADmaster
We now have dma-buf support on 3.2 and as such we can enable nouveau on it. 1 2.6.24 [ OK ] 2 2.6.25 [ OK ] 3 2.6.26 [ OK ] 4 2.6.27 [ OK ] 5 2.6.28 [ OK ] 6 2.6.29 [ OK ] 7 2.6.30 [ OK ] 8 2.6.31 [ OK ] 9 2.6.32 [ OK ] 10 2.6.33 [ OK ] 11 2.6.34 [ OK ] 12 2.6.35 [ OK ] 13 2.6.36 [ OK ] 14 2.6.37 [ OK ] 15 2.6.38 [ OK ] 16 2.6.39 [ OK ] 17 3.0.65 [ OK ] 18 3.1.10 [ OK ] 19 3.2.38 [ OK ] 20 3.3.8 [ OK ] 21 3.4.32 [ OK ] 22 3.5.7 [ OK ] 23 3.6.11 [ OK ] 24 3.7.9 [ OK ] 25 3.8.0 [ OK ] 26 3.9-rc1 [ OK ] real 24m6.405s user 666m43.904s sys 81m27.213s signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
-rw-r--r--config.mk12
1 files changed, 4 insertions, 8 deletions
diff --git a/config.mk b/config.mk
index 1c75c554..d002f870 100644
--- a/config.mk
+++ b/config.mk
@@ -738,20 +738,16 @@ export CONFIG_COMPAT_DRM_I915=m
# ATI/AMD Radeon
export CONFIG_COMPAT_DRM_RADEON=m
export CONFIG_COMPAT_DRM_RADEON_KMS=y
+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
ifdef CONFIG_MEDIA_CONTROLLER
export CONFIG_COMPAT_USB_VIDEO_CLASS=m
endif #CONFIG_MEDIA_CONTROLLER
export CONFIG_USB_VIDEO_CLASS=y
endif #CONFIG_COMPAT_KERNEL_3_2
-# Enable nouveau on >= 3.3
-ifndef CONFIG_COMPAT_KERNEL_3_3
-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
-
ifndef CONFIG_COMPAT_KERNEL_3_2
export CONFIG_COMPAT_MEDIA_MODULES=y
export CONFIG_COMPAT_VIDEO_V4L2=m