summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2008-10-26fix allmodconfig breakageAl Viro-2/+1
2008-10-22x86, um: get rid of arch/um/Kconfig.archAl Viro-0/+4
2008-09-29kconfig: readd lost change countzippel@linux-m68k.org-2/+6
2008-09-29kconfig: fix silentoldconfigzippel@linux-m68k.org-66/+57
2008-08-04kconfig: drop the ""trying to assign nonexistent symbol" warningSam Ravnborg-6/+2
2008-08-04kconfig: always write out .configSam Ravnborg-1/+1
2008-07-30kconfig: scripts/kconfig/zconf.l: add %option noinputAdrian Bunk-14/+73
2008-07-25kconfig: make defconfig is no longer chattySam Ravnborg-8/+3
2008-07-25kconfig: make oldconfig is now less chattySam Ravnborg-1/+1
2008-07-25kconfig: speed up all*config + randconfigSam Ravnborg-86/+68
2008-07-25kconfig: set all new symbols automaticallyRoman Zippel-0/+79
2008-05-19kconfig: incorrect 'len' field initialisation ?Christophe Jaillet-1/+1
2008-05-04kconfig: fix MAC OS X warnings in menuconfigSam Ravnborg-4/+5
2008-05-01kconfig: made check-lxdialog more portableSam Ravnborg-2/+4
2008-04-28kconfig: add named choice groupRoman Zippel-223/+206
2008-04-28kconfig: fix choice dependency checkRoman Zippel-18/+76
2008-04-28kconfig: reversed borderlines in inputboxRoel Kluin-1/+1
2008-04-25kconfig: fix broken target update-po-configSam Ravnborg-2/+2
2008-02-13kconfig: fix select in combination with defaultRoman Zippel-13/+21
2008-02-03kconfig: ignore select of unknown symbolSam Ravnborg-6/+3
2008-02-03kconfig: mark config as changed when loading an alternate configSam Ravnborg-0/+1
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich-7/+45
2008-01-28kconfig: remove "enable"Adrian Bunk-21/+18
2008-01-28kconfig: use environment optionRoman Zippel-15/+0
2008-01-28kconfig: environment symbol supportRoman Zippel-35/+108
2008-01-28kconfig: explicitly introduce expression listRoman Zippel-20/+24
2008-01-28kconfig: gconfig: symbol fixEGRY Gabor-1/+1
2008-01-28kconfig: gettext support for configEGRY Gabor-15/+20
2008-01-28kconfig: gettext support for lxdialogEGRY Gabor-10/+22
2008-01-28kconfig: gettext support for menuconfigEGRY Gabor-25/+26
2008-01-28kconfig: gettext support for xconfigEGRY Gabor-44/+49
2008-01-28kconfig: macro fix in menu.cEGRY Gabor-2/+2
2008-01-28kconfig: gettext support for gconfigEGRY Gabor-2/+6
2008-01-28kconfig: missing macros in gconfigEGRY Gabor-4/+8
2008-01-28kconfig: whitespace removingEGRY Gabor-0/+10
2008-01-28kconfig: update-po-config infoEGRY Gabor-7/+11
2008-01-28kconfig: use C89 random functions in conf.cLadislav Michl-2/+2
2008-01-28kconfig: fix whitespace and sort includes in conf.cLadislav Michl-3/+3
2008-01-28kconfig: delete unused FILE_ and SYMBOL_ flagsSam Ravnborg-4/+0
2008-01-28kconfig: rename E_OR & friends to avoid name clashSam Ravnborg-10/+10
2008-01-28kconfig: allow overriding symbolsJan Engelhardt-9/+5
2008-01-28kconfig: make kconfig MinGW friendlyLadislav Michl-66/+32
2008-01-28kconfig: use getopt() in conf.c for handling command line argumentsAndres Salomon-13/+11
2008-01-28kconfig: if ncurses-devel is missing then say soSam Ravnborg-13/+17
2007-12-23kconfig: obey KCONFIG_ALLCONFIG choices with randconfig.Paul Mundt-1/+2
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg-29/+0
2007-11-12x86: enable "make ARCH=x86"Sam Ravnborg-6/+1
2007-11-12kconfig: use $K64BIT to set 64BIT with all*config targetsSam Ravnborg-0/+1
2007-11-12kconfig: add helper to set config symbol from environment variableSam Ravnborg-0/+28
2007-11-12kconfig: factor out code in confdata.cSam Ravnborg-55/+64