compat-drivers: enable DRM nouveau driver on 3.2

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>
diff --git a/config.mk b/config.mk
index 1c75c55..d002f87 100644
--- a/config.mk
+++ b/config.mk
@@ -738,20 +738,16 @@
 # 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