summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
Commit message (Expand)AuthorAge
* kconfig: require the argument of --defconfigMasahiro Yamada2019-06-09
* kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada2019-05-14
* kconfig: rename zconf.l to lexer.lMasahiro Yamada2019-02-13
* kconfig: split the lexer out of zconf.yMasahiro Yamada2018-12-28
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-28
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-28
* kconfig: remove keyword lookup table entirelyMasahiro Yamada2018-12-28
* kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada2018-12-21
* kconfig: use distinct tokens for type and default propertiesMasahiro Yamada2018-12-21
* kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2018-08-13
* kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada2018-07-25
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-28
* kconfig: drop localization supportSam Ravnborg2018-05-28
* kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada2018-03-25
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-01
* kconfig: add xrealloc() helperMasahiro Yamada2018-02-09
* kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-21
* Remove gperf usage from toolchainLinus Torvalds2017-08-19
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-25
* kconfig: Remove dead codeMichal Marek2015-02-25
* kconfig: Get rid of the P() macro in headersMichal Marek2015-02-25
* kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2014-04-07
* kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN2013-06-24
* kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-16
* kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-20
* kconfig: get CONFIG_ prefix from the environmentYann E. MORIN2012-11-20
* kconfig: add a function to get the CONFIG_ prefixYann E. MORIN2012-11-20
* kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe2012-01-14
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-07-30
|\
| * Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-07-04
| |\
| | * kconfig/conf: mark xfgets() privateArnaud Lacombe2011-07-02
| | * kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe2011-07-02
| * | kconfig: introduce specialized printerArnaud Lacombe2011-07-01
| |/
| * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-06
* | kconfig: kill no longer needed reference to YYDEBUGArnaud Lacombe2011-06-09
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-01-10
|\
| * kconfig: fix `zconfdebug' extern declarationArnaud Lacombe2010-12-15
| * kbuild/gconf: add dummy inline for bind_textdomain_codeset()Arnaud Lacombe2010-12-15
* | kconfig: add an option to determine a menu's visibilityArnaud Lacombe2010-11-22
|/
* kconfig: constify file nameArnaud Lacombe2010-09-19
* kconfig: allow PACKAGE to be defined on the compiler's command-lineArnaud Lacombe2010-09-19
* kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-19
* kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren2010-08-12
* kconfig: Fix warning: ignoring return value of 'fwrite'Jean Sacren2010-08-12
* kconfig: add savedefconfigSam Ravnborg2010-08-03
* kconfig: refactor code in symbol.cSam Ravnborg2010-08-03
* kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com2010-02-02
* menuconfig: wrap long help linesVadim Bendebury (вб)2010-02-02
* kconfig: do not hardcode "include/config/auto.conf" filenameMarkus Heidelberg2009-06-09
* kconfig: set all new symbols automaticallyRoman Zippel2008-07-25