summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
Commit message (Expand)AuthorAgeFilesLines
* kconfig: link menus to a symbolMasahiro Yamada2024-03-091-0/+5
* kconfig: use generic macros to implement symbol hashtableMasahiro Yamada2024-02-201-5/+4
* kconfig: split list_head into a separate headerMasahiro Yamada2024-02-191-1/+1
* kconfig: change file_lookup() to return the file nameMasahiro Yamada2024-02-191-7/+0
* kconfig: make file::name a flexible array memberMasahiro Yamada2024-02-191-1/+1
* kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada2024-02-191-3/+0
* kconfig: associate struct property with file name directlyMasahiro Yamada2024-02-191-1/+1
* kconfig: associate struct menu with file name directlyMasahiro Yamada2024-02-191-1/+1
* kconfig: remove orphan lookup_file() declarationMasahiro Yamada2024-02-191-1/+0
* kconfig: menuconfig: remove jump_key::indexMasahiro Yamada2023-07-251-1/+0
* kconfig: remove allnoconfig_y optionMasahiro Yamada2021-04-141-3/+0
* kconfig: change defconfig_list option to environment variableMasahiro Yamada2021-04-141-1/+0
* kconfig: move JUMP_NB to mconf.cMasahiro Yamada2021-04-141-2/+0
* kconfig: distinguish between dependencies and visibility in help textThomas Hebb2020-01-071-0/+1
* kconfig: remove sym from struct propertyMasahiro Yamada2020-01-071-1/+0
* kconfig: fix missing choice values in auto.confMasahiro Yamada2019-07-171-0/+1
* kconfig: rename zconf.y to parser.yMasahiro Yamada2019-02-131-1/+1
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada2018-12-081-2/+2
* kconfig: remove P_ENV property typeMasahiro Yamada2018-08-141-1/+0
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-181-1/+1
* kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders2018-06-281-0/+3
* kconfig: make unmet dependency warnings readableMasahiro Yamada2018-03-261-1/+0
* kconfig: Print reverse dependencies in groupsEugeniu Rosca2018-03-261-1/+2
* kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel2018-01-251-0/+1
* kconfig: Document the 'symbol' structUlf Magnusson2017-12-071-1/+44
* kconfig: Document the 'menu' structUlf Magnusson2017-12-071-0/+45
* Kconfig: Introduce the "imply" keywordNicolas Pitre2016-11-161-0/+2
* kconfig: allow use of relations other than (in)equalityJan Beulich2015-06-151-1/+3
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-251-5/+0
* kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2014-04-071-0/+3
* kconfig: add short explanation to SYMBOL_WRITEMartin Walch2013-10-081-1/+1
* kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-161-0/+3
* menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier2012-10-251-3/+2
* menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier2012-09-271-0/+9
* menuconfig: Add jump keys to search resultsBenjamin Poirier2012-09-271-0/+2
* kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe2012-01-151-0/+1
* kconfig: nuke reference to SWIGArnaud Lacombe2011-06-061-3/+0
* kconfig: get rid of unused flagsYann E. MORIN2011-04-151-4/+0
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-01-101-1/+2
|\
| * kconfig: fix warningArnaud Lacombe2010-12-271-0/+1
| * kconfig: Make expr_copy() take a const argumentMichal Marek2010-12-211-1/+1
* | kconfig: add an option to determine a menu's visibilityArnaud Lacombe2010-11-221-0/+1
|/
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-121-1/+0
|\
| * kconfig: delay symbol direct dependency initializationArnaud Lacombe2010-10-041-1/+0
* | kconfig: constify file nameArnaud Lacombe2010-09-191-1/+1
|/
* kconfig: save location of config symbolsSam Ravnborg2010-08-031-0/+1
* kbuild: Warn on selecting symbols with unmet direct dependenciesCatalin Marinas2010-07-021-0/+2
* Improve kconfig symbol hashingAndi Kleen2010-02-021-3/+2
* kconfig: struct property commentedSam Ravnborg2009-01-021-10/+30