aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
Commit message (Expand)AuthorAgeFilesLines
* kconfig: introduce menu type enumMasahiro Yamada2025-06-051-0/+11
* kconfig: cache expression valuesMasahiro Yamada2024-09-201-0/+4
* kconfig: use hash table to reuse expressionsMasahiro Yamada2024-09-201-4/+12
* kconfig: change some expr_*() functions to boolMasahiro Yamada2024-09-201-3/+3
* kconfig: remove P_SYMBOL propertyMasahiro Yamada2024-09-011-1/+0
* kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada2024-07-211-2/+1
* kconfig: remove SYMBOL_CHOICEVAL flagMasahiro Yamada2024-07-161-1/+0
* kconfig: add const qualifiers to several function argumentsMasahiro Yamada2024-07-161-2/+2
* kconfig: remove E_LIST expression typeMasahiro Yamada2024-07-151-1/+1
* kconfig: remove P_CHOICE propertyMasahiro Yamada2024-07-151-3/+1
* kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada2024-07-151-3/+0
* kconfig: refactor choice value calculationMasahiro Yamada2024-07-151-4/+8
* kconfig: remove wrong expr_trans_bool()Masahiro Yamada2024-06-061-1/+0
* kconfig: remove unused expr_is_no()Masahiro Yamada2024-05-291-5/+0
* kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada2024-05-021-1/+0
* kconfig: remove 'optional' property supportMasahiro Yamada2024-05-021-1/+0
* kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada2024-05-021-3/+1
* 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-241-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-061-0/+1
* kconfig: remove sym from struct propertyMasahiro Yamada2020-01-061-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-171-1/+1
* kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders2018-06-281-0/+3
* kconfig: make unmet dependency warnings readableMasahiro Yamada2018-03-251-1/+0
* kconfig: Print reverse dependencies in groupsEugeniu Rosca2018-03-251-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