summaryrefslogtreecommitdiff
path: root/scripts/kconfig/lkc_proto.h
AgeCommit message (Expand)Author
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon
2019-06-09kconfig: add static qualifier to expand_string()Masahiro Yamada
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada
2018-07-25kconfig: handle format string before calling conf_message_callback()Masahiro Yamada
2018-05-29kconfig: support append assignment operatorMasahiro Yamada
2018-05-29kconfig: support simply expanded variableMasahiro Yamada
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada
2018-05-29kconfig: remove sym_expand_string_value()Masahiro Yamada
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-02-25kconfig: Remove unnecessary prototypes from headersMichal Marek
2015-02-25kconfig: Get rid of the P() macro in headersMichal Marek
2013-06-18mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier
2012-09-27menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier
2012-09-27menuconfig: Add jump keys to search resultsBenjamin Poirier
2011-07-01kconfig: introduce specialized printerArnaud Lacombe
2010-10-28Merge branch 'message-callback' into kbuild/kconfigMichal Marek
2010-09-19kconfig: add a symbol string expansion helperArnaud Lacombe
2010-08-17kconfig: Allow frontends to display messages themselvesMichal Marek
2010-08-03kconfig: add savedefconfigSam Ravnborg
2010-04-14menuconfig: add support to show hidden options which have promptsLi Zefan
2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com
2009-09-20kconfig: add menu_get_ext_help function to display more informationCheng Renquan
2008-04-28kconfig: add named choice groupRoman Zippel
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg
2007-11-12kconfig: add helper to set config symbol from environment variableSam Ravnborg
2007-07-25kconfig: attach help text to menusSam Ravnborg
2006-12-13[PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use ...Karsten Wiese
2006-12-13[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese
2006-06-09kconfig: create links in info windowRoman Zippel
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel
2006-06-09kconfig: fix .config dependenciesRoman Zippel
2005-11-09[PATCH] kconfig: preset config during all*configRoman Zippel
2005-04-16Linux-2.6.12-rc2Linus Torvalds