aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-03-16 18:19:14 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-03-22 17:18:12 +1000
commitf3c93cbde7eab38671ae085cb1027b08f5f36757 (patch)
treee08adf2d7d8c7f82257b9f15dd80c6da542169b9 /drivers/gpu
parentdrm/nouveau: bump version to 1.0.0 (diff)
downloadlinux-dev-f3c93cbde7eab38671ae085cb1027b08f5f36757.tar.xz
linux-dev-f3c93cbde7eab38671ae085cb1027b08f5f36757.zip
drm/nouveau: move out of staging drivers
There's really no good reason for us to be in here anymore, we have to maintain this ABI anyway to avoid angering people. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 2418429a9836..8ea3bca22ee2 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -71,6 +71,8 @@ config DRM_RADEON
source "drivers/gpu/drm/radeon/Kconfig"
+source "drivers/gpu/drm/nouveau/Kconfig"
+
config DRM_I810
tristate "Intel I810"
# !PREEMPT because of missing ioctl locking