summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix menuconfig colours with TERM=vt100Roman Zippel2006-11-251-9/+7Star
* [PATCH] qconf: fix uninitialsied memberRoman Zippel2006-11-251-0/+1
* [PATCH] .gitignore: add miscellaneous filesFranck Bui-Huu2006-11-131-0/+2
* [PATCH] Fix menuconfig build failure due to missing stdbool.hLuca Tettamanti2006-10-111-0/+1
* kconfig: fix saving alternate kconfig file in parent dirSam Ravnborg2006-10-011-1/+1
* kconfig/menuconfig: do not let ncurses clutter screen on exitSam Ravnborg2006-09-301-8/+8
* kconfig/lxdialog: clear long menu linesSam Ravnborg2006-09-301-6/+6
* kbuild: do not build mconf & lxdialog unless neededSam Ravnborg2006-09-301-1/+6
* kconfig/lxdialog: fix make mrproperSam Ravnborg2006-09-301-1/+0Star
* kconfig/lxdialog: support resizeSam Ravnborg2006-09-308-71/+161
* kconfig/lxdialog: let <ESC><ESC> behave as expectedSam Ravnborg2006-09-308-30/+76
* kconfig/menuconfig: lxdialog is now built-inSam Ravnborg2006-09-3012-1019/+502Star
* kconfig/lxdialog: add a new theme bluetitle which is now defaultSam Ravnborg2006-09-302-2/+18
* kconfig/lxdialog: add support for color themes and add blackbg themeSam Ravnborg2006-09-302-7/+81
* kconfig/lxdialog: refactor color supportSam Ravnborg2006-09-3010-362/+250Star
* kbuild: update help in top level MakefileRobert P. J. Day2006-09-251-0/+1
* kconfig: support DOS line endingsMatthew Wilcox2006-09-251-2/+6
* kconfig: correct oldconfig for unset choice optionsRoman Zippel2006-08-011-1/+1
* kconfig: enhancing accessibility of lxdialogSamuel Thibault2006-07-011-2/+5
* kconfig: KCONFIG_OVERWRITECONFIGRoman Zippel2006-06-092-19/+29
* kconfig: exit if no beginning filenameRandy Dunlap2006-06-091-0/+1
* kconfig: warn about leading whitespace for menu promptsRoman Zippel2006-06-091-6/+10
* kconfig: jump to linked menu promptRoman Zippel2006-06-092-29/+86
* kconfig: create links in info windowRoman Zippel2006-06-094-32/+81
* kconfig: finer customization via popup menusRoman Zippel2006-06-092-238/+343
* kconfig: Add search option for xconfigRoman Zippel2006-06-092-172/+333
* kconfig: add defconfig_list/module optionRoman Zippel2006-06-097-24/+53
* kconfig: add symbol option config syntaxRoman Zippel2006-06-097-492/+735
* kconfig: integrate split config into silentoldconfigRoman Zippel2006-06-092-3/+121
* kconfig: allow loading multiple configurationsRoman Zippel2006-06-097-62/+84
* kconfig: allow multiple default values per symbolRoman Zippel2006-06-093-26/+31
* kconfig: remove SYMBOL_{YES,MOD,NO}Roman Zippel2006-06-094-14/+6Star
* kconfig: fix .config dependenciesRoman Zippel2006-06-094-55/+143
* kconfig: improve config load/save outputRoman Zippel2006-06-091-4/+18
* [PATCH] config: update usage/help infoRandy Dunlap2006-04-191-1/+2
* [PATCH] Enhancing accessibility of lxdialogSamuel Thibault2006-04-141-10/+9Star
* kconfig: fix typo in change count initializationRoman Zippel2006-04-111-1/+1
* kconfig: recenter menuconfigRoman Zippel2006-04-111-9/+10
* kconfig: revert conf behaviour changeRoman Zippel2006-04-111-16/+2Star
* kconfig: fix default value for choice inputRoman Zippel2006-04-111-2/+1Star
* kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.hJan Beulich2006-03-121-1/+1
* kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith2006-03-062-5/+5
* kbuild: small update of allnoconfig descriptionJesper Juhl2006-02-271-1/+1
* Revert "[PATCH] kconfig: detect if -lintl is needed when linking conf,mconf"Linus Torvalds2006-02-091-11/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-bugfixLinus Torvalds2006-02-072-7/+14
|\
| * kconfig: fix /dev/null breakageSam Ravnborg2006-01-212-7/+14
* | [PATCH] kconfig: detect if -lintl is needed when linking conf,mconfRobb, Sam2006-02-051-1/+11
|/
* kbuild: create .kernelrelease at *config stepSam Ravnborg2006-01-164-5/+5
* kconfig: get rid of stray a.o, support ncurseswSam Ravnborg2006-01-152-8/+21
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-102-36/+79
|\