Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f191f144079b0083c6fa7d01a4acbd7263fb5032
Commit:     f191f144079b0083c6fa7d01a4acbd7263fb5032
Parent:     dde4787642ee3cb85aef80bdade04b6f8ddc3df8
Author:     Alan Hourihane <[EMAIL PROTECTED]>
AuthorDate: Fri Jul 27 10:56:43 2007 +1000
Committer:  Dave Airlie <[EMAIL PROTECTED]>
CommitDate: Fri Jul 27 10:56:43 2007 +1000

    agp: AMD AGP is used on UP1100 & UP1500 alpha boxen
    
    Signed-off-by: Dave Airlie <[EMAIL PROTECTED]>
---
 drivers/char/agp/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/agp/Kconfig b/drivers/char/agp/Kconfig
index a9f9c48..713533d 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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to