1. 07 Jan, 2011 1 commit
  2. 27 Dec, 2010 1 commit
  3. 21 Dec, 2010 2 commits
    • Michal Marek's avatar
      kconfig: Make expr_copy() take a const argument · 17742dc7
      Michal Marek authored
      Fixes
      scripts/kconfig/expr.c: In function ‘expr_get_leftmost_symbol’:
      scripts/kconfig/expr.c:1026:2: warning: passing argument 1 of ‘expr_copy’ discards qualifiers from pointer target type
      scripts/kconfig/expr.c:67:14: note: expected ‘struct expr *’ but argument is of type ‘const struct expr *’
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      17742dc7
    • Arnaud Lacombe's avatar
      kconfig: simplify select-with-unmet-direct-dependency warning · 1137c56b
      Arnaud Lacombe authored
      This is an attempt to simplify the expressing printed by kconfig when a
      symbol is selected but still has direct unmet dependency.
      
      First, the symbol reverse dependency is split in sub-expression. Then,
      each sub-expression is checked to ensure that it does not contains the
      unmet dependency. This removes the false-positive symbols and fixed symbol
      which already have the correct dependency. Finally, only the symbol
      responsible of the "select" is printed, instead of its full dependency tree.
      
      CC: Catalin Marinas <catalin.marinas@arm.com>
      Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
      Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
      1137c56b
  4. 15 Dec, 2010 8 commits
  5. 02 Dec, 2010 1 commit
  6. 28 Oct, 2010 1 commit
  7. 27 Oct, 2010 1 commit
  8. 13 Oct, 2010 1 commit
  9. 12 Oct, 2010 2 commits
  10. 09 Oct, 2010 2 commits
  11. 04 Oct, 2010 2 commits
  12. 30 Sep, 2010 3 commits
  13. 27 Sep, 2010 1 commit
    • Michal Marek's avatar
      Merge branch 'kbuild/kconfig/kbuild-generic-v7' of... · 0455029b
      Michal Marek authored
      Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar/linux-2.6 into kbuild/kconfig
      
      * 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar/linux-2.6:
        kbuild: migrate all arch to the kconfig mainmenu upgrade
        kconfig: expand file names
        kconfig: use the file's name of sourced file
        kconfig: constify file name
        kconfig: don't emit warning upon rootmenu's prompt redefinition
        kconfig: replace KERNELVERSION usage by the mainmenu's prompt
        kconfig: delay gconf window initialization
        kconfig: expand by default the rootmenu's prompt
        kconfig: add a symbol string expansion helper
        kconfig: regen parser
        kconfig: implement the `mainmenu' directive
        kconfig: allow PACKAGE to be defined on the compiler's command-line
        kconfig: rephrase help texts/comments not to include the package name
        kconfig: allow build-time definition of the internal config prefix
        kconfig: rephrase help text not to mention the internal prefix
        kconfig: replace a `switch()' statement by a more flexible `if()' statement
      0455029b
  14. 20 Sep, 2010 8 commits
  15. 19 Sep, 2010 6 commits