aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds21-259/+323
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek1-57/+14
2011-07-25xconfig: Abort close if configuration cannot be savedMichal Marek2-4/+11
2011-07-18kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe1-5/+21
2011-07-13kconfig/nconf: remove useless conditionnalArnaud Lacombe1-4/+1
2011-07-13kconfig/nconf: prevent segfault on empty menuArnaud Lacombe1-1/+6
2011-07-13kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe1-13/+1
2011-07-13nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu1-2/+0
2011-07-04Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kbuild/kconfigMichal Marek3-22/+39
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe2-7/+3
2011-07-02kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe1-3/+0
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe1-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe1-3/+1
2011-07-02kconfig: use calloc() for expr allocationArnaud Lacombe1-8/+4
2011-07-01kconfig: introduce specialized printerArnaud Lacombe4-128/+266
2011-06-24kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe1-1/+1
2011-06-09kconfig: regen parserArnaud Lacombe4-173/+200
2011-06-09kconfig: migrate parser to implicit rulesArnaud Lacombe3-27/+5
2011-06-09kconfig/zconf.l: do not ask to generate backupArnaud Lacombe1-2/+2
2011-06-09kconfig: kill no longer needed reference to YYDEBUGArnaud Lacombe2-10/+0
2011-06-09kconfig: constify `kconf_id_lookup'Arnaud Lacombe4-8/+8
2011-06-08Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kbuild/kconfigMichal Marek19-112/+26
2011-06-06kconfig/gconf: silent missing prototype warningsArnaud Lacombe1-1/+2
2011-06-06kconfig/gconf: kill deadcodeArnaud Lacombe1-33/+0
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe17-76/+9
2011-06-06kconfig: nuke reference to SWIGArnaud Lacombe1-3/+0
2011-06-06kconfig: add missing <stdlib.h> inclusionArnaud Lacombe1-0/+1
2011-06-06kconfig: add missing <ctype.h> inclusionArnaud Lacombe1-0/+1
2011-06-06kconfig: add missing <stdarg.h> inclusionArnaud Lacombe3-0/+3
2011-06-06kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe1-1/+1
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe4-0/+11
2011-05-25Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek1-3/+2
2011-05-25kconfig: Only generate config_is_xxx for bool and tristate optionsMichal Marek1-5/+3
2011-05-25xconfig: merge code path to conf_write()Arnaud Lacombe1-3/+2
2011-05-24Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek2-15/+9
2011-05-24kconfig: do not record timestamp in .configArnaud Lacombe1-11/+1
2011-05-24gconfig: Hide unused left treeview when start up the interfaceEduardo Silva1-2/+6
2011-05-24gconfig: enable rules hint for main treeviewsEduardo Silva1-2/+2
2011-05-17kconfig: autogenerated config_is_xxx macroJean-Christophe PLAGNIOL-VILLARD1-0/+29
2011-04-29kconfig: quiet commands when V=0Peter Foley1-2/+2
2011-04-29kconfig: change update-po-config to reflect new layout of arch/umPeter Foley1-2/+2
2011-04-29kconfig: make update-po-config work in KBUILD_OUTPUTPeter Foley1-7/+9
2011-04-29kconfig: rearrange clean-filesPeter Foley1-2/+2
2011-04-29kconfig: change gconf to modify hostprogs-y like nconf and mconfPeter Foley1-2/+3
2011-04-29kconfig: change qconf to modify hostprogs-y like nconf and mconfPeter Foley1-3/+4
2011-04-29kconfig: only build kxgettext when neededPeter Foley1-1/+5
2011-04-19nconfig: Silence unused return values from wattrsetStephen Boyd1-7/+7
2011-04-18kconfig: Do not record timestamp in auto.conf and autoconf.hMichal Marek1-6/+2
2011-04-15kconfig: get rid of unused flagsYann E. MORIN3-12/+0
2011-04-15kconfig: allow multiple inclusion of the same fileYann E. MORIN2-20/+38