summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-173-29/+0
* x86: enable "make ARCH=x86"Sam Ravnborg2007-11-121-6/+1
* kconfig: use $K64BIT to set 64BIT with all*config targetsSam Ravnborg2007-11-121-0/+1
* kconfig: add helper to set config symbol from environment variableSam Ravnborg2007-11-122-0/+28
* kconfig: factor out code in confdata.cSam Ravnborg2007-11-121-55/+64
* x86: move i386 and x86_64 Kconfig files to x86 directorySam Ravnborg2007-10-251-1/+6
* kconfig: small code refactoring in kconfig MakefileSam Ravnborg2007-10-251-13/+15
* x86: move defconfig files for i386 and x86_64 to x86Sam Ravnborg2007-10-251-3/+3
* kconfig: set title bar in xconfigRandy Dunlap2007-10-201-0/+4
* Revert "kconfig: tristate choices with mixed tristate and boolean values"Linus Torvalds2007-10-191-26/+9
* kconfig: comment typo in scripts/kconfig/Makefile.Rob Landley2007-10-181-1/+1
* kconfig/menuconfig: distinguish between selected-by-another options and commentsMatej Laitl2007-10-121-8/+15
* kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich2007-10-121-9/+26
* kbuild: update _shipped files for kconfig syntax cleanupSam Ravnborg2007-10-123-754/+897
* kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk2007-10-122-13/+0
* kconfig: fix segv fault in menuconfigSam Ravnborg2007-10-122-7/+11
* kconfig: make comments stand out in menuconfigSam Ravnborg2007-10-121-0/+8
* kbuild: check if we can link gettext not just compileSam Ravnborg2007-10-122-8/+16
* kconfig: oldconfig shall not set symbols if it does not need toRoman Zippel2007-09-011-9/+12
* kconfig: remove unused members from struct symbolSam Ravnborg2007-07-251-1/+0
* kconfig: attach help text to menusSam Ravnborg2007-07-2510-43/+49
* kconfig: reset generated values only if Kconfig and .config agree.Roman Zippel2007-07-171-11/+26
* kconfig: strip 'CONFIG_' automatically in kernel configuration searchBernhard Walle2007-07-171-2/+9
* kconfig: fix update-po-configSam Ravnborg2007-07-162-18/+21
* kconfig: use POSIX equality test in check-lxdialog.shMike Frysinger2007-07-161-1/+1
* kconfig: search harder for curses library in check-lxdialog.shMike Frysinger2007-05-191-15/+9
* kconfig: fix mconf segmentation faultMarcin Garski2007-05-062-2/+2
* kconfig: error out if recursive dependencies are foundSam Ravnborg2007-05-063-12/+13
* kconfig: correct minor typo in Kconfig warning message.Robert P. J. Day2007-05-021-1/+1
* kbuild: be more explicit on missing .config fileRandy Dunlap2007-05-021-0/+1
* kconfig: refer to qt3 if we cannot find qt librariesSam Ravnborg2007-05-021-2/+2
* kbuild: remove kconfig binaries during make mrproperSam Ravnborg2007-05-021-0/+1
* kconfig/menuconfig: do not hardcode '.config'Sam Ravnborg2007-05-022-1/+2
* menuconfig: remember alternate config filenameSam Ravnborg2007-05-023-12/+37
* kconfig/xconfig: sync main view with search dialog current menuMarco Costalba2007-05-022-2/+5
* menuconfig: dont use obsolete index() function in lxdialogMike Frysinger2007-05-021-2/+2
* [PATCH] qconf: hide empty list itemsCyrill V. Gorcunov2007-02-141-0/+2
* [PATCH] qconf: Back button behaviour normalizationCyrill V. Gorcunov2007-02-141-1/+4
* [PATCH] qconf: fix showing help info on failed searchCyrill V. Gorcunov2007-02-141-0/+1
* [PATCH] qconf: relocate Search CommandShlomi Fish2007-02-141-3/+6
* [PATCH] qconf: immediately update integer and string values in xconfig displayKarsten Wiese2007-02-141-0/+1
* [PATCH] qconf: (re)fix SIGSEGV on empty menu itemsRoman Zippel2007-01-112-13/+4
* [PATCH] qconf: fix SIGSEGV on empty menu itemsCyrill V. Gorcunov2007-01-052-2/+12
* [PATCH] kconfig: set gconf's save-widget's sensitivity according to .config's...Karsten Wiese2006-12-132-19/+20
* [PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use ...Karsten Wiese2006-12-134-2/+27
* [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese2006-12-136-9/+21
* [PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese2006-12-135-10/+23
* [PATCH] qconf: support old QTakpm@osdl.org2006-12-071-4/+4
* [PATCH] fix menuconfig colours with TERM=vt100Roman Zippel2006-11-251-9/+7
* [PATCH] qconf: fix uninitialsied memberRoman Zippel2006-11-251-0/+1