summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2010-10-29kconfig: Fix missing declaration of variable $dir in streamline_config.plhiromu-1/+3
2010-10-29kconfig: Fix variable name typo %prompts in streamline_config.plhiromu yagura-2/+2
2010-10-29kconfig: Make localmodconfig handle environment variablesSteven Rostedt-1/+11
2010-10-28Merge branch 'message-callback' into kbuild/kconfigMichal Marek-48/+40
2010-10-12Revert "kconfig: Temporarily disable dependency warnings"Michal Marek-2/+0
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek-7/+6
2010-10-09kbuild: fix oldnoconfig to do the right thingKyle McMartin-1/+1
2010-10-09kconfig: Temporarily disable dependency warningsMichal Marek-0/+2
2010-10-04kconfig: Use PATH_MAX instead of 128 for path buffer sizes.Will Newton-2/+2
2010-10-04kconfig: delay symbol direct dependency initializationArnaud Lacombe-6/+2
2010-09-30kconfig: Fix realloc usage()Michal Marek-1/+1
2010-09-30kconfig: Propagate constMichal Marek-6/+9
2010-09-30kconfig: Don't go out from read config loop when you read new symbolNaohiro Aota-2/+3
2010-09-27Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar...Michal Marek-423/+488
2010-09-20kconfig: fix menuconfig on debian lennyJunio C Hamano-0/+2
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe-1/+1
2010-09-19kconfig: expand file namesArnaud Lacombe-2/+5
2010-09-19kconfig: use the file's name of sourced fileArnaud Lacombe-2/+3
2010-09-19kconfig: constify file nameArnaud Lacombe-3/+3
2010-09-19kconfig: don't emit warning upon rootmenu's prompt redefinitionArnaud Lacombe-1/+1
2010-09-19kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe-26/+11
2010-09-19kconfig: delay gconf window initializationArnaud Lacombe-6/+6
2010-09-19kconfig: expand by default the rootmenu's promptArnaud Lacombe-0/+4
2010-09-19kconfig: add a symbol string expansion helperArnaud Lacombe-0/+50
2010-09-19kconfig: regen parserArnaud Lacombe-267/+287
2010-09-19kconfig: implement the `mainmenu' directiveArnaud Lacombe-3/+11
2010-09-19kconfig: allow PACKAGE to be defined on the compiler's command-lineArnaud Lacombe-0/+3
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe-54/+45
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe-34/+43
2010-09-19kconfig: rephrase help text not to mention the internal prefixArnaud Lacombe-11/+11
2010-09-19kconfig: replace a `switch()' statement by a more flexible `if()' statementArnaud Lacombe-14/+5
2010-09-17scripts/kconfig/gconf.glade Update broken web addresses.Justin P. Mattock-1/+0
2010-09-13kconfig: Simplify Makefile for xconfigMichal Marek-2/+2
2010-09-13Fix QT4 moc, cflags libs detection on dual QT3/Qt4 systemsAlexander Stein-6/+4
2010-09-13nconfig: Fix help for choice menusStephen Boyd-0/+2
2010-09-08kbuild: fix oldnoconfig to do the right thingKyle McMartin-1/+1
2010-09-06xconfig: Change the titlebar if using Qt3Michal Marek-2/+8
2010-09-01kconfig qconf: port to QT4Alexander Stein-146/+168
2010-08-31kbuild: use getopt_long(), not its _only() variantArnaud Lacombe-1/+1
2010-08-26kbuild: don't overwrite HOST_EXTRACFLAGSArnaud Lacombe-4/+2
2010-08-20Merge commit 'v2.6.36-rc1' into kbuild/rc-fixesMichal Marek-1/+2
2010-08-17kbuild: fix typoArnaud Lacombe-1/+1
2010-08-17kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBESArnaud Lacombe-2/+3
2010-08-17kconfig: Allow frontends to display messages themselvesMichal Marek-48/+40
2010-08-17kbuild: confdata.c explicitly reference errno, thus need <errno.h>Arnaud Lacombe-0/+1
2010-08-16nconfig: add search supportNir Tzachar-180/+208
2010-08-15kconfig: fix segfault when detecting recursive dependencySam Ravnborg-0/+2
2010-08-15kconfig: fix savedefconfig with choice marked optionalSam Ravnborg-2/+4
2010-08-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-43/+97
2010-08-13kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren-2/+16