diff options
author | Dave Airlie <airlied@linux.ie> | 2004-04-12 05:27:40 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-04-12 05:27:40 +0000 |
commit | 873e1c4d38c78e8b4a5df42d983f285cfb3ae4cc (patch) | |
tree | c5659d6186bc4e3b6e8811ba6677389d09153ccb /linux-core/Kconfig | |
parent | 7e39628577d7478644c51bba2ef1d5e2e029bbbb (diff) |
Add mach64 to the trunk
Diffstat (limited to 'linux-core/Kconfig')
-rw-r--r-- | linux-core/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux-core/Kconfig b/linux-core/Kconfig index e45e723b..0dd10b8d 100644 --- a/linux-core/Kconfig +++ b/linux-core/Kconfig @@ -88,3 +88,15 @@ 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_MACH64 + tristate "ATI Rage Pro (Mach64)" + depends on DRM + help + Choose this option if you have an ATI Rage Pro (mach64 chipset) + graphics card. Example cards include: 3D Rage Pro, Xpert 98, + 3D Rage LT Pro, 3D Rage XL/XC, and 3D Rage Mobility (P/M, M1). + Cards earlier than ATI Rage Pro (e.g. Rage II) are not supported. + If M is selected, the module will be called mach64. AGP support for + this card is strongly suggested (unless you have a PCI version). + + |