This set of patches adds on top of my previous post. It fixes CONFIG_IKCONFIG when CONFIG_IKCONFIG_PROC is not set. (gcc optimizes the config out!) As a request from Ingo, it now enables IKCONFIG and will also use various locations to find a config to base against. Have fun, -- Steve The following patches are in: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git branch: kconfig Steven Rostedt (7): kconfig: streamline_config.pl do not stop with no depends kconfig: do not warn about modules built in kconfig: enable CONFIG_IKCONFIG from streamline_config.pl kconfig: add check if end exists in extract-ikconfig kconfig: have extract-ikconfig read ELF files kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set kconfig: search for a config to base the local(mod|yes)config on ---- kernel/Makefile | 2 +- scripts/extract-ikconfig | 14 +++++ scripts/kconfig/streamline_config.pl | 102 +++++++++++++++++++++++++++++----- 3 files changed, 103 insertions(+), 15 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