Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kconfig updates from Michal Marek: - 'make xconfig' ported to Qt5, dropping support for Qt3 - merge_config.sh supports a single-input-file mode and also respects $KCONFIG_CONFIG - Fix for incorrect display of >= and > in dependency expressions * 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: (44 commits) Add current selection check. Use pkg-config to find Qt 4 and 5 instead of direct qmake kconfig: Fix copy&paste error kconfig/merge_config.sh: Accept a single file kconfig/merge_config.sh: Support KCONFIG_CONFIG Update the buildsystem for KConfig finding Qt Port xconfig to Qt5 - Update copyright. Port xconfig to Qt5 - Fix goParent issue. Port xconfig to Qt5 - on Back clicked, deselect old item. Port xconfig to Qt5 - Add(back) one click checkbox toggle. Port xconfig to Qt5 - Add(back) lineedit editing. Port xconfig to Qt5 - Remove some commented code. Port xconfig to Qt5 - Source format. Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel. Port xconfig to Qt5 - Change ConfigItem constructor parent type. Port xconfig to Qt5 - Disable ConfigList soring Port xconfig to Qt5 - Remove ConfigList::updateMenuList template. Port xconfig to Qt5 - Add ConfigList::mode to initializer list. Port xconfig to Qt5 - Add ConfigItem::nextItem to initializer list. Port xconfig to Qt5 - Tree widget set column titles. ...
No related branches found
No related tags found
Showing
- Documentation/kbuild/Kconfig.recursion-issue-01 57 additions, 0 deletionsDocumentation/kbuild/Kconfig.recursion-issue-01
- Documentation/kbuild/Kconfig.recursion-issue-02 63 additions, 0 deletionsDocumentation/kbuild/Kconfig.recursion-issue-02
- Documentation/kbuild/Kconfig.select-break 33 additions, 0 deletionsDocumentation/kbuild/Kconfig.select-break
- Documentation/kbuild/kconfig-language.txt 161 additions, 0 deletionsDocumentation/kbuild/kconfig-language.txt
- scripts/kconfig/Makefile 14 additions, 42 deletionsscripts/kconfig/Makefile
- scripts/kconfig/expr.c 1 addition, 1 deletionscripts/kconfig/expr.c
- scripts/kconfig/merge_config.sh 13 additions, 5 deletionsscripts/kconfig/merge_config.sh
- scripts/kconfig/qconf.cc 379 additions, 309 deletionsscripts/kconfig/qconf.cc
- scripts/kconfig/qconf.h 71 additions, 79 deletionsscripts/kconfig/qconf.h
- scripts/kconfig/symbol.c 2 additions, 0 deletionsscripts/kconfig/symbol.c
Loading
Please register or sign in to comment