Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kconfig updates from Michal Marek: - use pkg-config to detect curses libraries - clean up the way curses headers are searched - Some randconfig fixes, of which one had to be reverted - KCONFIG_SEED for randconfig debugging - memuconfig memory leak plugged - menuconfig > breadcrumbs > navigation - xconfig compilation fix - Other minor fixes * 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: kconfig: fix lists definition for C++ Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" kconfig: implement KCONFIG_PROBABILITY for randconfig kconfig: allow specifying the seed for randconfig kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG kconfig: do not override symbols already set kconfig: fix randconfig tristate detection kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h menuconfig: Add "breadcrumbs" navigation aid menuconfig: Fix memory leak introduced by jump keys feature merge_config.sh: Avoid creating unnessary source softlinks kconfig: optionally use pkg-config to detect ncurses libs menuconfig: optionally use pkg-config to detect ncurses libs
No related branches found
No related tags found
Showing
- Documentation/kbuild/kconfig.txt 36 additions, 0 deletionsDocumentation/kbuild/kconfig.txt
- scripts/kconfig/Makefile 3 additions, 1 deletionscripts/kconfig/Makefile
- scripts/kconfig/conf.c 11 additions, 1 deletionscripts/kconfig/conf.c
- scripts/kconfig/confdata.c 55 additions, 4 deletionsscripts/kconfig/confdata.c
- scripts/kconfig/list.h 40 additions, 0 deletionsscripts/kconfig/list.h
- scripts/kconfig/lxdialog/check-lxdialog.sh 4 additions, 2 deletionsscripts/kconfig/lxdialog/check-lxdialog.sh
- scripts/kconfig/lxdialog/dialog.h 7 additions, 0 deletionsscripts/kconfig/lxdialog/dialog.h
- scripts/kconfig/lxdialog/util.c 43 additions, 2 deletionsscripts/kconfig/lxdialog/util.c
- scripts/kconfig/mconf.c 73 additions, 1 deletionscripts/kconfig/mconf.c
- scripts/kconfig/merge_config.sh 9 additions, 1 deletionscripts/kconfig/merge_config.sh
Loading
Please register or sign in to comment