summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci2019-08-061-0/+4
* kconfig: fix missing choice values in auto.confMasahiro Yamada2019-07-262-4/+4
* kconfig/[mn]conf: handle backspace (^H) keyChangbin Du2019-05-043-3/+5
* kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada2019-01-261-0/+2
* kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada2019-01-261-1/+1
* kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada2018-09-026-31/+42
* kconfig: remove a spurious self-assignmentLukas Bulwahn2018-08-311-1/+0Star
* kconfig: suppress "configuration written to .config" for syncconfigMasahiro Yamada2018-08-221-0/+5
* kconfig: fix "Can't open ..." in parallel buildMasahiro Yamada2018-08-221-2/+3
* kconfig: improve the recursive dependency reportMasahiro Yamada2018-08-222-17/+37
* kconfig: report recursive dependency involving 'imply'Masahiro Yamada2018-08-223-18/+32
* kconfig: error out when seeing recursive dependencyMasahiro Yamada2018-08-225-12/+10Star
* kconfig: add build-only configurator targetsRandy Dunlap2018-08-221-1/+10
* Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-1515-122/+184
|\
| * kconfig: remove P_ENV property typeMasahiro Yamada2018-08-143-4/+0Star
| * kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2018-08-142-10/+0Star
| * kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada2018-08-131-2/+2
| * kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada2018-07-257-19/+30
| * kconfig: make syncconfig update .config regardless of sym_change_countMasahiro Yamada2018-07-251-4/+6
| * kconfig: create directories needed for syncconfig by itselfMasahiro Yamada2018-07-252-9/+20
| * kconfig: remove unneeded directory generation from local*configMasahiro Yamada2018-07-251-1/+0Star
| * kconfig: split out useful helpers in confdata.cMasahiro Yamada2018-07-251-17/+64
| * kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada2018-07-253-32/+30Star
| * kconfig: handle format string before calling conf_message_callback()Masahiro Yamada2018-07-254-18/+17Star
| * kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-176-8/+8
| * kconfig: check for pkg-config on make {menu,n,g,x}configRandy Dunlap2018-07-172-0/+9
* | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-171-4/+4
|/
* kconfig: loop boundary condition fixJerry James2018-06-281-1/+1
* kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders2018-06-282-0/+7
* kconfig: fix line numbers for if-entries in menu treeDirk Gouders2018-06-251-2/+2
* kconfig: fix localmodconfigSam Ravnborg2018-06-111-2/+2
* kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor2018-06-051-1/+1
* kbuild: Move last word of nconfig help to the previous linePetr Vorel2018-06-051-2/+1Star
* kconfig: Add testconfig into make help outputPetr Vorel2018-06-051-0/+1
* kconfig: test: add Kconfig macro language testsMasahiro Yamada2018-05-2813-0/+191
* kconfig: error out if a recursive variable references itselfMasahiro Yamada2018-05-281-0/+13
* kconfig: add 'filename' and 'lineno' built-in variablesMasahiro Yamada2018-05-281-0/+16
* kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsMasahiro Yamada2018-05-281-0/+27
* kconfig: expand lefthand side of assignment statementMasahiro Yamada2018-05-281-0/+7
* kconfig: support append assignment operatorMasahiro Yamada2018-05-283-3/+27
* kconfig: support simply expanded variableMasahiro Yamada2018-05-284-7/+27
* kconfig: support user-defined function and recursively expanded variableMasahiro Yamada2018-05-284-4/+120
* kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada2018-05-281-1/+1
* kconfig: add 'shell' built-in functionMasahiro Yamada2018-05-281-0/+41
* kconfig: add built-in function supportMasahiro Yamada2018-05-281-12/+130
* kconfig: make default prompt of mainmenu less specificMasahiro Yamada2018-05-282-2/+2
* kconfig: remove sym_expand_string_value()Masahiro Yamada2018-05-282-54/+0Star
* kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada2018-05-281-19/+5Star
* kconfig: remove string expansion in file_lookup()Masahiro Yamada2018-05-281-3/+1Star
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-2810-114/+326