summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp
diff options
context:
space:
mode:
authorAlan Hourihane2007-07-27 02:56:43 +0200
committerDave Airlie2007-07-27 02:56:43 +0200
commitf191f144079b0083c6fa7d01a4acbd7263fb5032 (patch)
tree47af2957bc5aa32ba7310f0135866c4d167e7e20 /drivers/char/agp
parentintel_agp: really fix 945/965GME (diff)
downloadkernel-qcow2-linux-f191f144079b0083c6fa7d01a4acbd7263fb5032.tar.gz
kernel-qcow2-linux-f191f144079b0083c6fa7d01a4acbd7263fb5032.tar.xz
kernel-qcow2-linux-f191f144079b0083c6fa7d01a4acbd7263fb5032.zip
agp: AMD AGP is used on UP1100 & UP1500 alpha boxen
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/char/agp')
-rw-r--r--drivers/char/agp/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig
index a9f9c48c2424..713533d8a86e 100644
--- a/drivers/char/agp/Kconfig
+++ b/drivers/char/agp/Kconfig
@@ -50,7 +50,7 @@ config AGP_ATI
config AGP_AMD
tristate "AMD Irongate, 761, and 762 chipset support"
- depends on AGP && X86_32
+ depends on AGP && (X86_32 || ALPHA)
help
This option gives you AGP support for the GLX component of
X on AMD Irongate, 761, and 762 chipsets.