Hello All! This patch series makes it possible to source a file multiple times, eg. from different files, and/or under different conditions. Care has been taken to avoid circular inclusion, of course. For example, this would allow to include a common set of options to more than one drivers, and move that common set to a single file. We are using kconfig in crosstool-NG, and there are now a few places where including the same file would be a great improvement. Having this feature in the upstream kconfig will also greatly help future resyncs. This is in response to: http://www.spinics.net/lists/linux-kbuild/msg03937.html [PATCH 1/2] kconfig: allow multiple inclusion of the same file [PATCH 2/2] kconfig: get rid of unused flags Regards, Yann E. MORIN. -- 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