kconfig:

From: Sam Ravnborg (sam_at_ravnborg.org)
Date: 12/31/04

  • Next message: Sam Ravnborg: "kconfig: avoid temporary file"
    Date:	Fri, 31 Dec 2004 00:51:46 +0100
    To: Roman Zippel <zippel@linux-m68k.org>, linux-kernel@vger.kernel.org
    
    

    Hi Roman & lkml

    Here follows a few kconfig patches.
    Main purpose is to improve readability of the output when doing search
    and to inculde dependency information in the help text.

    They are not pushed to my kbuild tree yet - will see if this generate
    any feedback first.

    One will now see something like this when getting help on a menu item:

    CONFIG_FOO
    bla bla bla

    depends on:
     USB
    selects:
     HOTPLUG
    selected by:
     FW_LOADER

    Empty lines are omitted - so a symbol that does not seletcs any other
    symbol the symbol line will not appear.

    Let me know if you want me to push them towards mainstream.

            Sam
    -
    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: Sam Ravnborg: "kconfig: avoid temporary file"

    Relevant Pages