diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-03-16 12:19:14 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-03-22 11:18:12 +0400 |
commit | f3c93cbde7eab38671ae085cb1027b08f5f36757 (patch) | |
tree | e08adf2d7d8c7f82257b9f15dd80c6da542169b9 /drivers/gpu | |
parent | f887c425f9eeed8ffbca64c8be45da62b07096c0 (diff) | |
download | linux-f3c93cbde7eab38671ae085cb1027b08f5f36757.tar.xz |
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/Kconfig | 2 |
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 |