diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-08-05 22:40:34 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-08-05 22:40:34 +1000 |
commit | 1fad99499afdd2730adb1d53413b91580b1f0662 (patch) | |
tree | 0fec6e843bc6904166e8679c40836ef43d65b808 /drivers/char/drm/Kconfig | |
parent | db215327c62c2db533afb322761fa04ea6244164 (diff) |
drm: remove the gamma driver
The gamma driver has been broken for quite a while, it doesn't build,
we don't have a userspace, mine is in Ireland etc...
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/Kconfig')
-rw-r--r-- | drivers/char/drm/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/char/drm/Kconfig b/drivers/char/drm/Kconfig index d6c50312aec6..f31b9706ef65 100644 --- a/drivers/char/drm/Kconfig +++ b/drivers/char/drm/Kconfig @@ -23,13 +23,6 @@ config DRM_TDFX Choose this option if you have a 3dfx Banshee or Voodoo3 (or later), graphics card. If M is selected, the module will be called tdfx. -config DRM_GAMMA - tristate "3dlabs GMX 2000" - depends on DRM && BROKEN - help - This is the old gamma driver, please tell me if it might actually - work. - config DRM_R128 tristate "ATI Rage 128" depends on DRM && PCI |