CONFIG_AGP_AMD_{8151->K8} Configure.help entry

From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 10/11/03

  • Next message: Zoup: "2.6.0 test7"
    Date:	Sat, 11 Oct 2003 14:11:07 +0200
    To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>, Dave Jones <davej@redhat.com>, Andi Kleen <ak@suse.de>
    
    

    In 2.4.23-pre CONFIG_AGP_AMD_8151 was renamed to CONFIG_AGP_AMD_K8, but
    the configure.help entry was forgotten. he following trivial patch fixes
    this:

    --- linux-2.4.23-pre7-full/Documentation/Configure.help.old 2003-10-11 14:05:48.000000000 +0200
    +++ linux-2.4.23-pre7-full/Documentation/Configure.help 2003-10-11 14:06:02.000000000 +0200
    @@ -4013,7 +4013,7 @@
       You should say Y here if you use XFree86 3.3.6 or 4.x and want to
       use GLX or DRI. If unsure, say N.
     
    -CONFIG_AGP_AMD_8151
    +CONFIG_AGP_AMD_K8
       This option gives you AGP support for the GLX component of
       XFree86 on an AMD Opteron/Athlon64 using the on-CPU GART.
     

    cu
    Adrian

    -- 
           "Is there not promise of rain?" Ling Tan asked suddenly out
            of the darkness. There had been need of rain for many days.
           "Only a promise," Lao Er said.
                                           Pearl S. Buck - Dragon Seed
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Zoup: "2.6.0 test7"