summaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-19Remove gperf usage from toolchainLinus Torvalds
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-23kconfig: fix sparse warnings in nconfigRandy Dunlap
2017-06-10kconfig: Check for libncurses before menuconfigBorislav Petkov
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski
2017-03-22gconfig: remove misleading parentheses around a conditionNicolas Iooss
2016-12-17Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-11xconfig: fix missing suboption and help panels on first runBoris Barbulovski
2016-12-11xconfig: fix 'Show Debug' functionalityBoris Barbulovski
2016-12-11kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings
2016-12-01kbuild: make sure autoksyms.h exists earlyNicolas Pitre
2016-11-29Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warningCheah Kok Cheong
2016-11-16Kconfig: Regenerate *.c_shipped files after previous changesNicolas Pitre
2016-11-16Kconfig: Introduce the "imply" keywordNicolas Pitre
2016-05-26Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2016-05-10kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders
2016-05-10kconfig: add unexpected data itself to warningPaul Bolle
2016-04-26localmodconfig: Fix whitespace repeat count after "tristate"Benjamin Poirier
2016-04-26localmodconfig: Reset certificate pathsBenjamin Poirier
2016-04-26localmodconfig: Add missing $ to reference a variableBenjamin Poirier
2016-04-26localmodconfig: Fix parsing of "help" textBenjamin Poirier
2016-04-26localmodconfig: Recognize more keywords that end a menu entryBenjamin Poirier
2016-04-26localmodconfig: Fix parsing of Kconfig "source" statementsBenjamin Poirier
2016-02-01unbreak allmodconfig KCONFIG_ALLCONFIG=...Al Viro
2016-02-01scripts/kconfig: allow building with make 3.80 againJan Beulich
2016-01-11kconfig: fix qconf segfault by deleting heap objectsChris Bainbridge
2016-01-05kconfig: return 'false' instead of 'no' in bool functionVegard Nossum
2015-12-10kconfig: allow kconfig to handle longer path namesMarkus Mayer
2015-11-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2015-11-02Add current selection check.Boris Barbulovski
2015-11-02Use pkg-config to find Qt 4 and 5 instead of direct qmakeThiago Macieira
2015-10-20kconfig: Fix copy&paste errorMichal Sojka
2015-10-15scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O=Michael Ellerman
2015-10-14kconfig/merge_config.sh: Accept a single fileGabriel de Perthuis
2015-10-14kconfig/merge_config.sh: Support KCONFIG_CONFIGGabriel de Perthuis
2015-10-14Update the buildsystem for KConfig finding QtThiago Macieira
2015-10-14Port xconfig to Qt5 - Update copyright.Boris Barbulovski
2015-10-14Port xconfig to Qt5 - Fix goParent issue.Boris Barbulovski
2015-10-14Port xconfig to Qt5 - on Back clicked, deselect old item.Boris Barbulovski
2015-10-14Port xconfig to Qt5 - Add(back) one click checkbox toggle.Boris Barbulovski
2015-10-14Port xconfig to Qt5 - Add(back) lineedit editing.Boris Barbulovski
2015-10-14Port xconfig to Qt5 - Remove some commented code.Boris Barbulovski
2015-10-14Port xconfig to Qt5 - Source format.Boris Barbulovski
2015-10-14Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel.Boris Barbulovski
2015-10-14Port xconfig to Qt5 - Change ConfigItem constructor parent type.Boris Barbulovski
2015-10-14Port xconfig to Qt5 - Disable ConfigList soringBoris Barbulovski
2015-10-14Port xconfig to Qt5 - Remove ConfigList::updateMenuList template.Boris Barbulovski