aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/gconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-10kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski1-0/+1
2019-05-09kconfig: remove trailing whitespacesMasahiro Yamada1-1/+1
2018-12-28kconfig: surround dbg_sym_flags with #ifdef DEBUG to fix gconf warningMasahiro Yamada1-1/+2
2018-12-28kconfig: split images.c out of qconf.cc/gconf.c to fix gconf warningsMasahiro Yamada1-1/+1
2018-12-28kconfig: add static qualifiers to fix gconf warningsMasahiro Yamada1-10/+10
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-4/+1
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada1-0/+1
2018-07-18kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders1-2/+2
2018-05-28kconfig: drop localization supportSam Ravnborg1-25/+21
2017-03-22gconfig: remove misleading parentheses around a conditionNicolas Iooss1-1/+1
2015-04-09kconfig: Do not print status messages in make -s modeMichal Marek1-1/+4
2015-02-25kconfig: Remove dead codeMichal Marek1-24/+0
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada1-1/+1
2012-11-20kconfig: get CONFIG_ prefix from the environmentYann E. MORIN1-1/+1
2011-12-11kconfig: fix set but not used warningsPeter Foley1-4/+1
2011-12-11kconfig: fix warnings by specifing format argumentsPeter Foley1-3/+3
2011-06-06kconfig/gconf: kill deadcodeArnaud Lacombe1-33/+0
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe1-4/+0
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe1-0/+1
2011-05-24gconfig: Hide unused left treeview when start up the interfaceEduardo Silva1-2/+6
2011-05-24gconfig: enable rules hint for main treeviewsEduardo Silva1-2/+2
2010-09-19kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe1-4/+1
2010-09-19kconfig: delay gconf window initializationArnaud Lacombe1-6/+6
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe1-2/+1
2010-06-02gconfig: fix null pointer warningLi Zefan1-2/+3
2010-06-02gconfig: fix to tag NEW symbols correctlyLi Zefan1-1/+1
2010-04-14gconfig: add support to show hidden options that have promptsLi Zefan1-9/+38
2010-04-14gconfig: remove show_debug optionLi Zefan1-9/+0
2010-04-14gconfig: remove dbg_print_ptype() and dbg_print_stype()Li Zefan1-63/+4
2009-09-20kconfig: make use of menu_get_ext_help in gconfigCheng Renquan1-17/+4
2008-01-28kconfig: gconfig: symbol fixEGRY Gabor1-1/+1
2008-01-28kconfig: missing macros in gconfigEGRY Gabor1-4/+8
2008-01-28kconfig: delete unused FILE_ and SYMBOL_ flagsSam Ravnborg1-2/+0
2007-07-25kconfig: attach help text to menusSam Ravnborg1-8/+2
2006-12-13[PATCH] kconfig: set gconf's save-widget's sensitivity according to .config's changed stateKarsten Wiese1-17/+18
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel1-5/+1
2006-06-09kconfig: remove SYMBOL_{YES,MOD,NO}Roman Zippel1-6/+0
2006-01-16kbuild: create .kernelrelease at *config stepSam Ravnborg1-1/+1
2005-07-28[PATCH] fix gconfig crashJoachim Nilsson1-71/+73
2005-05-05[PATCH] Kconfig i18n supportArnaldo Carvalho de Melo1-24/+28
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1639