aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* remove compat from include, get new scripts workingWolfgang Wiedmeyer2015-10-2328-2993/+695
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+2420
|\
| * localmodconfig: Use Kbuild files tooRichard Weinberger2015-10-131-1/+1
| * kbuild: Fix gcc -x syntaxJean Delvare2012-10-172-2/+2
| * localmodconfig: Fix localyesconfig to set to 'y' not 'm'Yuta Ando2012-10-171-0/+2
| * kconfig/streamline-config.pl: Fix parsing Makefile with variablesSteven Rostedt2012-01-251-0/+29
| * kconfig/streamline-config.pl: Simplify backslash line concatinationSteven Rostedt2012-01-251-13/+12
| * kconfig: adapt update-po-config to new UML layoutPaul Bolle2011-12-181-3/+2
| * scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputboxCheng Renquan2011-09-091-0/+8
| * scripts/kconfig/nconf: fix editing long stringsCheng Renquan2011-09-091-6/+23
| * scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan2011-09-093-17/+26
| * scripts/kconfig/nconf: fix memmove's length argCheng Renquan2011-09-091-1/+1
| * scripts/kconfig/nconf: fix typo: unknow => unknownCheng Renquan2011-09-091-1/+1
| * Merge branch 'kconfig/for-next' of git://github.com/lacombar/linux-2.6 into k...Michal Marek2011-08-313-49/+89
| |\
| | * kconfig: fix set but not used variablesLucas De Marchi2011-08-291-2/+1
| | * kconfig: handle SIGINT in menuconfigDavidlohr Bueso2011-08-291-34/+52
| | * kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsArnaud Lacombe2011-08-291-13/+36
| * | Merge branch 'master/kconfig-localmodconfig' of git://github.com/lacombar/lin...Michal Marek2011-08-192-29/+21
| |\ \
| | * | kconfig/streamline_config.pl: merge local{mod,yes}configArnaud Lacombe2011-08-081-17/+1
| | * | kconfig/streamline_config.pl: use options to determine operating modeArnaud Lacombe2011-08-082-3/+15
| | * | kconfig/streamline_config.pl: directly access LSMOD from the environmentArnaud Lacombe2011-08-082-12/+8
| | |/
| * | kconfig: factor code in menu_get_ext_help()Arnaud Lacombe2011-08-081-6/+4
| * | kbuild: Fix help text not displayed in choice option.Srinivas Kandagatla2011-08-081-4/+3
| * | kconfig/nconf: nuke unreferenced `nohelp_text'Arnaud Lacombe2011-08-081-2/+0
| |/
| * Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-07-3021-259/+323
| |\
| | * kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek2011-07-291-57/+14
| | * xconfig: Abort close if configuration cannot be savedMichal Marek2011-07-252-4/+11
| | * kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe2011-07-181-5/+21
| | * kconfig/nconf: remove useless conditionnalArnaud Lacombe2011-07-131-4/+1
| | * kconfig/nconf: prevent segfault on empty menuArnaud Lacombe2011-07-131-1/+6
| | * kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe2011-07-131-13/+1
| | * nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu2011-07-131-2/+0
| | * Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-07-043-22/+39
| | |\
| | | * kconfig/conf: mark xfgets() privateArnaud Lacombe2011-07-022-7/+3
| | | * kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe2011-07-021-3/+0
| | | * kconfig/conf: add command line options' descriptionArnaud Lacombe2011-07-021-1/+31
| | | * kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe2011-07-021-3/+1
| | | * kconfig: use calloc() for expr allocationArnaud Lacombe2011-07-021-8/+4
| | * | kconfig: introduce specialized printerArnaud Lacombe2011-07-014-128/+266
| | * | kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe2011-06-241-1/+1
| | * | Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-06-0819-112/+26
| | |\ \ | | | |/
| | | * kconfig/gconf: silent missing prototype warningsArnaud Lacombe2011-06-061-1/+2
| | | * kconfig/gconf: kill deadcodeArnaud Lacombe2011-06-061-33/+0
| | | * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-0617-76/+9
| | | * kconfig: nuke reference to SWIGArnaud Lacombe2011-06-061-3/+0
| | | * kconfig: add missing <stdlib.h> inclusionArnaud Lacombe2011-06-061-0/+1
| | | * kconfig: add missing <ctype.h> inclusionArnaud Lacombe2011-06-061-0/+1
| | | * kconfig: add missing <stdarg.h> inclusionArnaud Lacombe2011-06-063-0/+3
| | | * kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe2011-06-061-1/+1
| | | * kconfig: annotate non-trivial fall-troughArnaud Lacombe2011-06-064-0/+11