02 May, 2011

2 commits


11 Jan, 2011

1 commit

  • * 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
    Documentation/kbuild: add info that 'choice' can have a symbol name
    kbuild: add numeric --set-val option to scripts/config
    headers_check: Fix warning text
    headers_check: better search for functions in headers
    scripts/coccinelle: update for compatability with Coccinelle 0.2.4
    tags: put function prototypes back!
    Kconfig: fix single letter command in scripts/config
    gitignore: add scripts/recordmcount

    Linus Torvalds
     

22 Dec, 2010

1 commit

  • Changeset 5a1aa8a1 added the possibility to name a choice,
    and to have the same choice be defined multiple times.
    But the documentation was forgotten, so this updates it accordingly.

    Thanks to Arnaud Lacombe for pointing it to me in the first place:
    http://www.spinics.net/lists/linux-kbuild/msg03940.html

    Signed-off-by: "Yann E. MORIN"
    Cc: Roman Zippel
    Cc: Arnaud Lacombe
    Signed-off-by: Michal Marek

    Yann E. MORIN
     

02 Dec, 2010

1 commit


20 Sep, 2010

1 commit

  • If specified, the directive must be placed at the top of the Kconfig file.

    We need to change the grammar to make the mainmenu directive set the
    `rootmenu' prompt. This reflect how menu_add_prompt() works internally, ie.
    set the prompt of the `current_entry', pointing originally to `rootmenu'.

    Signed-off-by: Arnaud Lacombe
    Reviewed-by: Sam Ravnborg
    Reviewed-by: Michal Marek

    Arnaud Lacombe
     

14 Apr, 2010

1 commit


05 May, 2008

1 commit


29 Apr, 2008

1 commit


29 Jan, 2008

3 commits


20 Oct, 2007

1 commit

  • Add kconfig-language docs for mainmenu, def_bool, and def_tristate.
    Remove "requires" as a synonym of "depends on" since it was removed
    from the parser in commit 247537b9a270b52cc0375adcb0fb2605a160cba5.

    Signed-off-by: Randy Dunlap
    Signed-off-by: Sam Ravnborg

    Randy Dunlap
     

12 Aug, 2007

1 commit


13 Dec, 2006

1 commit


04 Oct, 2006

2 commits

  • While reading this I noticed that the contents of this document list
    section "3.8 Command line dependency" but it doesn't exist in the document.

    Signed-off-by: Daniel Walker
    Cc: Sam Ravnborg
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Daniel Walker
     
  • This patch fixes typos in various Documentation txts. The patch addresses
    some words starting with the letter 'S'.

    Signed-off-by: Matt LaPlante
    Acked-by: Alan Cox
    Acked-by: Randy Dunlap
    Signed-off-by: Adrian Bunk

    Matt LaPlante
     

25 Sep, 2006

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds