aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/confdata.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10kconfig: use sym_get_choice_menu() in conf_write_defconfig()Masahiro Yamada1-4/+5
2024-05-02kconfig: remove SYMBOL_NO_WRITE flagMasahiro Yamada1-2/+2
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada1-4/+1
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada1-1/+1
2024-05-02kconfig: use menu_for_each_entry() to traverse menu treeMasahiro Yamada1-23/+5
2024-03-19kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()Masahiro Yamada1-4/+1
2024-02-20kconfig: use generic macros to implement symbol hashtableMasahiro Yamada1-13/+12
2024-02-19kconfig: call env_write_dep() right after yyparse()Masahiro Yamada1-6/+2
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada1-4/+3
2024-02-19kconfig: remove compat_getline()Masahiro Yamada1-52/+1
2023-12-29kconfig: WERROR unmet symbol dependencySergey Senozhatsky1-5/+8
2023-12-28kconfig: remove redundant NULL pointer check before free()Masahiro Yamada1-2/+1
2023-11-28kconfig: massage the loop in conf_read_simple()Masahiro Yamada1-6/+13
2023-11-28kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada1-1/+1
2023-11-28kconfig: introduce getline_stripped() helperMasahiro Yamada1-14/+26
2023-11-28kconfig: deduplicate code in conf_read_simple()Masahiro Yamada1-54/+35
2023-11-28kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada1-13/+8
2023-11-28kconfig: require a space after '#' for valid inputMasahiro Yamada1-0/+2
2023-11-28kconfig: remove error check for xrealloc()Masahiro Yamada1-6/+2
2023-11-28kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada1-1/+1
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky1-2/+19
2023-03-14kconfig: Update config changed flag before calling callbackJurica Vukadin1-2/+4
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+75
2022-04-02kconfig: remove stale comment about removed kconfig_print_symbol()Masahiro Yamada1-7/+0
2022-02-18kconfig: fix missing '# end of' for empty menuMasahiro Yamada1-12/+13
2022-02-18kconfig: add fflush() before ferror() checkMasahiro Yamada1-0/+2
2022-02-12kconfig: fix failing to generate auto.confJing Leng1-4/+9
2022-02-10kconfig: fix missing fclose() on error pathsMasahiro Yamada1-6/+6
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-11/+13
2021-10-11kconfig: refactor conf_touch_dep()Masahiro Yamada1-18/+4
2021-10-11kconfig: refactor conf_write_dep()Masahiro Yamada1-17/+37
2021-10-11kconfig: refactor conf_write_autoconf()Masahiro Yamada1-37/+57
2021-10-11kconfig: add conf_get_autoheader_name()Masahiro Yamada1-3/+8
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada1-2/+45
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada1-0/+5
2021-10-11kconfig: refactor conf_write_symbol()Masahiro Yamada1-79/+57
2021-10-11kconfig: refactor conf_write_heading()Masahiro Yamada1-62/+33
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada1-13/+14
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-220/+42
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan1-10/+5
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada1-18/+13
2021-04-14kconfig: use true and false for bool variableYang Li1-1/+1
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada1-10/+28
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada1-176/+0
2021-03-25kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada1-15/+0
2020-12-08kconfig: clean up header inclusionBoris Kolpackov1-0/+1
2020-02-05kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa1-3/+2
2020-02-04kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada1-1/+1
2020-02-01Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+16
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa1-0/+16
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada1-43/+2
2019-08-04kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci1-0/+4
2019-07-17kconfig: fix missing choice values in auto.confMasahiro Yamada1-4/+3
2019-07-11kconfig: remove meaningless if-conditional in conf_read()Masahiro Yamada1-4/+2
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon1-1/+1
2019-06-09kconfig: require the argument of --defconfigMasahiro Yamada1-17/+0
2019-05-18kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov1-1/+12
2019-05-14kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada1-1/+1
2019-05-14kconfig: use snprintf for formatting pathnamesJacob Garber1-1/+1
2019-05-14kconfig: remove useless NULL pointer check in conf_write_dep()Masahiro Yamada1-2/+0
2019-05-11kconfig: make parent directories for the saved .config as neededMasahiro Yamada1-0/+3
2019-05-11kconfig: do not write .config if the content is the sameMasahiro Yamada1-0/+54
2019-05-11kconfig: do not accept a directory for configuration outputMasahiro Yamada1-34/+24
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada1-0/+1
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-1/+1
2018-12-08kconfig: remove S_OTHER symbol type and correct dependency trackingMasahiro Yamada1-19/+14
2018-12-08kconfig: split out code touching a file to conf_touch_dep()Masahiro Yamada1-43/+49
2018-12-08kconfig: rename conf_split_config() to conf_touch_deps()Masahiro Yamada1-2/+2
2018-12-08kconfig: remove unneeded setsym label in conf_read_simple()Masahiro Yamada1-3/+3
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada1-4/+7
2018-07-25kconfig: create directories needed for syncconfig by itselfMasahiro Yamada1-0/+14
2018-07-25kconfig: split out useful helpers in confdata.cMasahiro Yamada1-17/+64
2018-07-25kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada1-1/+30
2018-07-25kconfig: handle format string before calling conf_message_callback()Masahiro Yamada1-6/+11
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders1-2/+2
2018-06-05kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor1-1/+1
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-29/+4
2018-05-28kconfig: drop localization supportSam Ravnborg1-2/+2
2018-03-02kconfig: add xstrdup() helperMasahiro Yamada1-1/+1
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada1-1/+1
2018-01-22kconfig: make conf_unsaved a local variable of conf_read()Masahiro Yamada1-2/+2
2018-01-22kconfig: drop 'boolean' keywordMasahiro Yamada1-1/+1
2016-05-10kconfig: add unexpected data itself to warningPaul Bolle1-1/+3
2016-02-01unbreak allmodconfig KCONFIG_ALLCONFIG=...Al Viro1-5/+7
2015-08-19kconfig: Delete unnecessary checks before the function call "sym_calc_value"Markus Elfring1-5/+2
2015-02-25kconfig: Remove unnecessary prototypes from headersMichal Marek1-0/+5
2015-01-27kconfig: use va_end to match corresponding va_startColin Ian King1-0/+1
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett1-1/+4
2013-08-15kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN1-3/+8
2013-06-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN1-3/+3
2013-06-24kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN1-3/+3
2013-06-24kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN1-4/+14
2013-06-18kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN1-0/+3
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg1-4/+10
2013-04-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN1-4/+3
2013-04-25kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN1-3/+54
2013-04-25kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN1-3/+4
2013-04-25kconfig: do not override symbols already setYann E. MORIN1-1/+1
2013-04-25kconfig: fix randconfig tristate detectionYann E. MORIN1-1/+1
2012-07-13kconfig: allow long lines in config fileCody Schafer1-2/+59
2012-04-12kconfig: delete last traces of __enabled_ from autoconf.hPaul Gortmaker1-11/+0
2012-04-12Revert "kconfig: fix __enabled_ macros definition for invisible and un-select...Paul Gortmaker1-36/+13
2012-01-26kconfig: fix new choices being skipped upon config updateArnaud Lacombe1-20/+6
2011-12-18kconfig: use xfwrite wrapper function to silence warningsPeter Foley1-2/+2
2011-08-29kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsArnaud Lacombe1-13/+36
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek1-57/+14
2011-07-18kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe1-5/+21
2011-07-01kconfig: introduce specialized printerArnaud Lacombe1-127/+215
2011-06-08Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek1-2/+7
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe1-1/+0
2011-06-06kconfig: add missing <stdarg.h> inclusionArnaud Lacombe1-0/+1
2011-06-06kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe1-1/+1
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe1-0/+5
2011-05-25kconfig: Only generate config_is_xxx for bool and tristate optionsMichal Marek1-5/+3
2011-05-24Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek1-11/+1
2011-05-24kconfig: do not record timestamp in .configArnaud Lacombe1-11/+1
2011-05-17kconfig: autogenerated config_is_xxx macroJean-Christophe PLAGNIOL-VILLARD1-0/+29
2011-04-18kconfig: Do not record timestamp in auto.conf and autoconf.hMichal Marek1-6/+2
2010-12-15kconfig: fix typosArnaud Lacombe1-3/+3
2010-12-15kconfig: nuke second argument of conf_write_symbol()Arnaud Lacombe1-13/+5
2010-12-15kconfig: do not define AUTOCONF_INCLUDEDArnaud Lacombe1-2/+1
2010-10-28Merge branch 'message-callback' into kbuild/kconfigMichal Marek1-6/+29
2010-10-04kconfig: Use PATH_MAX instead of 128 for path buffer sizes.Will Newton1-2/+2
2010-09-30kconfig: Don't go out from read config loop when you read new symbolNaohiro Aota1-2/+3
2010-09-19kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe1-10/+6
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe1-21/+27
2010-09-19kconfig: replace a `switch()' statement by a more flexible `if()' statementArnaud Lacombe1-14/+5
2010-08-17kconfig: Allow frontends to display messages themselvesMichal Marek1-6/+29
2010-08-17kbuild: confdata.c explicitly reference errno, thus need <errno.h>Arnaud Lacombe1-0/+1
2010-08-15kconfig: fix savedefconfig with choice marked optionalSam Ravnborg1-2/+4
2010-08-13kconfig: Fix warning: ignoring return value of 'fwrite'Jean Sacren1-1/+1
2010-08-12kconfig: fix tristate choice with minimal configSam Ravnborg1-35/+67
2010-08-12kconfig: fix savedefconfig for tristate choicesSam Ravnborg1-4/+3
2010-08-03kconfig: add savedefconfigSam Ravnborg1-0/+76
2010-08-03kconfig: code refactoring in confdata.cSam Ravnborg1-67/+70
2010-07-29kconfig: fix MODULES-related bug in case of no .configUlf Magnusson1-1/+4
2010-07-26kconfig: make randconfig fair for booleansPeter Korsgaard1-1/+2
2009-12-12kbuild: generate modules.builtinMichal Marek1-1/+21
2009-12-12kbuild: move autoconf.h to include/generatedSam Ravnborg1-1/+1
2009-09-20kbuild: add static to prototypesTrevor Keith1-1/+1
2009-06-09kconfig: do not hardcode "include/config/auto.conf" filenameMarkus Heidelberg1-8/+12
2009-03-15kconfig: fix randconfig for choice blocksSam Ravnborg1-15/+36
2008-10-26fix allmodconfig breakageAl Viro1-2/+1
2008-09-29kconfig: readd lost change countzippel@linux-m68k.org1-2/+6
2008-08-04kconfig: drop the ""trying to assign nonexistent symbol" warningSam Ravnborg1-6/+2
2008-07-25kconfig: set all new symbols automaticallyRoman Zippel1-0/+70
2008-01-28kconfig: explicitly introduce expression listRoman Zippel1-4/+4
2008-01-28kconfig: rename E_OR & friends to avoid name clashSam Ravnborg1-1/+1
2008-01-28kconfig: allow overriding symbolsJan Engelhardt1-9/+5
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg1-27/+0
2007-11-12kconfig: add helper to set config symbol from environment variableSam Ravnborg1-0/+27
2007-11-12kconfig: factor out code in confdata.cSam Ravnborg1-55/+64
2007-07-17kconfig: reset generated values only if Kconfig and .config agree.Roman Zippel1-11/+26
2006-12-13[PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use ...Karsten Wiese1-1/+11
2006-12-13[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese1-4/+16
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese1-1/+6
2006-10-01kconfig: fix saving alternate kconfig file in parent dirSam Ravnborg1-1/+1
2006-09-25kconfig: support DOS line endingsMatthew Wilcox1-2/+6
2006-08-01kconfig: correct oldconfig for unset choice optionsRoman Zippel1-1/+1
2006-06-09kconfig: KCONFIG_OVERWRITECONFIGRoman Zippel1-17/+29
2006-06-09kconfig: add defconfig_list/module optionRoman Zippel1-15/+11
2006-06-09kconfig: integrate split config into silentoldconfigRoman Zippel1-2/+119
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel1-44/+67
2006-06-09kconfig: allow multiple default values per symbolRoman Zippel1-17/+17
2006-06-09kconfig: fix .config dependenciesRoman Zippel1-53/+124
2006-06-09kconfig: improve config load/save outputRoman Zippel1-4/+18
2006-04-11kconfig: fix typo in change count initializationRoman Zippel1-1/+1
2006-03-12kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.hJan Beulich1-1/+1
2006-01-16kbuild: create .kernelrelease at *config stepSam Ravnborg1-1/+1
2005-11-09[PATCH] kconfig: stricter error checking for .configRoman Zippel1-18/+77
2005-11-09[PATCH] kconfig: preset config during all*configRoman Zippel1-3/+14
2005-06-25[PATCH] Kill signed charsJ.A. Magallon1-2/+2
2005-05-05[PATCH] Kconfig i18n supportArnaldo Carvalho de Melo1-8/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+460