Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
* 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6: (26 commits) kconfig: add savedefconfig kconfig: code refactoring in confdata.c kconfig: refactor code in symbol.c kconfig: add alldefconfig kconfig: print more info when we see a recursive dependency kconfig: save location of config symbols kconfig: change nonint_oldconfig to listnewconfig kconfig: rename loose_nonint_oldconfig => oldnoconfig kconfig: use long options in conf kconfig: fix MODULES-related bug in case of no .config kconfig: make randconfig fair for booleans kconfig: Don't write invisible choice values kbuild: Warn on selecting symbols with unmet direct dependencies scripts:conf.c Fix warning: variable 'type' set but not used menuconfig: truncate list items menuconfig: fix to center checklist correctly in a corner case xconfig: add support to show hidden options which have prompts xconfig: remove unused function xconfig: clean up gconfig: fix null pointer warning ...
No related branches found
No related tags found
Showing
- Documentation/kbuild/kconfig.txt 1 addition, 1 deletionDocumentation/kbuild/kconfig.txt
- scripts/kconfig/Makefile 40 additions, 37 deletionsscripts/kconfig/Makefile
- scripts/kconfig/conf.c 105 additions, 76 deletionsscripts/kconfig/conf.c
- scripts/kconfig/confdata.c 152 additions, 69 deletionsscripts/kconfig/confdata.c
- scripts/kconfig/expr.c 1 addition, 1 deletionscripts/kconfig/expr.c
- scripts/kconfig/expr.h 3 additions, 0 deletionsscripts/kconfig/expr.h
- scripts/kconfig/gconf.c 4 additions, 3 deletionsscripts/kconfig/gconf.c
- scripts/kconfig/lkc.h 2 additions, 0 deletionsscripts/kconfig/lkc.h
- scripts/kconfig/lkc_proto.h 1 addition, 0 deletionsscripts/kconfig/lkc_proto.h
- scripts/kconfig/lxdialog/checklist.c 8 additions, 2 deletionsscripts/kconfig/lxdialog/checklist.c
- scripts/kconfig/mconf.c 1 addition, 1 deletionscripts/kconfig/mconf.c
- scripts/kconfig/menu.c 24 additions, 3 deletionsscripts/kconfig/menu.c
- scripts/kconfig/qconf.cc 54 additions, 52 deletionsscripts/kconfig/qconf.cc
- scripts/kconfig/qconf.h 12 additions, 5 deletionsscripts/kconfig/qconf.h
- scripts/kconfig/symbol.c 259 additions, 33 deletionsscripts/kconfig/symbol.c
Loading
Please register or sign in to comment