summaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/Kconfig
diff options
context:
space:
mode:
authorDave Airlie <airlied@starflyer.(none)>2005-08-07 07:43:54 +0200
committerDave Airlie <airlied@linux.ie>2005-08-07 07:43:54 +0200
commit282a16749ba63256bcdce2766817f46aaac4dc20 (patch)
tree51a44a864e8f526c1654a08ea5a57fadddab25ad /drivers/char/drm/Kconfig
parentdrm: remove version.h and any version checks.. (diff)
downloadlinux-282a16749ba63256bcdce2766817f46aaac4dc20.tar.xz
linux-282a16749ba63256bcdce2766817f46aaac4dc20.zip
drm: add savage driver
Add driver for savage chipsets. From: Felix Kuehling Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/Kconfig')
-rw-r--r--drivers/char/drm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/drm/Kconfig b/drivers/char/drm/Kconfig
index f31b9706ef65..56ace9d5e2ae 100644
--- a/drivers/char/drm/Kconfig
+++ b/drivers/char/drm/Kconfig
@@ -96,3 +96,10 @@ config DRM_VIA
Choose this option if you have a Via unichrome or compatible video
chipset. If M is selected the module will be called via.
+config DRM_SAVAGE
+ tristate "Savage video cards"
+ depends on DRM
+ help
+ Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
+ chipset. If M is selected the module will be called savage.
+