diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-08-07 01:43:54 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-08-07 01:43:54 -0400 |
commit | 282a16749ba63256bcdce2766817f46aaac4dc20 (patch) | |
tree | 51a44a864e8f526c1654a08ea5a57fadddab25ad /drivers/char/drm/Kconfig | |
parent | d27c9b548ad79c14830c57355dbe3a35f970532a (diff) |
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/Kconfig | 7 |
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 | |||
96 | Choose this option if you have a Via unichrome or compatible video | 96 | Choose this option if you have a Via unichrome or compatible video |
97 | chipset. If M is selected the module will be called via. | 97 | chipset. If M is selected the module will be called via. |
98 | 98 | ||
99 | config DRM_SAVAGE | ||
100 | tristate "Savage video cards" | ||
101 | depends on DRM | ||
102 | help | ||
103 | Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister | ||
104 | chipset. If M is selected the module will be called savage. | ||
105 | |||