[2.4 patch] add CONFIG_AGP_ATI Configure.help entry

From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 09/15/03

  • Next message: Rusty Russell: "Re: [PATCH] kernel/futex.c: Uneeded memory barrier"
    Date:	Mon, 15 Sep 2003 16:28:09 +0200
    To: Marcelo Tosatti <marcelo.tosatti@cyclades.com.br>
    
    

    The patch below against 2.4.23-pre4 adds the missing Configure.help
    entry for CONFIG_AGP_ATI.

    The help text is stolen from 2.6.

    Please apply
    Adrian

    --- linux-2.4.23-pre4-full/Documentation/Configure.help.old 2003-09-15 16:25:06.000000000 +0200
    +++ linux-2.4.23-pre4-full/Documentation/Configure.help 2003-09-15 16:26:02.000000000 +0200
    @@ -4055,6 +4055,13 @@
       This option gives you AGP GART support for the HP ZX1 chipset
       for IA64 processors.
     
    +CONFIG_AGP_ATI
    + This option gives you AGP support for the GLX component of
    + XFree86 4.x on the ATI RadeonIGP family of chipsets.
    +
    + 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.
    +
     Support for ISA-bus hardware
     CONFIG_ISA
       Find out whether you have ISA slots on your motherboard. ISA is the
    -
    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: Rusty Russell: "Re: [PATCH] kernel/futex.c: Uneeded memory barrier"