Patches 1-3: documentation updates, typo fixes Patch 4: .gitignore Patches 5-8: qconf fixes (compiler warnings/errors) Patches 9-10: environment variable fixes (KCONFIG_CONFIG + KCONFIG_AUTOCONFIG) Markus Heidelberg (10): kconfig: fix typo "mconfig" to "menuconfig" in a comment kconfig: add a note about the deps to the 'silentoldconfig' help kconfig: resort the documentation of the environment variables gitignore: ignore Kconfig i18n files kconfig qconf: fix -Wall compiler warnings kconfig qconf: fix namespace for Horizontal and Vertical enum values kconfig qconf: add namespace for use of Key_ enum values kconfig qconf: fix the type of the desktop widget kconfig: do not hardcode ".config" filename kconfig: do not hardcode "include/config/auto.conf" filename Documentation/kbuild/kconfig.txt | 116 +++++++++++++++++++------------------ README | 1 + scripts/kconfig/.gitignore | 2 + scripts/kconfig/Makefile | 4 +- scripts/kconfig/conf.c | 7 +- scripts/kconfig/confdata.c | 20 ++++--- scripts/kconfig/lkc.h | 1 + scripts/kconfig/qconf.cc | 48 +++++++++------- scripts/kconfig/util.c | 6 +- 9 files changed, 112 insertions(+), 93 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html