aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-09kbuild: fix oldnoconfig to do the right thingKyle McMartin1-1/+1
2010-10-09kconfig: Temporarily disable dependency warningsMichal Marek1-0/+2
2010-10-04kconfig: delay symbol direct dependency initializationArnaud Lacombe2-6/+2
2010-08-20Merge commit 'v2.6.36-rc1' into kbuild/rc-fixesMichal Marek2-1/+2
2010-08-15kconfig: fix segfault when detecting recursive dependencySam Ravnborg1-0/+2
2010-08-15kconfig: fix savedefconfig with choice marked optionalSam Ravnborg1-2/+4
2010-08-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds5-43/+97
2010-08-13kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren2-2/+16
2010-08-13kconfig: Fix warning: ignoring return value of 'fwrite'Jean Sacren3-2/+9
2010-08-13nconfig: Fix segfault when menu is emptyAndrej Gelenberg1-0/+2
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-06kconfig: fix make oldconfigSam Ravnborg1-1/+1
2010-08-05Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-0/+1
2010-08-04Merge commit 'v2.6.35' into kbuild/kconfigMichal Marek4-12/+78
2010-08-03kconfig: add savedefconfigSam Ravnborg6-1/+171
2010-08-03kconfig: code refactoring in confdata.cSam Ravnborg1-67/+70
2010-08-03kconfig: refactor code in symbol.cSam Ravnborg2-13/+34
2010-08-03kconfig: add alldefconfigSam Ravnborg2-6/+14
2010-08-03kconfig: print more info when we see a recursive dependencyRoman Zippel1-15/+127
2010-08-03kconfig: save location of config symbolsSam Ravnborg3-0/+5
2010-08-03kconfig: change nonint_oldconfig to listnewconfigSam Ravnborg2-27/+14
2010-08-03kconfig: rename loose_nonint_oldconfig => oldnoconfigSam Ravnborg2-11/+10
2010-08-03kconfig: use long options in confSam Ravnborg2-126/+105
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
2010-07-23nconfig: Fix segfault when help contains special charactersStephen Boyd1-1/+1
2010-07-08kconfig: Don't write invisible choice valuesJan Beulich1-12/+12
2010-07-02kbuild: Warn on selecting symbols with unmet direct dependenciesCatalin Marinas3-0/+25
2010-06-12scripts:conf.c Fix warning: variable 'type' set but not usedJustin P. Mattock1-4/+0
2010-06-04Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2010-06-03menuconfig: truncate list itemsLi Zefan1-2/+7
2010-06-03menuconfig: fix to center checklist correctly in a corner caseLi Zefan1-0/+1
2010-06-03scripts: add nconf into gitignore fileAmérico Wang1-0/+1
2010-06-03gconfig: fix build failure on fedora 13Richard Kennedy1-1/+1
2010-06-02xconfig: add support to show hidden options which have promptsLi Zefan2-23/+62
2010-06-02xconfig: remove unused functionLi Zefan2-29/+0
2010-06-02xconfig: clean upLi Zefan1-5/+4
2010-06-02gconfig: fix null pointer warningLi Zefan1-2/+3
2010-06-02gconfig: fix to tag NEW symbols correctlyLi Zefan1-1/+1
2010-06-02menuconfig: improive help text a bitLi Zefan1-1/+1
2010-06-02kconfig: fix to tag NEW symbols correctlyLi Zefan1-2/+6
2010-06-02kconfig: print the range of integer/hex symbol in help textLi Zefan2-1/+9
2010-06-02kconfig: print symbol type in help textLi Zefan1-1/+3
2010-06-02kconfig: introduce nonint_oldconfig and loose_nonint_oldconfigAristeu Rozanski2-9/+54
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds18-148/+2504
2010-05-28kconfig: Hide error output in find command in streamline_config.plToralf Förster1-2/+3
2010-05-28kconfig: Fix typo in comment in streamline_config.plToralf Foerster1-1/+1
2010-05-28kconfig: Make a variable local in streamline_config.plToralf Foerster1-1/+1
2010-04-14gconfig: add support to show hidden options that have promptsLi Zefan2-11/+64